| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
- <attributes>
- <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-httpclient-3.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ezmorph-1.0.3.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jcommon-1.0.12.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jfreechart-1.0.8a.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jsf-api.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jsf-impl.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/json-lib-2.2.3-jdk15.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jstl-1.2.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/junit.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.17.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mybatis-3.3.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc14.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/org.hamcrest.core_1.1.0.v20090501071000.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-ssl-plugin-1.2.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/poi-3.8-20120326.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="lib" path="WebRoot/WEB-INF/lib/commons-beanutils-1.9.4.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-collections-3.2.2.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-fileupload-1.4.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-io-2.6.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-lang-2.4.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-lang3-3.11.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-logging-1.2.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/freemarker-2.3.28.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/javassist-3.20.0-GA.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-api-2.12.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ognl-3.1.17.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-core-2.5.22.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/struts2-json-plugin-2.5.22.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-codec-1.15.jar"/>
- <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_5.0">
- <attributes>
- <attribute name="owner.project.facets" value="jst.web"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_261">
- <attributes>
- <attribute name="owner.project.facets" value="java"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
- </classpath>
|