On Thursday 27 November 2008 23:35, nextgens at freenetproject.org wrote:
> 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
We need this to be auto-extracted from NodeStarter.REQUIRED_EXT_BUILD_NUMBER .
>
> 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
> cvs at freenetproject.org
> http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20081128/97935797/attachment.pgp>