forked from jven/trader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
15 lines (15 loc) · 1.18 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<classpath>
<classpathentry output="target/scala-2.9.2/classes" path="src/main/scala" kind="src"></classpathentry>
<classpathentry output="target/scala-2.9.2/classes" path="src/main/java" kind="src"></classpathentry>
<classpathentry output="target/scala-2.9.2/test-classes" path="src/test/scala" kind="src"></classpathentry>
<classpathentry output="target/scala-2.9.2/test-classes" path="src/test/java" kind="src"></classpathentry>
<classpathentry path="./lib/tradesim-client_2.9.2-0.1.0-SNAPSHOT.jar" kind="lib"></classpathentry>
<classpathentry path="./lib/poi-3.7.jar" kind="lib"></classpathentry>
<classpathentry path="./lib/netty-3.2.3.Final.jar" kind="lib"></classpathentry>
<classpathentry path="./lib/jerkson_2.9.1-0.5.0.jar" kind="lib"></classpathentry>
<classpathentry path="./lib/time_2.9.1-0.5.jar" kind="lib"></classpathentry>
<classpathentry path="./lib/scala-library-2.9.2.jar" kind="lib"></classpathentry>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"></classpathentry>
<classpathentry path="org.eclipse.jdt.launching.JRE_CONTAINER" kind="con"></classpathentry>
<classpathentry path="bin" kind="output"></classpathentry>
</classpath>