Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorssmith2009-06-16 16:14:31 +0000
committerssmith2009-06-16 16:14:31 +0000
commit6f3c284b0165645a5efa548ef8158be416f92a4b (patch)
treed3d373ae71fa5fee8d82271bcd692bf6348d1d56 /tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
parent0f5ab62dc6011ef52db1cde5673166623e9f399d (diff)
downloadorg.eclipse.emf.teneo-6f3c284b0165645a5efa548ef8158be416f92a4b.tar.gz
org.eclipse.emf.teneo-6f3c284b0165645a5efa548ef8158be416f92a4b.tar.xz
org.eclipse.emf.teneo-6f3c284b0165645a5efa548ef8158be416f92a4b.zip
Updated classpath (using PDE) to reflect expected execution environment of Java SE 1.5.
Diffstat (limited to 'tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath')
-rw-r--r--tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
index 9ec6d4378..a28f6ce8e 100644
--- a/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
+++ b/tests/org.eclipse.emf.teneo.eclipselink.examples.library.orm.tests/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <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 excluding="org/eclipse/emf/teneo/eclipselink/examples/library/orm/tests/resource/CRUDTest.java" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>

Back to the top