Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/.classpath9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/.classpath b/plugins/org.eclipse.emf.cdo.tests/.classpath
new file mode 100644
index 0000000000..9e7e4b0614
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.net4j.db.derby"/>
+ <classpathentry kind="lib" path="/org.eclipse.net4j.db.derby/lib/derby.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top