diff options
author | DJ Houghton | 2008-02-21 22:42:40 +0000 |
---|---|---|
committer | DJ Houghton | 2008-02-21 22:42:40 +0000 |
commit | 5e60f6272d6f1e280037415fa84ad30859ac30f0 (patch) | |
tree | 061f2925a0c463c3826737fb3d9ab0b7b9fe72c9 /bundles | |
parent | 87ff421e849c8963d148b2618eaed62c7cddcbd5 (diff) | |
download | rt.equinox.p2-5e60f6272d6f1e280037415fa84ad30859ac30f0.tar.gz rt.equinox.p2-5e60f6272d6f1e280037415fa84ad30859ac30f0.tar.xz rt.equinox.p2-5e60f6272d6f1e280037415fa84ad30859ac30f0.zip |
revert EE changes after test build
Diffstat (limited to 'bundles')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.artifact.repository/.classpath | 2 | ||||
-rw-r--r-- | bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath b/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath index 6f3b481ac..2fbb7a23e 100644 --- a/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath +++ b/bundles/org.eclipse.equinox.p2.artifact.repository/.classpath @@ -1,6 +1,6 @@ <?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/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="src" path="src"/> <classpathentry kind="output" path="bin"/> diff --git a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF index 5d89ac979..3e3d36624 100644 --- a/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.p2.artifact.repository/META-INF/MANIFEST.MF @@ -35,8 +35,8 @@ Import-Package: javax.xml.parsers, org.xml.sax;resolution:=optional Bundle-Activator: org.eclipse.equinox.internal.p2.artifact.repository.Activator Eclipse-LazyStart: true -Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1, - J2SE-1.4 +Bundle-RequiredExecutionEnvironment: J2SE-1.4, + CDC-1.1/Foundation-1.1 Require-Bundle: org.eclipse.ecf.filetransfer, org.eclipse.ecf, org.eclipse.equinox.common, |