diff options
author | DJ Houghton | 2008-02-22 16:30:48 +0000 |
---|---|---|
committer | DJ Houghton | 2008-02-22 16:30:48 +0000 |
commit | 7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6 (patch) | |
tree | 7b2bf628d6cf75d1a8dd020666ff210278db6c2a /bundles/org.eclipse.equinox.p2.updatesite/.classpath | |
parent | f9aadf425e46a76530e056fef7411fcde36bec73 (diff) | |
download | rt.equinox.p2-7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6.tar.gz rt.equinox.p2-7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6.tar.xz rt.equinox.p2-7995b9f6c98b0a8bb4c0dd7c8e9d73f3ea3d93a6.zip |
Updated classpath to match EE in manifest.
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.updatesite/.classpath')
-rw-r--r-- | bundles/org.eclipse.equinox.p2.updatesite/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.updatesite/.classpath b/bundles/org.eclipse.equinox.p2.updatesite/.classpath index 751c8f2e5..2fbb7a23e 100644 --- a/bundles/org.eclipse.equinox.p2.updatesite/.classpath +++ b/bundles/org.eclipse.equinox.p2.updatesite/.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"/> + <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"/> </classpath> |