-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·35 lines (35 loc) · 2.26 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_6_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/aopalliance-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/aspectjweaver-1.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/druid-0.2.9.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/junit-4.11.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/mybatis-3.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/mybatis-spring-1.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.21.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/servlet-api-3.0-alpha-1.jar"/>
<classpathentry exported="true" kind="lib" path="WebRoot/WEB-INF/lib/jstl-1.2.jar"/>
<classpathentry exported="true" kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_6.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2.1">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
<attribute name="owner.project.facets" value="jst.web.jstl"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
</classpath>