summaryrefslogtreecommitdiffstats
path: root/Tools/bin
diff options
context:
space:
mode:
authoralfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-21 07:23:17 +0000
committeralfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524>2006-08-21 07:23:17 +0000
commitb3914481294aeeba61409b0c474ed78fdb6bcd45 (patch)
tree2abe40ba08c793001886467c1ad48f266d3b5443 /Tools/bin
parentd1d10647bfa04dc45c5b19272deabbfe1bb9da95 (diff)
downloadedk2-b3914481294aeeba61409b0c474ed78fdb6bcd45.tar.gz
edk2-b3914481294aeeba61409b0c474ed78fdb6bcd45.tar.bz2
edk2-b3914481294aeeba61409b0c474ed78fdb6bcd45.zip
change entry
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1334 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 c0d13d4c22..fc47bef2eb 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.ModuleInfo \ No newline at end of file
+java org.tianocore.migration.MigrationTool \ No newline at end of file
diff --git a/Tools/bin/MigrationTools.bat b/Tools/bin/MigrationTools.bat
index fd6c5936dd..a29044144b 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.ModuleInfo
+call "java" org.tianocore.migration.MigrationTool
goto end