Author: toad
Date: 2008-05-15 16:52:48 +0000 (Thu, 15 May 2008)
New Revision: 19948
Modified:
trunk/freenet/build.xml
Log:
Revert r19943: it broke running the node with the wrapper:
Exception in thread "main" java.lang.NoClassDefFoundError:
freenet/node/NodeStarter
Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml 2008-05-15 16:40:37 UTC (rev 19947)
+++ trunk/freenet/build.xml 2008-05-15 16:52:48 UTC (rev 19948)
@@ -113,7 +113,6 @@
<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"/>