-
Notifications
You must be signed in to change notification settings - Fork 4
/
.classpath
20 lines (20 loc) · 1.29 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="classes"/>
<classpathentry kind="lib" path="lib/clojure-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/clojure-contrib-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/flyway-core-0.9.1.jar" sourcepath="/Users/teroparv/.m2/repository/com/googlecode/flyway/flyway-core/0.9.1/flyway-core-0.9.1-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.5.4.jar"/>
<classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/spring-beans-2.5.6.jar"/>
<classpathentry kind="lib" path="lib/spring-context-2.5.6.jar"/>
<classpathentry kind="lib" path="lib/spring-core-2.5.6.jar"/>
<classpathentry kind="lib" path="lib/spring-jdbc-2.5.6.jar"/>
<classpathentry kind="lib" path="lib/spring-tx-2.5.6.jar"/>
<classpathentry kind="lib" path="lib/flyway-core-0.9.3.jar" sourcepath="/Users/teroparv/.m2/repository/com/googlecode/flyway/flyway-core/0.9.3/flyway-core-0.9.3-sources.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>