.classpath 954 B

12345678910111213141516171819
  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 exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  8. <classpathentry exported="true" kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0">
  9. <attributes>
  10. <attribute name="owner.project.facets" value="#system#;jst.web"/>
  11. </attributes>
  12. </classpathentry>
  13. <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_45">
  14. <attributes>
  15. <attribute name="owner.project.facets" value="java"/>
  16. </attributes>
  17. </classpathentry>
  18. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  19. </classpath>