|
@@ -0,0 +1,24 @@
|
|
|
+<?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/JavaSE-1.7">
|
|
|
+ <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/com.genuitec.embedded.tomcat.runtime.v85">
|
|
|
+ <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="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2.2">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
|
|
|
+ <attribute name="owner.project.facets" value="jst.web.jstl"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
+ <classpathentry kind="lib" path="D:/sqljdbc/mysql-connector-java-5.1.44/mysql-connector-java-5.1.44-bin.jar"/>
|
|
|
+ <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
|
|
|
+</classpath>
|