.classpath 1.0 KB

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="resources"/>
  5. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  6. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  7. <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
  8. <classpathentry kind="lib" path="web/WEB-INF/lib/iText-2.0.8.jar"/>
  9. <classpathentry kind="lib" path="web/WEB-INF/lib/itextpdf-5.5.9.jar"/>
  10. <classpathentry kind="lib" path="web/WEB-INF/lib/core-renderer-R8.jar"/>
  11. <classpathentry kind="lib" path="web/WEB-INF/lib/itext-asian-5.1.0.jar"/>
  12. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  13. <classpathentry kind="lib" path="D:/apache-tomcat-7.0.40/lib/servlet-api.jar"/>
  14. <classpathentry kind="lib" path="D:/apache-tomcat-7.0.40/lib/jsp-api.jar"/>
  15. <classpathentry kind="output" path="web/WEB-INF/classes"/>
  16. </classpath>