[freenet-cvs] r12069 - trunk/freenet

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Mar 9 19:41:09 UTC 2007


Author: nextgens
Date: 2007-03-09 19:40:56 +0000 (Fri, 09 Mar 2007)
New Revision: 12069

Modified:
   trunk/freenet/.classpath
Log:
Commit a new .classpath : JSTUN is the only plugin requiering 1.5 "code compatibility level"

Modified: trunk/freenet/.classpath
===================================================================
--- trunk/freenet/.classpath	2007-03-09 19:39:26 UTC (rev 12068)
+++ trunk/freenet/.classpath	2007-03-09 19:40:56 UTC (rev 12069)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="freenet/node/*Test.java|org/spaceroots/mantissa/random/MersenneTwisterTest.java|plugins/**|test/**" kind="src" path="src"/>
+	<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 exported="true" kind="lib" path="lib/freenet-ext.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>




More information about the cvs mailing list