Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-10-28 07:09:21 +0000
committerEike Stepper2008-10-28 07:09:21 +0000
commite032e6a8f73447b4d9e89f1f0d4a90da19eefb9e (patch)
tree26518c29cb051fd8c298c31181ce0ae08f961931 /plugins/org.eclipse.net4j.jms.api
parent3b9d21b2ff9a624eb6c728b87232c5bdb8da7354 (diff)
downloadcdo-e032e6a8f73447b4d9e89f1f0d4a90da19eefb9e.tar.gz
cdo-e032e6a8f73447b4d9e89f1f0d4a90da19eefb9e.tar.xz
cdo-e032e6a8f73447b4d9e89f1f0d4a90da19eefb9e.zip
[251753] DBStore with MySql to be added in the testing framework.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=251753
Diffstat (limited to 'plugins/org.eclipse.net4j.jms.api')
-rw-r--r--plugins/org.eclipse.net4j.jms.api/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.jms.api/.classpath b/plugins/org.eclipse.net4j.jms.api/.classpath
index a709da1c6e..25bc3f14a5 100644
--- a/plugins/org.eclipse.net4j.jms.api/.classpath
+++ b/plugins/org.eclipse.net4j.jms.api/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="lib/jms.jar"/>
<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 exported="true" kind="lib" path="lib/jms.jar" sourcepath="org.eclipse.net4j.jms.apisrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top