#At https://bazaar.launchpad.net/~ndb-bindings/ndb-bindings/trunk
459 Monty Taylor 2008-10-06
Fixed eclipse file.
modified:
java/.classpath
=== modified file 'java/.classpath'
--- a/java/.classpath 2008-08-19 03:54:40 +0000
+++ b/java/.classpath 2008-10-06 20:38:10 +0000
@@ -1,11 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="html/|javadoc/|junit/|lib/|swig/|build/" kind="src" path="">
+ <classpathentry kind="src" path="generated/java">
+ <attributes>
+ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ndbj/.libs"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="test/java">
+ <attributes>
+ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ndbj/.libs"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="src" path="src/java">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ndbj/.libs"/>
</attributes>
</classpathentry>
- <classpathentry kind="src" path="build"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="/usr/lib/jvm/java-6-sun/jre/lib/rt.jar"/>
<classpathentry kind="lib" path="lib/jta-spec1_0_1.jar"/>
| Thread |
|---|
| • bzr commit into NDB/Bindings:trunk branch (monty:459) | Monty Taylor | 6 Oct |