Added Apache Axis2
svn path=/nixpkgs/trunk/; revision=10493
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user