-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.classpath
16 lines (16 loc) · 1.23 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/scala-2.10/classes" path="src/main/scala"/>
<classpathentry kind="src" path="tests/src/test/resources"/>
<classpathentry kind="src" path="tests/src/test/scala"/>
<classpathentry kind="src" output="target/scala-2.10/test-classes" path="src/test/scala"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/>
<classpathentry kind="lib" path="/Users/luc/.ivy2/cache/org.scala-lang/scala-reflect/jars/scala-reflect-2.10.1.jar"/>
<classpathentry kind="lib" path="/Users/luc/.ivy2/cache/org.scalatest/scalatest_2.10/jars/scalatest_2.10-1.9.1.jar"/>
<classpathentry kind="lib" path="/Users/luc/.ivy2/cache/org.scala-lang/scala-actors/jars/scala-actors-2.10.0.jar"/>
<classpathentry kind="lib" path="/Users/luc/.ivy2/cache/org.springframework/spring-core/jars/spring-core-3.2.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/Users/luc/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>