source: gs3-extensions/android-war/trunk/src/CREATE-WAR.sh@ 26685

Last change on this file since 26685 was 26685, checked in by davidb, 11 years ago

Changing the created .jar file to .war file

  • Property svn:executable set to *
File size: 176 bytes
Line 
1echo "***"
2echo "Packing the contents of greenstone3/ into: webapps/webapps_greenstone.war"
3echo "***"
4
5
6pushd webapps
7
8jar cf "webapps_greenstone.war" -C greenstone3/ *
9
10popd
Note: See TracBrowser for help on using the repository browser.