-
Notifications
You must be signed in to change notification settings - Fork 11
/
.classpath
33 lines (33 loc) · 1.95 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="examples/src"/>
<classpathentry kind="src" path="template/src"/>
<classpathentry kind="src" path="mock/src"/>
<classpathentry kind="src" path="extras/src"/>
<classpathentry kind="src" path="extras/test"/>
<classpathentry kind="src" path="framework/src"/>
<classpathentry kind="src" path="framework/test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="lib/freemarker-2.3.16.jar"/>
<classpathentry kind="lib" path="lib/hibernate-3.2.6.ga.jar"/>
<classpathentry kind="lib" path="lib/spring-2.5.6.jar"/>
<classpathentry kind="lib" path="examples/webapp/WEB-INF/lib/geronimo-annotation_1.0_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="examples/webapp/WEB-INF/lib/quartz-all-1.6.3.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.5.6.jar"/>
<classpathentry kind="lib" path="examples/webapp/WEB-INF/lib/poi-3.6.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/cayenne-server-3.0.jar"/>
<classpathentry kind="lib" path="examples/webapp/WEB-INF/lib/spring-2.5.6.jar"/>
<classpathentry kind="lib" path="examples/webapp/WEB-INF/lib/spring-security-core-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.7.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.4.jar"/>
<classpathentry kind="lib" path="lib/mvel2-2.1.7.Final.jar"/>
<classpathentry kind="lib" path="lib/ognl-2.6.9.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>