summaryrefslogtreecommitdiff
path: root/docs/examples/plugintemplate/.classpath
blob: e9069639aef0a0f7f78d5b1daf04ed311f027469 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>