-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
27 lines (27 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="C:/0.encore/03.ServletJSP/step10_miniProject_s/WebContent/WEB-INF/lib/ojdbc6.jar"/>
<classpathentry kind="lib" path="C:/0.encore/03.ServletJSP/step10_miniProject_s/WebContent/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar"/>
<classpathentry kind="lib" path="C:/0.encore/03.ServletJSP/step10_miniProject_s/WebContent/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar"/>
<classpathentry kind="lib" path="C:/0.encore/99.devEnv/tomcat8.5/lib/servlet-api.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>