Author: nextgens
Date: 2006-01-05 12:46:22 +0000 (Thu, 05 Jan 2006)
New Revision: 7748
Modified:
trunk/freenet/.classpath
Log:
fixing the .classpath file so it works within eclipse
Modified: trunk/freenet/.classpath
===================================================================
--- trunk/freenet/.classpath 2006-01-05 12:43:13 UTC (rev 7747)
+++ trunk/freenet/.classpath 2006-01-05 12:46:22 UTC (rev 7748)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry
excluding="test/**|org/spaceroots/mantissa/random/MersenneTwisterTest.java"
kind="src" path="src"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/home/sleon/node/freenet-ext.jar"/>
+ <classpathentry kind="lib" path="lib/freenet-ext.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>