-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 980 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="lib" path="lib/spring-core-3.2.0.M1.jar"/>
<classpathentry kind="lib" path="lib/spring-beans-3.2.0.M1.jar"/>
<classpathentry kind="lib" path="lib/spring-context-3.2.0.M1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/spring-asm-3.2.0.M1.jar"/>
<classpathentry kind="lib" path="lib/spring-expression-3.2.0.M1.jar"/>
<classpathentry kind="lib" path="lib/cglib-2.2.2.jar"/>
<classpathentry kind="lib" path="lib/asm-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/util-logging_2.9.1-5.2.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/util-core_2.9.1-5.2.1-SNAPSHOT.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>