Author: ljn1981
Date: 2006-04-18 15:32:55 +0000 (Tue, 18 Apr 2006)
New Revision: 8560
Modified:
trunk/freenet/.classpath
Log:
Updating the .project file to exclude freenet/node/*Test.java like the
build.xml file does so eclipse and ant will agree more on number of
errors/warnings.
Modified: trunk/freenet/.classpath
===================================================================
--- trunk/freenet/.classpath 2006-04-18 11:36:29 UTC (rev 8559)
+++ trunk/freenet/.classpath 2006-04-18 15:32:55 UTC (rev 8560)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry
excluding="test/**|org/spaceroots/mantissa/random/MersenneTwisterTest.java"
kind="src" path="src"/>
+ <classpathentry
excluding="freenet/node/*Test.java|org/spaceroots/mantissa/random/MersenneTwisterTest.java|test/**"
kind="src" path="src"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/freenet-ext.jar"/>
<classpathentry kind="output" path="bin"/>