Author: nextgens
Date: 2008-09-07 11:14:51 +0000 (Sun, 07 Sep 2008)
New Revision: 22515
Modified:
trunk/plugins/build.xml
Log:
plugins: don't attempt to compile unit tests
Modified: trunk/plugins/build.xml
===================================================================
--- trunk/plugins/build.xml 2008-09-07 10:58:15 UTC (rev 22514)
+++ trunk/plugins/build.xml 2008-09-07 11:14:51 UTC (rev 22515)
@@ -37,6 +37,7 @@
<pathelement
location="${freenet-cvs-snapshot.location}"/>
</classpath>
<include name="**/*.java"/>
+ <exclude name="**/*Test.java"/>
</javac>
</target>