diff options
author | Curtis D'Entremont | 2006-05-04 19:24:53 +0000 |
---|---|---|
committer | Curtis D'Entremont | 2006-05-04 19:24:53 +0000 |
commit | ee204bf735078fad60340d4dfb56721582c40ee7 (patch) | |
tree | 929c1ea8e851f3740161174d9a22a1a7b5ddb190 /org.eclipse.help.ui/.classpath | |
parent | 8394c592f37916c8aa3a34a427f83b111207690a (diff) | |
download | eclipse.platform.ua-ee204bf735078fad60340d4dfb56721582c40ee7.tar.gz eclipse.platform.ua-ee204bf735078fad60340d4dfb56721582c40ee7.tar.xz eclipse.platform.ua-ee204bf735078fad60340d4dfb56721582c40ee7.zip |
139499, 139503, 139504 [Help] Update manifest to compile against 1.4: (org.eclipse.help.base, org.eclipse.help.ui, org.eclipse.help.webapp)v20060504
Diffstat (limited to 'org.eclipse.help.ui/.classpath')
-rw-r--r-- | org.eclipse.help.ui/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/.classpath b/org.eclipse.help.ui/.classpath index 065ac06e1..ce7393340 100644 --- a/org.eclipse.help.ui/.classpath +++ b/org.eclipse.help.ui/.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/J2SE-1.4"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="bin"/> </classpath> |