Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Stevenson2007-10-26 21:54:11 +0000
committerDave Stevenson2007-10-26 21:54:11 +0000
commit5848dddc54c63006c7b2a208d2d3e0d03433557d (patch)
tree06301e5cdf7bce73b64c7f092072670274ab0890 /bundles/org.eclipse.equinox.p2.artifact.repository/.classpath
parentc14f1952ef56c2690f856cf1825071ba7c251cf8 (diff)
downloadrt.equinox.p2-5848dddc54c63006c7b2a208d2d3e0d03433557d.tar.gz
rt.equinox.p2-5848dddc54c63006c7b2a208d2d3e0d03433557d.tar.xz
rt.equinox.p2-5848dddc54c63006c7b2a208d2d3e0d03433557d.zip
Initial delivery of SAX XML Writer/Parser framework for XStream replacement. The metadata and artifact repository writers/parsers are included, but not currently used.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.artifact.repository/.classpath')
-rw-r--r--bundles/org.eclipse.equinox.p2.artifact.repository/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath b/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath
index 7cdeb7319..ce7393340 100644
--- a/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath
+++ b/bundles/org.eclipse.equinox.p2.artifact.repository/.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.4"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top