-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.classpath
16 lines (16 loc) · 906 Bytes
/
.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" path="src"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/scalatest_2.10-2.1.0.jar"/>
<classpathentry kind="lib" path="lib/simmetrics_jar_v1_6_2_d07_02_07.jar"/>
<classpathentry kind="lib" path="lib/hac.jar"/>
<classpathentry kind="lib" path="lib/scala-csv_2.10-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/slick_2.10-2.1.0-M1.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.30-bin.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>