12345678910111213141516171819202122 |
- <?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.6.0_32"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpclient-4.1.2.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/httpcore-4.1.2.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.5-bin.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.1.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jclasslib.jar" sourcepath="WebRoot/WEB-INF/lib/jclasslib.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jclasslib-library.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/annotations-13.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jclasslib-browser.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/kotlin-runtime-1.0.6.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/kotlin-stdlib-1.0.6.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/kotlinx.dom-0.0.10.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/miglayout-core-5.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/miglayout-swing-5.0.jar"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
- <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
- </classpath>
|