|
@@ -2,11 +2,6 @@
|
|
|
<classpath>
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
<classpathentry kind="src" path="res"/>
|
|
|
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
|
|
- <attributes>
|
|
|
- <attribute name="module" value="true"/>
|
|
|
- </attributes>
|
|
|
- </classpathentry>
|
|
|
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-pool2-2.3.jar"/>
|
|
|
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/cron4j-2.2.5.jar"/>
|
|
|
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/druid-1.0.29.jar"/>
|
|
@@ -22,5 +17,10 @@
|
|
|
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/objenesis-2.1.jar"/>
|
|
|
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc6.jar"/>
|
|
|
<classpathentry kind="lib" path="WebRoot/WEB-INF/lib/sqljdbc42.jar"/>
|
|
|
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
|
|
|
+ <attributes>
|
|
|
+ <attribute name="owner.project.facets" value="java"/>
|
|
|
+ </attributes>
|
|
|
+ </classpathentry>
|
|
|
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
|
|
|
</classpath>
|