.classpath 718 B

1234567891011121314
  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. <attributes>
  9. <attribute name="owner.project.facets" value="jst.web;#system#"/>
  10. </attributes>
  11. </classpathentry>
  12. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  13. <classpathentry kind="output" path="build/classes"/>
  14. </classpath>