r26909 - branches/nextgens-stuffs/freenet
[email protected] Thu, 16 Apr 2009 22:35:10 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: nextgens Date: 2009-04-16 22:35:10 +0000 (Thu, 16 Apr 2009) New Revision: 26909 Modified: branches/nextgens-stuffs/freenet/.classpath Log: Configure eclipse properly (compile all tests, don't dupplicate the .class files) Modified: branches/nextgens-stuffs/freenet/.classpath =================================================================== --- branches/nextgens-stuffs/freenet/.classpath 2009-04-16 22:27:11 UTC (rev 26908) +++ branches/nextgens-stuffs/freenet/.classpath 2009-04-16 22:35:10 UTC (rev 26909) @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry excluding="freenet/node/*Test.java|plugins/JSTUN/**|test/**" kind="src" path="src"/> - <classpathentry including="freenet/|org/" kind="src" path="test"/> + <classpathentry including="freenet/|net/|org/" kind="src" path="test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="/usr/share/java/junit.jar"/> <classpathentry kind="lib" path="lib/freenet-ext.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="output" path="build"/> </classpath>