forked from mirrors/nixpkgs
Extract war archive so that it can be deployed from a nix profile
svn path=/nixpkgs/trunk/; revision=10773
This commit is contained in:
parent
4a59b2d875
commit
92910e461e
|
@ -9,3 +9,7 @@ cd webapp
|
|||
ant
|
||||
ensureDir $out/webapps
|
||||
cp ../dist/axis2.war $out/webapps
|
||||
cd $out/webapps
|
||||
mkdir axis2
|
||||
cd axis2
|
||||
unzip ../axis2.war
|
||||
|
|
Loading…
Reference in a new issue