.classpath 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_111">
  5. <attributes>
  6. <attribute name="owner.project.facets" value="java"/>
  7. </attributes>
  8. </classpathentry>
  9. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
  10. <attributes>
  11. <attribute name="owner.project.facets" value="jst.web"/>
  12. </attributes>
  13. </classpathentry>
  14. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  15. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  16. <classpathentry kind="lib" path="D:/apache-tomcat-8.0.52/lib/servlet-api.jar"/>
  17. <classpathentry exported="true" kind="lib" path="E:/java_workspace/tablestoreApi/fastjson-1.2.6.jar"/>
  18. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2.jar"/>
  19. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2-jar-with-dependencies.jar"/>
  20. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2-javadoc.jar"/>
  21. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/tablestore-4.10.2-sources.jar"/>
  22. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/commons-codec-1.6.jar"/>
  23. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/commons-logging-1.1.3.jar"/>
  24. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/disruptor-3.0.1.jar"/>
  25. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/gson-2.8.5.jar"/>
  26. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpasyncclient-4.0.2.jar"/>
  27. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpclient-4.3.5.jar"/>
  28. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpcore-4.3.2.jar"/>
  29. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/httpcore-nio-4.3.2.jar"/>
  30. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/joda-time-2.9.1.jar"/>
  31. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/log4j-api-2.0.2.jar"/>
  32. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/log4j-core-2.0.2.jar"/>
  33. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/log4j-slf4j-impl-2.0.2.jar"/>
  34. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/protobuf-java-2.4.1.jar"/>
  35. <classpathentry kind="lib" path="E:/java_workspace/tablestore/tablestore-4.10.2-release/lib/slf4j-api-1.7.25.jar"/>
  36. <classpathentry kind="output" path="build/classes"/>
  37. </classpath>