Added Apache Axis2

svn path=/nixpkgs/trunk/; revision=10493
This commit is contained in:
Sander van der Burg
2008-02-04 12:24:41 +00:00
parent cc1a66d42d
commit b52c792004
3 changed files with 27 additions and 0 deletions
@@ -0,0 +1,8 @@
buildInputs="$unzip $apacheAnt $jdk"
source $stdenv/setup
unzip $src
cd axis2-*/webapp
ant
ensureDir $out/webapps
cp ../dist/axis2.war $out/webapps