diff options
author | alfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-10 09:48:30 +0000 |
---|---|---|
committer | alfred <alfred@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-10 09:48:30 +0000 |
commit | 382aab1c37276a1274e62469301ee27374cbd047 (patch) | |
tree | fd23d81c2ab56692efb8d00eaa733adac7d4deeb /Tools/bin/MigrationTools | |
parent | 3ecfb292563051f59830f500c1ac086ed1fe7492 (diff) | |
download | edk2-platforms-382aab1c37276a1274e62469301ee27374cbd047.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1235 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/bin/MigrationTools')
-rw-r--r-- | Tools/bin/MigrationTools | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Tools/bin/MigrationTools b/Tools/bin/MigrationTools new file mode 100644 index 0000000000..c0d13d4c22 --- /dev/null +++ b/Tools/bin/MigrationTools @@ -0,0 +1,15 @@ +# +# Copyright (c) 2006, Intel Corporation +# All rights reserved. This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# + +export CLASSPATH=$CLASSPATH:$WORKSPACE/Tools/bin/MigrationTools.jar + +# Run Migration Tool +java org.tianocore.migration.ModuleInfo
\ No newline at end of file |