Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-08-26 02:38:10 +0000
committerKonrad Kolosowski2003-08-26 02:38:10 +0000
commit2e1f0cca784bf3c10828945d1b9b29f9f70b6641 (patch)
tree53ffce4399900a046dfb901f20196a3f24e73ca4 /org.eclipse.help.base/.classpath
parente374092ddde1c67c0ad47192ae2def573d658b46 (diff)
downloadeclipse.platform.ua-2e1f0cca784bf3c10828945d1b9b29f9f70b6641.tar.gz
eclipse.platform.ua-2e1f0cca784bf3c10828945d1b9b29f9f70b6641.tar.xz
eclipse.platform.ua-2e1f0cca784bf3c10828945d1b9b29f9f70b6641.zip
RCP work 1
Diffstat (limited to 'org.eclipse.help.base/.classpath')
-rw-r--r--org.eclipse.help.base/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.base/.classpath b/org.eclipse.help.base/.classpath
index 173a5e724..abea0c4d4 100644
--- a/org.eclipse.help.base/.classpath
+++ b/org.eclipse.help.base/.classpath
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="/org.apache.lucene"/>
<classpathentry kind="src" path="/org.apache.xerces"/>
- <classpathentry kind="src" path="/org.eclipse.help"/>
+ <classpathentry exported="true" kind="src" path="/org.eclipse.help"/>
<classpathentry kind="src" path="/org.eclipse.help.appserver"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>

Back to the top