.classpath 1.3 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <classpath>
  3. <classpathentry kind="src" path="src"/>
  4. <classpathentry kind="src" path="config"/>
  5. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
  6. <attributes>
  7. <attribute name="owner.project.facets" value="java"/>
  8. </attributes>
  9. </classpathentry>
  10. <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.generic_7.0">
  11. <attributes>
  12. <attribute name="owner.project.facets" value="jst.web"/>
  13. </attributes>
  14. </classpathentry>
  15. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
  16. <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
  17. <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2.2">
  18. <attributes>
  19. <attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
  20. <attribute name="owner.project.facets" value="jst.web.jstl"/>
  21. </attributes>
  22. </classpathentry>
  23. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jackson-core-2.4.4.jar"/>
  24. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jackson-databind-2.4.1.jar"/>
  25. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/jackson-annotations-2.4.1.jar"/>
  26. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  27. </classpath>