-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
38 lines (38 loc) · 2.45 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resource"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_144">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/antlr.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/asm-all-3.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-beanutils-1.8.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-digester-1.8.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-io-1.3.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/freemarker-2.3.13.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javassist-3.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/ognl-2.6.11.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/sqljdbc4-2.0.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-convention-plugin-2.1.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-core-2.1.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/struts2-tiles-plugin-2.1.6.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tiles-api-2.1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tiles-compat-2.1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tiles-core-2.1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tiles-jsp-2.1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/tiles-servlet-2.1.2.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/xwork-2.1.2.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>