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

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

Chris's fix for the fact that the WAR file needs to be called 'greenstone3.war' but for the content to actually be as if it is '.' *in* the greenstone3 folder

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