1234567891011121314151617 |
- <?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="org.eclipse.jst.j2ee.internal.web.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/D-_apache-tomcat-9.0.16"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/commons-beanutils-1.8.0.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/commons-collections-3.2.1.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/commons-lang-2.4.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/ezmorph-1.0.6.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/javax.servlet.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/json-lib-0.9.jar"/>
- <classpathentry kind="lib" path="/echartsdemo/WebContent/WEB-INF/lib/mysql-connector-java-5.1.15-bin.jar"/>
- <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
- </classpath>
|