[bvalid-codewatch] SF.net SVN: bvalid: [37] trunk/build.xml
Status: Beta
Brought to you by:
cwilper
|
From: <cw...@us...> - 2006-05-10 05:13:47
|
Revision: 37 Author: cwilper Date: 2006-05-09 15:29:41 -0700 (Tue, 09 May 2006) ViewCVS: http://svn.sourceforge.net/bvalid/?rev=37&view=rev Log Message: ----------- removed old jettytestsetup target Modified Paths: -------------- trunk/build.xml Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2006-05-09 22:26:00 UTC (rev 36) +++ trunk/build.xml 2006-05-09 22:29:41 UTC (rev 37) @@ -137,16 +137,6 @@ </java> </target> - <target name="jtest" depends="testclasses"> - <java classname="net.sf.bvalid.util.JettyRunner" fork="yes"> - <classpath refid="test.path"/> - <arg value="7357"/> - <arg value="/"/> - <arg value="."/> - <arg value="fork"/> - </java> - </target> - <target name="prep" description="prepare for a build"> <mkdir dir="build"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |