Author: nextgens
Date: 2008-05-15 14:46:50 +0000 (Thu, 15 May 2008)
New Revision: 19943
Modified:
trunk/freenet/build.xml
Log:
add a Class-Path attribute to the manifest
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2008-05-15 11:27:08 UTC (rev 19942)
+++ trunk/freenet/build.xml 2008-05-15 14:46:50 UTC (rev 19943)
@@ -113,6 +113,7 @@
<manifest>
<attribute name="Main-Class"
value="freenet/node/Node"/>
<attribute name="Built-By"
value="${user.name}"/>
+ <attribute name="Class-Path:"
value="${freenet-ext.location} freenet-ext.jar"/>
<section name="common">
<attribute name="Specification-Title"
value="Freenet"/>
<attribute name="Specification-Version"
value="0.7pre"/>