Modified:
trunk/nbproject/build-impl.xml
Log:
Mostly pointless change, but don't try to clover in the "noclover" test.
Git-version: 0.6.3m2-371-g6f8eb41
Modified: trunk/nbproject/build-impl.xml
===================================================================
--- trunk/nbproject/build-impl.xml 2010-01-24 18:53:04 UTC (rev 5829)
+++ trunk/nbproject/build-impl.xml 2010-01-24 20:20:04 UTC (rev 5830)
@@ -254,9 +254,6 @@
<attribute default="**" name="testincludes"/>
<sequential>
<junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" timeout="120000">
- <classpath>
- <pathelement path="${clover.jar}"/>
- </classpath>
<classpath refid="plugins.libs"/>
<batchtest todir="${build.test.results.dir}">
<fileset dir="${main.test.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">