-
Notifications
You must be signed in to change notification settings - Fork 14
/
.classpath
21 lines (21 loc) · 1.29 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/scala"/>
<classpathentry kind="src" path="src/test/scala"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="lib/webui/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/webui/jetty-all-8.0.4.v20111024.jar"/>
<classpathentry kind="lib" path="lib/test/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="lib/doc/pegdown-1.1.0.jar"/>
<classpathentry kind="lib" path="lib/doc/parboiled-core-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/doc/parboiled-java-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/scala-optparse_2.10-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/test/scalatest_2.10.0-2.0.M5.jar"/>
<classpathentry kind="lib" path="lib/grizzled-slf4j_2.10-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.2.jar"/>
<classpathentry kind="output" path="bin/eclipse"/>
</classpath>