Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel LeBerre2009-02-28 11:30:56 +0000
committerDaniel LeBerre2009-02-28 11:30:56 +0000
commit909d13a5f0acfdafcee5f3762ae753d42f22b7f9 (patch)
treea77c48f3d7a64256faad4d9aaf1269d8bcd7d5bc /bundles/org.eclipse.equinox.p2.director/.classpath
parentea5a3f9fc6a086a5e1fb4616236dfe077ea3c6b6 (diff)
downloadrt.equinox.p2-909d13a5f0acfdafcee5f3762ae753d42f22b7f9.tar.gz
rt.equinox.p2-909d13a5f0acfdafcee5f3762ae753d42f22b7f9.tar.xz
rt.equinox.p2-909d13a5f0acfdafcee5f3762ae753d42f22b7f9.zip
Fixed dependency to Java 5. Back to Foundation 1.1
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/.classpath b/bundles/org.eclipse.equinox.p2.director/.classpath
index 64c5e31b7..f4025822f 100644
--- a/bundles/org.eclipse.equinox.p2.director/.classpath
+++ b/bundles/org.eclipse.equinox.p2.director/.classpath
@@ -1,7 +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/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.1%Foundation-1.1"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top