Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Stevenson2008-01-28 22:27:31 +0000
committerDave Stevenson2008-01-28 22:27:31 +0000
commitb525b7ac9f92b02e0c35c96ebb5dd7eed59e386f (patch)
tree951083294563d02262a552198384afba3a358803 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.classpath
parent6683b28c84a9914fec28bd1414d99adc3845c87c (diff)
downloadrt.equinox.p2-b525b7ac9f92b02e0c35c96ebb5dd7eed59e386f.tar.gz
rt.equinox.p2-b525b7ac9f92b02e0c35c96ebb5dd7eed59e386f.tar.xz
rt.equinox.p2-b525b7ac9f92b02e0c35c96ebb5dd7eed59e386f.zip
Removed dependency on update configurator for installing/uninstalling features. Moved the platform.xml parser/writer from the reconciler.dropins bundle to the touchpoint.eclipse bundle so they could be shared.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.classpath b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.classpath
index 7cdeb7319..751c8f2e5 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.classpath
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.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"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top