Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2002-09-24 16:56:43 +0000
committerKai Maetzel2002-09-24 16:56:43 +0000
commit14d37ec991e842df973b8c9e1196ba0a255df21e (patch)
tree3cc2a87ba91aaa43ea7919f6d8cc9f114ed96542 /org.eclipse.ui.workbench.texteditor/.classpath
parentdb4ac57b04d3091f1e46fa274fe527444c03a1a0 (diff)
downloadeclipse.platform.text-14d37ec991e842df973b8c9e1196ba0a255df21e.tar.gz
eclipse.platform.text-14d37ec991e842df973b8c9e1196ba0a255df21e.tar.xz
eclipse.platform.text-14d37ec991e842df973b8c9e1196ba0a255df21e.zip
First cut of org.eclipse.ui splitFirst_cut_splitting_org_eclipse_ui_200209241530
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/.classpath')
-rw-r--r--org.eclipse.ui.workbench.texteditor/.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/.classpath b/org.eclipse.ui.workbench.texteditor/.classpath
new file mode 100644
index 00000000000..4673a9a260d
--- /dev/null
+++ b/org.eclipse.ui.workbench.texteditor/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
+ <classpathentry kind="src" path="/org.eclipse.jface"/>
+ <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="src" path="/org.eclipse.jface.text"/>
+ <classpathentry kind="src" path="/org.eclipse.text"/>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="src" path="/org.eclipse.ui.workbench"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top