-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
28 lines (28 loc) · 1.71 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_91">
<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 v8.0 (6)">
<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="E:/mysql-connector-java-5.0.8/mysql-connector-java-5.0.8-bin.jar"/>
<classpathentry kind="lib" path="E:/Tomcat 8.0/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/commons-fileupload-1.3.3.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/commons-io-2.5.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/commons-lang3-3.6.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/freemarker-2.3.23.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/javassist-3.20.0-GA.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/log4j-api-2.8.2.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/ognl-3.1.15.jar"/>
<classpathentry kind="lib" path="E:/struts-2.5.13/lib/struts2-core-2.5.13.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>