Changeset 558 for trunk/org.bridgedb.rdb
- Timestamp:
- 01/08/12 19:53:06 (5 months ago)
- Files:
-
- 1 modified
-
trunk/org.bridgedb.rdb/.classpath (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.rdb/.classpath
r444 r558 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 3 5 <classpathentry kind="src" path="src"/> 4 6 <classpathentry excluding="org/bridgedb/rdb/TestJdbc.java" kind="src" path="test"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb"/> 7 <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.bridgedb.bio"/> 8 <classpathentry kind="lib" path="lib/derby.jar"/> 9 <classpathentry kind="lib" path="build-lib/derbyclient.jar"/> 7 <classpathentry exported="true" kind="lib" path="lib/derby.jar"/> 8 <classpathentry exported="true" kind="lib" path="build-lib/derbyclient.jar"/> 10 9 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 11 10 <classpathentry kind="output" path="bin"/>
