Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/.classpath')
-rw-r--r--org.eclipse.text/.classpath6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.text/.classpath b/org.eclipse.text/.classpath
new file mode 100644
index 00000000000..d8b3fa0d8f2
--- /dev/null
+++ b/org.eclipse.text/.classpath
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top