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:
authorDorian Birsan2002-12-19 15:36:44 +0000
committerDorian Birsan2002-12-19 15:36:44 +0000
commit82cc599d08c3e03f8ca3240534b907bc1b008d51 (patch)
tree271f05a9d6b0d2e27cabfb1cfe72166674c80e2b /org.eclipse.help.ui/.classpath
parent88e3193f7cdb61eb74734239dc9df5687cd86b23 (diff)
downloadeclipse.platform.ua-82cc599d08c3e03f8ca3240534b907bc1b008d51.tar.gz
eclipse.platform.ua-82cc599d08c3e03f8ca3240534b907bc1b008d51.tar.xz
eclipse.platform.ua-82cc599d08c3e03f8ca3240534b907bc1b008d51.zip
replaceable app server
Diffstat (limited to 'org.eclipse.help.ui/.classpath')
-rw-r--r--org.eclipse.help.ui/.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.help.ui/.classpath b/org.eclipse.help.ui/.classpath
index e0d79c2c0..d127e3a17 100644
--- a/org.eclipse.help.ui/.classpath
+++ b/org.eclipse.help.ui/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/"/>
+ <classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.help"/>
<classpathentry kind="src" path="/org.eclipse.search"/>
@@ -9,5 +10,6 @@
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="src" path="/org.eclipse.help.appserver"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top