summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/.classpath
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/plugintemplate/.classpath')
-rw-r--r--docs/examples/plugintemplate/.classpath11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/examples/plugintemplate/.classpath b/docs/examples/plugintemplate/.classpath
new file mode 100644
index 0000000000..e9069639ae
--- /dev/null
+++ b/docs/examples/plugintemplate/.classpath
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="doc/examples"/>
+ <classpathentry kind="src" path="test"/>
+ <classpathentry kind="con" path="ch.epfl.lamp.sdt.launching.SCALA_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="/Applications/eclipse-3.4M6a/plugins/ch.epfl.lamp.sdt.core_2.7.1.r14724-b20080421111118/lib/scala-compiler.jar"/>
+ <classpathentry kind="lib" path="lib/scalatest.jar"/>
+ <classpathentry kind="output" path="build/eclipse"/>
+</classpath>