summaryrefslogtreecommitdiff
path: root/Tools/bin
diff options
context:
space:
mode:
authoralfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-22 10:45:49 +0000
committeralfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-22 10:45:49 +0000
commit050e979f683e64d9d747a9ea49bb3deee0dd9ae5 (patch)
tree74d41d336822c97dc0d50d041f50287f8aab5754 /Tools/bin
parent437ffb07761f4db8d3271b1b4fc549c9d50ad06d (diff)
downloadedk2-platforms-050e979f683e64d9d747a9ea49bb3deee0dd9ae5.tar.xz
remove MigrationTools.java
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1352 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/bin')
-rw-r--r--Tools/bin/MigrationTools2
-rw-r--r--Tools/bin/MigrationTools.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/bin/MigrationTools b/Tools/bin/MigrationTools
index fc47bef2eb..c0d13d4c22 100644
--- a/Tools/bin/MigrationTools
+++ b/Tools/bin/MigrationTools
@@ -12,4 +12,4 @@
export CLASSPATH=$CLASSPATH:$WORKSPACE/Tools/bin/MigrationTools.jar
# Run Migration Tool
-java org.tianocore.migration.MigrationTool \ No newline at end of file
+java org.tianocore.migration.ModuleInfo \ No newline at end of file
diff --git a/Tools/bin/MigrationTools.bat b/Tools/bin/MigrationTools.bat
index a29044144b..fd6c5936dd 100644
--- a/Tools/bin/MigrationTools.bat
+++ b/Tools/bin/MigrationTools.bat
@@ -29,7 +29,7 @@ if not exist %WORKSPACE%\Tools\bin\MigrationTools.jar (
)
@REM Run Migration
-call "java" org.tianocore.migration.MigrationTool
+call "java" org.tianocore.migration.ModuleInfo
goto end