Author: nextgens
Date: 2008-11-27 23:35:49 +0000 (Thu, 27 Nov 2008)
New Revision: 23933

Modified:
   trunk/freenet/build.xml
Log:
build.xml: add a new attribute to the manifest: Required-Ext-Version

Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml     2008-11-27 23:27:47 UTC (rev 23932)
+++ trunk/freenet/build.xml     2008-11-27 23:35:49 UTC (rev 23933)
@@ -19,6 +19,7 @@
        <property name="freenet-ext.location" 
location="${lib}/freenet-ext.jar"/>
        <property name="javadoc" location="javadoc"/>
        <property name="svn.revision" value="@custom@"/>
+       <property name="minExtVersion" 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"/>
@@ -114,6 +115,7 @@
                        <manifest>
                                <attribute name="Main-Class" 
value="freenet/node/Node"/>
                                <attribute name="Built-By" 
value="${user.name}"/>
+                               <attribute name="Required-Ext-Version" 
value="${minExtVersion}"/>
                                <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

Reply via email to