Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-11-03 17:46:21 +0000
committerRyan D. Brooks2010-11-03 17:46:21 +0000
commit9e30e486b5d9fb291503f12368bd6ed228831812 (patch)
tree6387304bfa0fc67c80d41e357a64cafc719121fd /plugins/org.eclipse.osee.framework.database.test/.classpath
parent489952c3cc822596638d3ecb7d3c793af77e646c (diff)
downloadorg.eclipse.osee-9e30e486b5d9fb291503f12368bd6ed228831812.tar.gz
org.eclipse.osee-9e30e486b5d9fb291503f12368bd6ed228831812.tar.xz
org.eclipse.osee-9e30e486b5d9fb291503f12368bd6ed228831812.zip
refinement: Add database test bundle and JoinQuery tests
Diffstat (limited to 'plugins/org.eclipse.osee.framework.database.test/.classpath')
-rw-r--r--plugins/org.eclipse.osee.framework.database.test/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.database.test/.classpath b/plugins/org.eclipse.osee.framework.database.test/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.database.test/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top