about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2008-02-20 12:33:17 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2008-02-20 12:33:17 +0000
commit92910e461eea9729624c9039cdec8c5efba19524 (patch)
tree8b4883f4308303a9ec01f28ab1c5dc2f63fdefc4 /pkgs
parent4a59b2d875aac37795cc8fac095a23e343ae38ff (diff)
Extract war archive so that it can be deployed from a nix profile
svn path=/nixpkgs/trunk/; revision=10773
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/http/tomcat/axis2/builder.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/servers/http/tomcat/axis2/builder.sh b/pkgs/servers/http/tomcat/axis2/builder.sh
index ea154dc92937d..fa58a9e5292b9 100644
--- a/pkgs/servers/http/tomcat/axis2/builder.sh
+++ b/pkgs/servers/http/tomcat/axis2/builder.sh
@@ -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