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

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

Changed to greenstone3.war as the filename

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