diff options
author | alfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-21 07:23:17 +0000 |
---|---|---|
committer | alfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-21 07:23:17 +0000 |
commit | b3914481294aeeba61409b0c474ed78fdb6bcd45 (patch) | |
tree | 2abe40ba08c793001886467c1ad48f266d3b5443 /Tools/bin/MigrationTools.bat | |
parent | d1d10647bfa04dc45c5b19272deabbfe1bb9da95 (diff) | |
download | edk2-platforms-b3914481294aeeba61409b0c474ed78fdb6bcd45.tar.xz |
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/MigrationTools.bat')
-rw-r--r-- | Tools/bin/MigrationTools.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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
|