Author: nextgens
Date: 2007-07-01 11:39:33 +0000 (Sun, 01 Jul 2007)
New Revision: 13859

Modified:
   trunk/freenet/.classpath
Log:
Tell eclipse to include every Junit test in the classpath

Modified: trunk/freenet/.classpath
===================================================================
--- trunk/freenet/.classpath    2007-07-01 00:32:18 UTC (rev 13858)
+++ trunk/freenet/.classpath    2007-07-01 11:39:33 UTC (rev 13859)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry 
excluding="freenet/node/*Test.java|org/spaceroots/mantissa/random/MersenneTwisterTest.java|plugins/JSTUN/**|test/**"
 kind="src" path="src"/>
-       <classpathentry including="freenet/**/*java" kind="src" path="test"/>
+       <classpathentry 
excluding="freenet/node/*Test.java|plugins/JSTUN/**|test/**" kind="src" 
path="src"/>
+       <classpathentry including="freenet/|org/" 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="lib" path="/usr/share/java/junit.jar"/>


Reply via email to