Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-05-04 19:24:53 +0000
committerCurtis D'Entremont2006-05-04 19:24:53 +0000
commitee204bf735078fad60340d4dfb56721582c40ee7 (patch)
tree929c1ea8e851f3740161174d9a22a1a7b5ddb190 /org.eclipse.help.ui/.classpath
parent8394c592f37916c8aa3a34a427f83b111207690a (diff)
downloadeclipse.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/.classpath2
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>

Back to the top