diff options
author | rescobar | 2010-11-03 17:46:21 +0000 |
---|---|---|
committer | Ryan D. Brooks | 2010-11-03 17:46:21 +0000 |
commit | 9e30e486b5d9fb291503f12368bd6ed228831812 (patch) | |
tree | 6387304bfa0fc67c80d41e357a64cafc719121fd /plugins/org.eclipse.osee.framework.database.test/.classpath | |
parent | 489952c3cc822596638d3ecb7d3c793af77e646c (diff) | |
download | org.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/.classpath | 7 |
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> |