Author: nextgens
Date: 2006-01-08 12:14:20 +0000 (Sun, 08 Jan 2006)
New Revision: 7817
Modified:
trunk/freenet/build.xml
Log:
doh
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2006-01-08 12:09:53 UTC (rev 7816)
+++ trunk/freenet/build.xml 2006-01-08 12:14:20 UTC (rev 7817)
@@ -15,7 +15,7 @@
<property name="freenet-ext.location"
location="${lib}/freenet-ext.jar"/>
<!-- ================================================== -->
-<target name="get_revision" description="extract build number from svn"
unless="svn.revision">
+<target name="get_revision" description="extract build number from svn"
unless="svn.revision" depends="distclean">
<exec executable="svnversion" outputproperty="svn.revision">
<arg value="."/>
</exec>