Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-02-28 18:19:38 +0000
committerKonrad Kolosowski2003-02-28 18:19:38 +0000
commitbe844ae3abaf9297fe1b59349b60ad9e19be267c (patch)
tree30124413a82d133bb0f0281e45c98c6f07f8d2f7 /org.eclipse.help.ui/.classpath
parenta65f6bfe8e57a91c899e7fa7aa9c19ce40f1f3af (diff)
downloadeclipse.platform.ua-be844ae3abaf9297fe1b59349b60ad9e19be267c.tar.gz
eclipse.platform.ua-be844ae3abaf9297fe1b59349b60ad9e19be267c.tar.xz
eclipse.platform.ua-be844ae3abaf9297fe1b59349b60ad9e19be267c.zip
undoing last change
Diffstat (limited to 'org.eclipse.help.ui/.classpath')
-rw-r--r--org.eclipse.help.ui/.classpath11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/.classpath b/org.eclipse.help.ui/.classpath
index c5cfc924b..4f2ada38d 100644
--- a/org.eclipse.help.ui/.classpath
+++ b/org.eclipse.help.ui/.classpath
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
+ <classpathentry kind="src" path="/org.eclipse.help"/>
+ <classpathentry kind="src" path="/org.eclipse.search"/>
+ <classpathentry kind="src" path="/org.eclipse.ui"/>
+ <classpathentry kind="src" path="/org.eclipse.tomcat"/>
+ <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
+ <classpathentry kind="src" path="/org.eclipse.help.appserver"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top