.classpath 1015 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="configuration-src"/>
  5. <classpathentry kind="src" path="core.src"/>
  6. <classpathentry kind="src" path="test.src"/>
  7. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  8. <classpathentry kind="con" path="melibrary.com.genuitec.eclipse.j2eedt.core.MYECLIPSE_JAVAEE_5_CONTAINER"/>
  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="#system#;jst.web"/>
  12. </attributes>
  13. </classpathentry>
  14. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_60">
  15. <attributes>
  16. <attribute name="owner.project.facets" value="java"/>
  17. </attributes>
  18. </classpathentry>
  19. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  20. </classpath>