Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-08-25 17:44:47 +0000
committerKonrad Kolosowski2003-08-25 17:44:47 +0000
commit0fec3f388e537182b1c92a0534bb042e1a3356b1 (patch)
treeb266a3948c1fe8abd7bb346667d92d6e52eae982 /org.eclipse.help.base/.classpath
parent3ce9e04fa90561c29dda0621c485d5f771583eb5 (diff)
downloadeclipse.platform.ua-0fec3f388e537182b1c92a0534bb042e1a3356b1.tar.gz
eclipse.platform.ua-0fec3f388e537182b1c92a0534bb042e1a3356b1.tar.xz
eclipse.platform.ua-0fec3f388e537182b1c92a0534bb042e1a3356b1.zip
RCP work 1
Diffstat (limited to 'org.eclipse.help.base/.classpath')
-rw-r--r--org.eclipse.help.base/.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.help.base/.classpath b/org.eclipse.help.base/.classpath
new file mode 100644
index 000000000..173a5e724
--- /dev/null
+++ b/org.eclipse.help.base/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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 kind="src" path="/org.eclipse.help.appserver"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top