summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/.classpath
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-05-23 16:16:17 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-05-23 16:16:17 +0000
commit4cba60178d2f49f14b23039e47ac90612deb9046 (patch)
tree1f083706cda428a44c0b5b23fc034139732dcb34 /docs/examples/plugintemplate/.classpath
parentb1cf78869fcb70db18af04d9626d26b95876f652 (diff)
downloadscala-4cba60178d2f49f14b23039e47ac90612deb9046.tar.gz
scala-4cba60178d2f49f14b23039e47ac90612deb9046.tar.bz2
scala-4cba60178d2f49f14b23039e47ac90612deb9046.zip
Added Scala compiler plugin Template.
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>