source: release-kits/shared/uninstaller/compile.sh@ 17420

Last change on this file since 17420 was 17420, checked in by oranfry, 16 years ago

renaming things to make the batch and shell scripts look like the right ones to run

  • Property svn:executable set to *
File size: 183 bytes
Line 
1javac Uninstaller.java
2jar -cmf manifest.mf gsdl-template/uninst.jar *.class *.properties
3rm *.class
4rm -rf gsdl startmenu
5cp -r gsdl-template gsdl
6cp -r startmenu-template startmenu
Note: See TracBrowser for help on using the repository browser.