Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.swt.examples.browser/.classpath')
-rw-r--r--examples/org.eclipse.swt.examples.browser/.classpath11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.examples.browser/.classpath b/examples/org.eclipse.swt.examples.browser/.classpath
new file mode 100644
index 0000000000..39062f4cc0
--- /dev/null
+++ b/examples/org.eclipse.swt.examples.browser/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="var" path="JRE_LIB"/>
+ <classpathentry kind="src" path="/org.eclipse.swt.examples"/>
+ <classpathentry kind="src" path="/org.eclipse.swt"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar"/>
+ <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jface_3.0.0/jface.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top