12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/api-boss-1.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/api-config-1.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/api-sms-1.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/api-wsgw.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-codec-1.3.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-httpclient-3.0-rc4.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-db-1.2-beta.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-framework-util.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-json-1.1-base.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-lang-1.1-beta.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-mq-1.0-beta.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-rpc-1.0.6-beta.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/dom4j-1.6.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jaxen-1.1-beta-7.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jdom-1.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/log4j-1.2.11.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/ojdbc14_g.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/spring.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/wsdl4j-1.6.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/wss4j-1.5.1.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xbean-2.2.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xbean-spring-2.8.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xercesImpl.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xfire-all-1.2.6.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/zookeeper-3.3.6.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/core-daiys-util-base1.0.jar"/>
- <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/xom-1.1.jar"/>
- <classpathentry kind="lib" path="C:/apache-tomcat-8.0.28/lib/jsp-api.jar"/>
- <classpathentry kind="lib" path="C:/apache-tomcat-8.0.28/lib/servlet-api.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/mysql-connector-java-5.1.29-bin.jar"/>
- <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
- </classpath>
|