Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples/.classpath')
-rwxr-xr-xexamples/org.eclipse.swt.examples/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples/.classpath b/examples/org.eclipse.swt.examples/.classpath
new file mode 100755
index 0000000000..53347ea5db
--- /dev/null
+++ b/examples/org.eclipse.swt.examples/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path=""/>
+ <classpathentry kind="var" path="JRE_LIB"/>
+ <classpathentry kind="var"
+ path="ECLIPSE_PLUGINS/org.eclipse.swt/swt.jar" sourcepath="ECLIPSE_PLUGINS/org.eclipse.swt/swtsrc.zip"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top