Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2002-10-15 10:34:52 +0000
committerKai Maetzel2002-10-15 10:34:52 +0000
commit422228afb08d5f92f50771585ada8c38f3f5716b (patch)
treea4783ce2fbbf441671070ff245563419ddafd1fa /org.eclipse.jface.text/.classpath
parent0c74c61f7c2dbd5b550e24e1861616752f19fa5b (diff)
downloadeclipse.platform.text-422228afb08d5f92f50771585ada8c38f3f5716b.tar.gz
eclipse.platform.text-422228afb08d5f92f50771585ada8c38f3f5716b.tar.xz
eclipse.platform.text-422228afb08d5f92f50771585ada8c38f3f5716b.zip
*** empty log message ***v20021015
Diffstat (limited to 'org.eclipse.jface.text/.classpath')
-rw-r--r--org.eclipse.jface.text/.classpath9
1 files changed, 5 insertions, 4 deletions
diff --git a/org.eclipse.jface.text/.classpath b/org.eclipse.jface.text/.classpath
index a72fd369dca..f5dc5a4c919 100644
--- a/org.eclipse.jface.text/.classpath
+++ b/org.eclipse.jface.text/.classpath
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="/org.eclipse.text"/>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry exported="true" kind="src" path="/org.eclipse.text"/>
+ <classpathentry kind="src" path="/org.eclipse.swt"/>
<classpathentry kind="src" path="/org.eclipse.jface"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
- <classpathentry kind="src" path="/org.eclipse.swt"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top