source: trunk/expeditee/MakeJar.sh@ 98

Last change on this file since 98 was 98, checked in by ra33, 16 years ago

Fixed a couple of minor bugs that popped up in the demo

  • Property svn:executable set to *
File size: 457 bytes
Line 
1rm -f /root/workspace/Expeditee/expeditee/bin/src/org/expeditee/*/*Test.class
2rm -f /root/workspace/Expeditee/expeditee/bin/src/org/expeditee/*/*Test$*.class
3jar cvfm "/root/workspace/Expeditee/expeditee"/Expeditee.jar "/root/workspace/Expeditee/expeditee"/Manifest.txt -C /root/workspace/Expeditee/bin/src org
4
5
6echo ""
7echo "*****"
8echo "* This assumes you have freshly compiled Expeditee."
9echo "* If not, run COMPILE-EVERYTHING.sh first!"
10echo "*****"
Note: See TracBrowser for help on using the repository browser.