[Build] Remove tools source (#744)
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 8 Mar 2019 09:54:49 +0000 (18:54 +0900)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2019 09:54:49 +0000 (18:54 +0900)
commit27e92f313d6802a8404cf0c1d600e009b31cc28d
treef41a0b74f06219fcd4ed93f1988403c636048a1b
parente11fc6396a013aea9c87b10dcf06aae5cafc6152
[Build] Remove tools source (#744)

Tools used in CI process have been moved to the external repo.
TizenFX repo will have the binaries of APITool for generating
dummy assemblies in GBS build.
51 files changed:
build/build.proj
tools/bin/ABIChecker/ABIChecker.deps.json [deleted file]
tools/bin/ABIChecker/ABIChecker.dll [deleted file]
tools/bin/ABIChecker/ABIChecker.pdb [deleted file]
tools/bin/ABIChecker/ABIChecker.runtimeconfig.json [deleted file]
tools/bin/ABIChecker/CommandLine.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.CSharp.Workspaces.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.CSharp.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.VisualBasic.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.Workspaces.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.dll [deleted file]
tools/bin/ABIChecker/Microsoft.DotNet.PlatformAbstractions.dll [deleted file]
tools/bin/ABIChecker/Microsoft.Extensions.DependencyModel.dll [deleted file]
tools/bin/ABIChecker/Newtonsoft.Json.dll [deleted file]
tools/bin/ABIChecker/System.Composition.AttributedModel.dll [deleted file]
tools/bin/ABIChecker/System.Composition.Convention.dll [deleted file]
tools/bin/ABIChecker/System.Composition.Hosting.dll [deleted file]
tools/bin/ABIChecker/System.Composition.Runtime.dll [deleted file]
tools/bin/ABIChecker/System.Composition.TypedParts.dll [deleted file]
tools/bin/ABIChecker/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll [deleted file]
tools/bin/ABIChecker/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll [deleted file]
tools/bin/APITool.deps.json [moved from tools/bin/APITool/APITool.deps.json with 96% similarity]
tools/bin/APITool.dll [new file with mode: 0644]
tools/bin/APITool.pdb [new file with mode: 0644]
tools/bin/APITool.runtimeconfig.json [moved from tools/bin/APITool/APITool.runtimeconfig.json with 100% similarity]
tools/bin/APITool/APITool.dll [deleted file]
tools/bin/APITool/APITool.pdb [deleted file]
tools/bin/APITool/Mono.Cecil.Pdb.dll [deleted file]
tools/bin/APITool/Mono.Cecil.dll [deleted file]
tools/bin/CommandLine.dll [moved from tools/bin/APITool/CommandLine.dll with 100% similarity]
tools/bin/Mono.Cecil.Mdb.dll [moved from tools/bin/APITool/Mono.Cecil.Mdb.dll with 96% similarity]
tools/bin/Mono.Cecil.Pdb.dll [new file with mode: 0755]
tools/bin/Mono.Cecil.Rocks.dll [moved from tools/bin/APITool/Mono.Cecil.Rocks.dll with 76% similarity]
tools/bin/Mono.Cecil.dll [new file with mode: 0755]
tools/build-tools.sh [deleted file]
tools/scripts/CodeChecker/BuildLog.py [deleted file]
tools/scripts/CodeChecker/PRManager.py [deleted file]
tools/scripts/CodeChecker/main.py [deleted file]
tools/src/ABIChecker/ABIChecker.cs [deleted file]
tools/src/ABIChecker/ABIChecker.csproj [deleted file]
tools/src/ABIChecker/AssemblyChecker.cs [deleted file]
tools/src/ABIChecker/Program.cs [deleted file]
tools/src/APITool/APIPrinter.cs [deleted file]
tools/src/APITool/APITool.csproj [deleted file]
tools/src/APITool/AssemblyProcessor.cs [deleted file]
tools/src/APITool/DummyGenerator.cs [deleted file]
tools/src/APITool/Log.cs [deleted file]
tools/src/APITool/Options.cs [deleted file]
tools/src/APITool/Program.cs [deleted file]
tools/update-tools.sh [new file with mode: 0755]