forked from greenTara/reactive-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
10 lines (10 loc) · 844 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
<classpath>
<classpathentry output="target/scala-2.10/classes" path="src/main/scala" kind="src"></classpathentry>
<classpathentry output="target/scala-2.10/classes" path="src/main/java" kind="src"></classpathentry>
<classpathentry output="target/scala-2.10/test-classes" path="src/test/scala" kind="src"></classpathentry>
<classpathentry output="target/scala-2.10/test-classes" path="src/test/java" kind="src"></classpathentry>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"></classpathentry>
<classpathentry path="/Users/taraathan/.ivy2/cache/org.apache.commons/commons-lang3/jars/commons-lang3-3.1.jar" kind="lib"></classpathentry>
<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"></classpathentry>
<classpathentry path="bin" kind="output"></classpathentry>
</classpath>