3
0
Fork 0
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:
Sander van der Burg 2008-02-20 12:33:17 +00:00
parent 4a59b2d875
commit 92910e461e

View file

@ -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