-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·18 lines (18 loc) · 1.01 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/casbah-commons_2.9.0-1-2.1.5.0.jar"/>
<classpathentry kind="lib" path="lib/casbah-core_2.9.0-1-2.1.5.0.jar"/>
<classpathentry kind="lib" path="lib/casbah-gridfs_2.9.0-1-2.1.5.0.jar"/>
<classpathentry kind="lib" path="lib/casbah-query_2.9.0-1-2.1.5.0.jar"/>
<classpathentry kind="lib" path="lib/joda-time-1.6.jar"/>
<classpathentry kind="lib" path="lib/mongo-java-driver-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/scalaj-collection_2.8.0-1.0.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.0.jar"/>
<classpathentry kind="lib" path="lib/snowball.jar"/>
<classpathentry kind="lib" path="lib/xpathparser.jar"/>
<classpathentry kind="lib" path="lib/jedis-2.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>