From 74adfd62395b4dde3ad04ab17ec6c30d205c5dfb Mon Sep 17 00:00:00 2001 From: Sander van der Burg Date: Wed, 13 Feb 2008 09:27:19 +0000 Subject: [PATCH] Also install the axis2 libraries svn path=/nixpkgs/trunk/; revision=10654 --- pkgs/servers/http/tomcat/axis2/builder.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/servers/http/tomcat/axis2/builder.sh b/pkgs/servers/http/tomcat/axis2/builder.sh index e97c8c77b60c..ea154dc92937 100644 --- a/pkgs/servers/http/tomcat/axis2/builder.sh +++ b/pkgs/servers/http/tomcat/axis2/builder.sh @@ -2,7 +2,10 @@ buildInputs="$unzip $apacheAnt $jdk" source $stdenv/setup unzip $src -cd axis2-*/webapp +cd axis2-* +ensureDir $out/share/java/axis2 +cp lib/* $out/share/java/axis2 +cd webapp ant ensureDir $out/webapps cp ../dist/axis2.war $out/webapps