-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
32 lines (32 loc) · 3.63 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
26
27
28
29
30
31
32
<classpath>
<classpathentry output="target/scala-2.9.1/classes" path="src/main/scala" kind="src"></classpathentry>
<classpathentry output="target/scala-2.9.1/classes" path="src/main/java" kind="src"></classpathentry>
<classpathentry output="target/scala-2.9.1/test-classes" path="src/test/scala" kind="src"></classpathentry>
<classpathentry output="target/scala-2.9.1/test-classes" path="src/test/java" kind="src"></classpathentry>
<classpathentry path="org.scala-ide.sdt.launching.SCALA_CONTAINER" kind="con"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-webkit_2.9.1/jars/lift-webkit_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/commons-fileupload/commons-fileupload/jars/commons-fileupload-1.2.2.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-util_2.9.1/jars/lift-util_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/nu.validator.htmlparser/htmlparser/jars/htmlparser-1.2.1.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/javax.mail/mail/jars/mail-1.4.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/javax.activation/activation/jars/activation-1.1.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/joda-time/joda-time/jars/joda-time-1.6.2.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-actor_2.9.1/jars/lift-actor_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-common_2.9.1/jars/lift-common_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.6.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-json_2.9.1/jars/lift-json_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/com.thoughtworks.paranamer/paranamer/jars/paranamer-2.3.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/org.scala-lang/scalap/jars/scalap-2.9.1.jar" kind="lib"></classpathentry>
<classpathentry path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER" kind="con"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-mapper_2.9.1/jars/lift-mapper_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-db_2.9.1/jars/lift-db_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/net.liftweb/lift-proto_2.9.1/jars/lift-proto_2.9.1-2.4.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/com.h2database/h2/jars/h2-1.2.147.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/org.apache.derby/derby/jars/derby-10.7.1.1.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/javax.servlet/javax.servlet-api/jars/javax.servlet-api-3.0.1.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/ch.qos.logback/logback-classic/jars/logback-classic-0.9.27.jar" kind="lib"></classpathentry>
<classpathentry path="/Users/dpp/.ivy2/cache/ch.qos.logback/logback-core/jars/logback-core-0.9.27.jar" kind="lib"></classpathentry>
<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"></classpathentry>
<classpathentry path="bin" kind="output"></classpathentry>
</classpath>