-
Notifications
You must be signed in to change notification settings - Fork 7
/
.classpath
13 lines (13 loc) · 1.07 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
<classpath>
<classpathentry output="target/scala-2.11/classes" kind="src" path="src/main/scala"/>
<classpathentry output="target/scala-2.11/classes" kind="src" path="src/main/java"/>
<classpathentry output="target/scala-2.11/test-classes" kind="src" path="src/test/scala"/>
<classpathentry output="target/scala-2.11/test-classes" kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="lib" path="/Users/shahbaz/.ivy2/cache/com.typesafe.akka/akka-actor_2.11/jars/akka-actor_2.11-2.3.8.jar"/>
<classpathentry kind="lib" path="/Users/shahbaz/.ivy2/cache/com.typesafe/config/bundles/config-1.2.1.jar"/>
<classpathentry kind="lib" path="/Users/shahbaz/.ivy2/cache/org.scalatest/scalatest_2.11/bundles/scalatest_2.11-2.2.1.jar"/>
<classpathentry kind="lib" path="/Users/shahbaz/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>