source: Dev/trunk/src/client/util/doh/robot/compilerobot.sh @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 266 bytes
Line 
1rm DOHRobot*.class
2javac -classpath /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/plugin.jar DOHRobot.java
3
4rm DOHRobot.jar
5jar cvf DOHRobot.jar DOHRobot*.class
6jar umvf manifest.txt DOHRobot.jar
7rm DOHRobot*.class
8
9jarsigner DOHRobot.jar dojo
Note: See TracBrowser for help on using the repository browser.