-
Notifications
You must be signed in to change notification settings - Fork 15
/
.classpath
41 lines (41 loc) · 2.61 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
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="conf"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/aopalliance.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.8.3.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-discovery-0.2.jar"/>
<classpathentry kind="lib" path="lib/commons-email-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-net-2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-net-ftp-2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.3.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/spring-aop-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-aspects-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-beans-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-context-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-context-support-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-core-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-expression-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-instrument-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-jdbc-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-jms-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-orm-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-oxm-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-test-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-tx-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-web-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-webmvc-4.2.5.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/zookeeper-3.4.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>