Author: nextgens
Date: 2008-12-03 00:32:37 +0000 (Wed, 03 Dec 2008)
New Revision: 24024
Modified:
trunk/freenet/build.xml
Log:
build.xml: add recommendedExtVersion to the build script
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2008-12-03 00:01:01 UTC (rev 24023)
+++ trunk/freenet/build.xml 2008-12-03 00:32:37 UTC (rev 24024)
@@ -20,6 +20,7 @@
<property name="javadoc" location="javadoc"/>
<property name="svn.revision" value="@custom@"/>
<property name="minExtVersion" value="-1"/>
+ <property name="recommendedExtVersion" value="-1"/>
<property name="CSSTokenizerFilter.relative.jflex"
value="freenet/clients/http/filter/CSSTokenizerFilter.jflex"/>
<property name="CSSTokenizerFilter.java"
value="${src}/freenet/clients/http/filter/CSSTokenizerFilter.java"/>
<property name="junit.location" value="/usr/share/java/junit.jar"/>
@@ -116,6 +117,7 @@
<attribute name="Main-Class"
value="freenet/node/Node"/>
<attribute name="Built-By"
value="${user.name}"/>
<attribute name="Required-Ext-Version"
value="${minExtVersion}"/>
+ <attribute name="Recommended-Ext-Version"
value="${recommendedExtVersion}"/>
<section name="common">
<attribute name="Specification-Title"
value="Freenet"/>
<attribute name="Specification-Version"
value="0.7pre"/>
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs