1234567891011121314151617181920212223242526272829303132333435363738 |
- <?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.8.0_111">
- <attributes>
- <attribute name="owner.project.facets" value="java"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
- <attributes>
- <attribute name="owner.project.facets" value="jst.web"/>
- </attributes>
- </classpathentry>
- <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="D:/apache-tomcat-8.0.52/lib/servlet-api.jar"/>
- <classpathentry exported="true" kind="lib" path="E:/java_workspace/tablestoreApi/fastjson-1.2.6.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2-jar-with-dependencies.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2-javadoc.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2-sources.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/commons-codec-1.6.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/commons-logging-1.1.3.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/disruptor-3.0.1.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/gson-2.8.5.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpasyncclient-4.0.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpclient-4.3.5.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpcore-4.3.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpcore-nio-4.3.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/joda-time-2.9.1.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/log4j-api-2.0.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/log4j-core-2.0.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/log4j-slf4j-impl-2.0.2.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/protobuf-java-2.4.1.jar"/>
- <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/slf4j-api-1.7.25.jar"/>
- <classpathentry kind="output" path="build/classes"/>
- </classpath>
|