Author: nextgens
Date: 2006-01-20 09:41:01 +0000 (Fri, 20 Jan 2006)
New Revision: 7882
Modified:
trunk/contrib/freenet_ext/build.xml
Log:
Doh.
Modified: trunk/contrib/freenet_ext/build.xml
===================================================================
--- trunk/contrib/freenet_ext/build.xml 2006-01-20 09:19:07 UTC (rev 7881)
+++ trunk/contrib/freenet_ext/build.xml 2006-01-20 09:41:01 UTC (rev 7882)
@@ -19,11 +19,6 @@
<classpath path="../onion-common.jar"/>
</javac>
<copy file="../onion_LICENSE" todir="${build}"/>
- <copy todir="${build}">
- <fileset dir="../fec_src">
- <include name="**/*.properties"/>
- </fileset>
- </copy>
</target>
<target name="jcpuid" depends="init">
@@ -49,7 +44,7 @@
<delete file="${jar.location}"/>
</target>
- <target name="jar" depends="jcpuid,bigint"
+ <target name="jar" depends="fec,jcpuid,bigint"
description="Create a .jar">
<jar jarfile="${jar.location}" basedir="${build}" includes="**">
<zipfileset src="../onion-common.jar"/>