Author: nextgens
Date: 2007-07-03 12:07:16 +0000 (Tue, 03 Jul 2007)
New Revision: 13888
Modified:
trunk/plugins/build.xml
Log:
The whole 'resources' hack was a *bad* idea... we dont want binaries to be
commited anyway
Modified: trunk/plugins/build.xml
===================================================================
--- trunk/plugins/build.xml 2007-07-03 11:53:35 UTC (rev 13887)
+++ trunk/plugins/build.xml 2007-07-03 12:07:16 UTC (rev 13888)
@@ -11,7 +11,6 @@
<target name="mkdir">
<mkdir dir="${build}"/>
<mkdir dir="${dist}"/>
- <mkdir dir="${what}/resources"/>
<echo message="Using ${freenet-cvs-snapshot.location} as
freenet-cvs-snapshot.jar"/>
<echo message="Using ${freenet-ext.location} as
freenet-ext.jar"/>
</target>
@@ -27,7 +26,6 @@
<classpath>
<pathelement
location="${freenet-ext.location}"/>
<pathelement
location="${freenet-cvs-snapshot.location}"/>
- <pathelement location="${what}/resources"/>
</classpath>
<include name="**/*.java"/>
</javac>
@@ -41,7 +39,6 @@
<manifest>
<attribute name="Plugin-Main-Class"
value="plugins.${what}.${what}"/>
</manifest>
- <fileset dir="${what}/resources"/>
<fileset dir="${what}" casesensitive="no">
<include name="*.txt"/>
</fileset>