-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
27 lines (27 loc) · 2.81 KB
/
.classpath
File metadata and controls
27 lines (27 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<classpath>
<classpathentry kind="src" path="src/main/scala" output="target/scala-2.10/classes"/>
<classpathentry kind="src" path="src/main/java" output="target/scala-2.10/classes"/>
<classpathentry kind="src" path="src/test/scala" output="target/scala-2.10/test-classes"/>
<classpathentry kind="src" path="src/test/java" output="target/scala-2.10/test-classes"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.scalatest/scalatest_2.10/jars/scalatest_2.10-1.9.2.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.mongodb/casbah-commons_2.10/jars/casbah-commons_2.10-2.6.3.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/com.github.nscala-time/nscala-time_2.10/jars/nscala-time_2.10-0.2.0.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/joda-time/joda-time/jars/joda-time-2.1.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.joda/joda-convert/jars/joda-convert-1.2.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.0.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.mongodb/mongo-java-driver/jars/mongo-java-driver-2.11.3.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.mongodb/casbah-core_2.10/jars/casbah-core_2.10-2.6.3.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.mongodb/casbah-query_2.10/jars/casbah-query_2.10-2.6.3.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.mongodb/casbah-gridfs_2.10/jars/casbah-gridfs_2.10-2.6.3.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/com.github.simplyscala/scalatest-embedmongo_2.10/jars/scalatest-embedmongo_2.10-0.2.3-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/de.flapdoodle.embed/de.flapdoodle.embed.mongo/jars/de.flapdoodle.embed.mongo-1.46.0.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/de.flapdoodle.embed/de.flapdoodle.embed.process/jars/de.flapdoodle.embed.process-1.39.0.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.apache.commons/commons-lang3/jars/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/net.java.dev.jna/jna/jars/jna-4.0.0.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/net.java.dev.jna/jna-platform/jars/jna-platform-4.0.0.jar"/>
<classpathentry kind="lib" path="/home/knoldus/.ivy2/cache/org.apache.commons/commons-compress/jars/commons-compress-1.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>