Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-02-27 22:58:20 +0000
committerPascal Rapicault2009-02-27 22:58:20 +0000
commitea5a3f9fc6a086a5e1fb4616236dfe077ea3c6b6 (patch)
treea7f65214a74ded6c22cfb940616b104be7ac0c44 /bundles/org.eclipse.equinox.p2.director/.classpath
parentd0f5c1ea9d6181d38d61bd95fdec55cf1cec1306 (diff)
downloadrt.equinox.p2-ea5a3f9fc6a086a5e1fb4616236dfe077ea3c6b6.tar.gz
rt.equinox.p2-ea5a3f9fc6a086a5e1fb4616236dfe077ea3c6b6.tar.xz
rt.equinox.p2-ea5a3f9fc6a086a5e1fb4616236dfe077ea3c6b6.zip
Bug 200380 - [planner] Improve detection of incompatible solutionpost_explanation_work_mergedsa
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/.classpath b/bundles/org.eclipse.equinox.p2.director/.classpath
index 7cdeb7319..64c5e31b7 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="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="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