-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
13 lines (13 loc) · 974 Bytes
/
.classpath
File metadata and controls
13 lines (13 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/junit-4.5.jar"/>
<classpathentry kind="lib" path="/Users/deanwampler/Dropbox/fp-java/fp-java-svn/current/code-examples/lib/akka-actor-1.1.jar"/>
<classpathentry kind="lib" path="/Users/deanwampler/Dropbox/fp-java/fp-java-svn/current/code-examples/lib/scala-library.jar"/>
<classpathentry kind="lib" path="/Users/deanwampler/Dropbox/fp-java/fp-java-svn/current/code-examples/lib/akka-remote-1.1.jar"/>
<classpathentry kind="lib" path="/Users/deanwampler/Dropbox/fp-java/fp-java-svn/current/code-examples/lib/akka-stm-1.1.jar"/>
<classpathentry kind="lib" path="/Users/deanwampler/Dropbox/fp-java/fp-java-svn/current/code-examples/lib/multiverse-alpha-0.6.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="out"/>
</classpath>