.classpath 1.2 KB

12345678910111213141516171819202122232425
  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="com.genuitec.runtime.library/com.genuitec.generic_6.0">
  8. <attributes>
  9. <attribute name="owner.project.facets" value="jst.web"/>
  10. </attributes>
  11. </classpathentry>
  12. <classpathentry kind="con" path="com.genuitec.runtime.library/com.genuitec.jstl_1.2.1">
  13. <attributes>
  14. <attribute name="org.eclipse.jst.component.dependency" value="WEB-INF/lib"/>
  15. <attribute name="owner.project.facets" value="jst.web.jstl"/>
  16. </attributes>
  17. </classpathentry>
  18. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
  19. <attributes>
  20. <attribute name="owner.project.facets" value="java"/>
  21. </attributes>
  22. </classpathentry>
  23. <classpathentry kind="lib" path="WebRoot/WEB-INF/lib/commons-math3-3.6.jar"/>
  24. <classpathentry kind="output" path="WebRoot/WEB-INF/classes"/>
  25. </classpath>