Author: nextgens
Date: 2006-12-20 17:47:16 +0000 (Wed, 20 Dec 2006)
New Revision: 11497
Modified:
trunk/freenet/.classpath
Log:
Commit the missing .classpath file so that both toad and eclipse are happy
Modified: trunk/freenet/.classpath
===================================================================
--- trunk/freenet/.classpath 2006-12-20 17:11:59 UTC (rev 11496)
+++ trunk/freenet/.classpath 2006-12-20 17:47:16 UTC (rev 11497)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
excluding="freenet/node/*Test.java|org/spaceroots/mantissa/random/MersenneTwisterTest.java|test/**"
kind="src" path="src"/>
+ <classpathentry including="freenet/**/*java" kind="src" path="test"/>
<classpathentry exported="true" kind="lib" path="lib/freenet-ext.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>