Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-09-02 20:47:19 +0000
committerThomas Watson2010-09-02 20:47:19 +0000
commit1fa6682cab275f94e2e8312c75cce357b01f2df0 (patch)
tree5d7fc8697008a4a8738c1ecf689f2593026b7212 /bundles/org.eclipse.osgi/supplement/.classpath
parent192703a7ec699d0ee7fc15f0886c8a0479d301f4 (diff)
downloadrt.equinox.framework-1fa6682cab275f94e2e8312c75cce357b01f2df0.tar.gz
rt.equinox.framework-1fa6682cab275f94e2e8312c75cce357b01f2df0.tar.xz
rt.equinox.framework-1fa6682cab275f94e2e8312c75cce357b01f2df0.zip
use jsr14v20100902
Diffstat (limited to 'bundles/org.eclipse.osgi/supplement/.classpath')
-rw-r--r--bundles/org.eclipse.osgi/supplement/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/.classpath b/bundles/org.eclipse.osgi/supplement/.classpath
index ce7393340..64c5e31b7 100644
--- a/bundles/org.eclipse.osgi/supplement/.classpath
+++ b/bundles/org.eclipse.osgi/supplement/.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.4"/>
+ <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