Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-12 10:35:31 +0000
committerEike Stepper2008-05-12 10:35:31 +0000
commit766a7ac52f4a1d088c55f15c2df34507e144f1ae (patch)
tree595943bd7d003e3a59c676e2f23a3ad8ae9c4610 /plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath
parente870dd140c8c5c4dae7196a8792fc3748fc094ff (diff)
downloadcdo-766a7ac52f4a1d088c55f15c2df34507e144f1ae.tar.gz
cdo-766a7ac52f4a1d088c55f15c2df34507e144f1ae.tar.xz
cdo-766a7ac52f4a1d088c55f15c2df34507e144f1ae.zip
[231516] Turn DB adapters from fragments into plugins
https://bugs.eclipse.org/bugs/show_bug.cgi?id=231516
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath b/plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath
index 304e86186a..64c5e31b7a 100644
--- a/plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath
+++ b/plugins/org.eclipse.emf.cdo.tests.hibernate/.classpath
@@ -1,7 +1,7 @@
<?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 kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top