-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
25 lines (25 loc) · 2.18 KB
/
.classpath
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/scala-2.9.1/classes" path="src/main/scala"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" output="target/scala-2.9.1/test-classes" path="src/test/scala"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="lib" path="lib/junit-4.9.jar"/>
<classpathentry kind="lib" path="lib/scalatest-1.6.1.jar"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/com.typesafe.akka/akka-actor/jars/akka-actor-2.0.1.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/com.typesafe.akka/akka-remote/jars/akka-remote-2.0.1.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/io.netty/netty/bundles/netty-3.3.0.Final.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/com.google.protobuf/protobuf-java/jars/protobuf-java-2.4.1.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/net.debasishg/sjson_2.9.1/jars/sjson_2.9.1-0.15.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/net.databinder/dispatch-json_2.9.1/jars/dispatch-json_2.9.1-0.8.5.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.1.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.1.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/org.objenesis/objenesis/jars/objenesis-1.2.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/commons-io/commons-io/jars/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="/Users/natsuki/.ivy2/cache/voldemort.store.compress/h2-lzf/jars/h2-lzf-1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>