source: trunk/makeFiles/MakeJar.sh

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