Ignore:
Timestamp:
2018-03-26T03:34:45+02:00 (8 years ago)
Author:
donvip
Message:

update to GeoTools 19.0 and EJML 0.32

Location:
applications/editors/josm/plugins/ejml
Files:
24 added
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ejml/.classpath

    r32680 r34125  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/EJML-core-0.26.jar" sourcepath="lib/EJML-core-0.26-sources.jar"/>
    7         <classpathentry exported="true" kind="lib" path="lib/EJML-equation-0.26.jar" sourcepath="lib/EJML-equation-0.26-sources.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/EJML-experimental-0.26.jar" sourcepath="lib/EJML-experimental-0.26-sources.jar"/>
     6        <classpathentry kind="lib" path="lib/ejml-cdense-0.32.jar" sourcepath="lib/ejml-cdense-0.32-sources.jar">
     7                <attributes>
     8                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-cdense-0.32-javadoc.jar!/"/>
     9                </attributes>
     10        </classpathentry>
     11        <classpathentry kind="lib" path="lib/ejml-core-0.32.jar" sourcepath="lib/ejml-core-0.32-sources.jar">
     12                <attributes>
     13                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-core-0.32-javadoc.jar!/"/>
     14                </attributes>
     15        </classpathentry>
     16        <classpathentry kind="lib" path="lib/ejml-ddense-0.32.jar" sourcepath="lib/ejml-ddense-0.32-sources.jar">
     17                <attributes>
     18                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-ddense-0.32-javadoc.jar!/"/>
     19                </attributes>
     20        </classpathentry>
     21        <classpathentry kind="lib" path="lib/ejml-dsparse-0.32.jar" sourcepath="lib/ejml-dsparse-0.32-sources.jar">
     22                <attributes>
     23                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-dsparse-0.32-javadoc.jar!/"/>
     24                </attributes>
     25        </classpathentry>
     26        <classpathentry kind="lib" path="lib/ejml-experimental-0.32.jar" sourcepath="lib/ejml-experimental-0.32-sources.jar">
     27                <attributes>
     28                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-experimental-0.32-javadoc.jar!/"/>
     29                </attributes>
     30        </classpathentry>
     31        <classpathentry kind="lib" path="lib/ejml-fdense-0.32.jar" sourcepath="lib/ejml-fdense-0.32-sources.jar">
     32                <attributes>
     33                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-fdense-0.32-javadoc.jar!/"/>
     34                </attributes>
     35        </classpathentry>
     36        <classpathentry kind="lib" path="lib/ejml-simple-0.32.jar" sourcepath="lib/ejml-simple-0.32-sources.jar">
     37                <attributes>
     38                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-simple-0.32-javadoc.jar!/"/>
     39                </attributes>
     40        </classpathentry>
     41        <classpathentry kind="lib" path="lib/ejml-zdense-0.32.jar" sourcepath="lib/ejml-zdense-0.32-sources.jar">
     42                <attributes>
     43                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-EJML/lib/ejml-zdense-0.32-javadoc.jar!/"/>
     44                </attributes>
     45        </classpathentry>
    946        <classpathentry kind="output" path="bin"/>
    1047</classpath>
Note: See TracChangeset for help on using the changeset viewer.