Author: nextgens
Date: 2007-07-03 11:53:35 +0000 (Tue, 03 Jul 2007)
New Revision: 13887
Modified:
trunk/plugins/build.xml
Log:
include the resources folder in the classpath
Modified: trunk/plugins/build.xml
===================================================================
--- trunk/plugins/build.xml 2007-07-03 11:50:25 UTC (rev 13886)
+++ trunk/plugins/build.xml 2007-07-03 11:53:35 UTC (rev 13887)
@@ -27,6 +27,7 @@
<classpath>
<pathelement
location="${freenet-ext.location}"/>
<pathelement
location="${freenet-cvs-snapshot.location}"/>
+ <pathelement location="${what}/resources"/>
</classpath>
<include name="**/*.java"/>
</javac>