source: trunk/makeFiles/makejar2.sh@ 258

Last change on this file since 258 was 258, checked in by ra33, 16 years ago
File size: 279 bytes
Line 
1rm -f ../bin/org/expeditee/*/*Test.class
2rm -f ../bin/org/expeditee/*/*Test$*.class
3jar cvfm Expeditee.jar Manifest.txt -C ../bin 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.