Author: snoopdave
Date: Sun Apr 22 06:28:11 2007
New Revision: 531173
URL: http://svn.apache.org/viewvc?view=rev&rev=531173
Log:
Some Ant installs don't have junit plugin
Modified:
roller/trunk/apps/planet/build.xml
roller/trunk/properties.xmlf
Modified: roller/trunk/apps/planet/build.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/apps/planet/build.xml?view=diff&rev=531173&r1=531172&r2=531173
==============================================================================
--- roller/trunk/apps/planet/build.xml (original)
+++ roller/trunk/apps/planet/build.xml Sun Apr 22 06:28:11 2007
@@ -120,6 +120,7 @@
<include name="*.jar"/>
</fileset>
<pathelement location="${tools}/buildtime/junit-3.8.1.jar"/>
+ <pathelement location="${tools}/buildtime/ant-1.6.2/ant-junit.jar"/>
<pathelement location="${tools}/buildtime/derby.jar"/>
<pathelement location="${tools}/buildtime/derbyclient.jar"/>
<pathelement location="${tools}/buildtime/derbynet.jar"/>
Modified: roller/trunk/properties.xmlf
URL:
http://svn.apache.org/viewvc/roller/trunk/properties.xmlf?view=diff&rev=531173&r1=531172&r2=531173
==============================================================================
--- roller/trunk/properties.xmlf (original)
+++ roller/trunk/properties.xmlf Sun Apr 22 06:28:11 2007
@@ -219,6 +219,7 @@
</fileset>
<fileset refid="commons-httpclient.jar"/>
<pathelement location="${ro.tools}/buildtime/junit-3.8.1.jar"/>
+ <pathelement location="${ro.tools}/buildtime/ant-1.6.2/ant-junit.jar"/>
<pathelement location="${ro.tools}/buildtime/derby.jar"/>
<pathelement location="${ro.tools}/buildtime/derbyclient.jar"/>
<pathelement location="${ro.tools}/buildtime/derbynet.jar"/>