From 92910e461eea9729624c9039cdec8c5efba19524 Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Wed, 20 Feb 2008 12:33:17 +0000 Subject: [PATCH] Extract war archive so that it can be deployed from a nix profile svn path=/nixpkgs/trunk/; revision=10773 --- pkgs/servers/http/tomcat/axis2/builder.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/servers/http/tomcat/axis2/builder.sh b/pkgs/servers/http/tomcat/axis2/builder.sh index ea154dc9293..fa58a9e5292 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