source: osm/applications/editors/josm/plugins/ejml/.classpath@ 35426

Last change on this file since 35426 was 35122, checked in by donvip, 5 years ago

see #josm17933 - see #josm17976 - upgrade to EJML 0.34 and JTS 1.16.1 (versions required by GeoTools 22.0)

File size: 2.5 KB
RevLine 
[31753]1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
[32680]4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
[31753]5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
[35122]6 <classpathentry kind="lib" path="lib/ejml-cdense-0.34.jar" sourcepath="lib/ejml-cdense-0.34-sources.jar">
[34125]7 <attributes>
[35122]8 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-cdense-0.34-javadoc.jar!/"/>
[34125]9 </attributes>
10 </classpathentry>
[35122]11 <classpathentry kind="lib" path="lib/ejml-core-0.34.jar" sourcepath="lib/ejml-core-0.34-sources.jar">
[34125]12 <attributes>
[35122]13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-core-0.34-javadoc.jar!/"/>
[34125]14 </attributes>
15 </classpathentry>
[35122]16 <classpathentry kind="lib" path="lib/ejml-ddense-0.34.jar" sourcepath="lib/ejml-ddense-0.34-sources.jar">
[34125]17 <attributes>
[35122]18 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-ddense-0.34-javadoc.jar!/"/>
[34125]19 </attributes>
20 </classpathentry>
[35122]21 <classpathentry kind="lib" path="lib/ejml-dsparse-0.34.jar" sourcepath="lib/ejml-dsparse-0.34-sources.jar">
[34125]22 <attributes>
[35122]23 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-dsparse-0.34-javadoc.jar!/"/>
[34125]24 </attributes>
25 </classpathentry>
[35122]26 <classpathentry kind="lib" path="lib/ejml-experimental-0.34.jar" sourcepath="lib/ejml-experimental-0.34-sources.jar">
[34125]27 <attributes>
[35122]28 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-experimental-0.34-javadoc.jar!/"/>
[34125]29 </attributes>
30 </classpathentry>
[35122]31 <classpathentry kind="lib" path="lib/ejml-fdense-0.34.jar" sourcepath="lib/ejml-fdense-0.34-sources.jar">
[34125]32 <attributes>
[35122]33 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-fdense-0.34-javadoc.jar!/"/>
[34125]34 </attributes>
35 </classpathentry>
[35122]36 <classpathentry kind="lib" path="lib/ejml-simple-0.34.jar" sourcepath="lib/ejml-simple-0.34-sources.jar">
[34125]37 <attributes>
[35122]38 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-simple-0.34-javadoc.jar!/"/>
[34125]39 </attributes>
40 </classpathentry>
[35122]41 <classpathentry kind="lib" path="lib/ejml-zdense-0.34.jar" sourcepath="lib/ejml-zdense-0.34-sources.jar">
[34125]42 <attributes>
[35122]43 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-zdense-0.34-javadoc.jar!/"/>
[34125]44 </attributes>
45 </classpathentry>
[31753]46 <classpathentry kind="output" path="bin"/>
47</classpath>
Note: See TracBrowser for help on using the repository browser.