From: <bo...@us...> - 2007-04-18 15:29:46
|
Revision: 194 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=194&view=rev Author: bodewig Date: 2007-04-18 08:29:47 -0700 (Wed, 18 Apr 2007) Log Message: ----------- Add a target for Apache Gump Modified Paths: -------------- trunk/xmlunit/build.xml Modified: trunk/xmlunit/build.xml =================================================================== --- trunk/xmlunit/build.xml 2007-04-18 15:27:50 UTC (rev 193) +++ trunk/xmlunit/build.xml 2007-04-18 15:29:47 UTC (rev 194) @@ -165,7 +165,7 @@ </copy> </target> - <target name="jar" depends="clean,compile" + <target name="jar" depends="compile" description="creates jar, Maven2 POM and Ivy file"> <jar jarfile="${lib.dir}/xmlunit-${xmlunit.version}.jar" basedir="${out.dir}" @@ -190,6 +190,8 @@ </copy> </target> + <target name="Gump" depends="test,jar"/> + <target name="bindist" depends="jar,test,docs"> <zip zipfile="${dist.dir}/xmlunit-${xmlunit.version}-bin.zip"> <zipfileset prefix="xmlunit-${xmlunit.version}/lib" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |