Ignore:
Timestamp:
2015-11-16T02:36:19+01:00 (9 years ago)
Author:
donvip
Message:

[josm_ejml] downgrade to 0.26 until https://osgeo-org.atlassian.net/browse/GEOT-5300 is solved

Location:
applications/editors/josm/plugins/ejml
Files:
6 added
10 deleted
2 edited

Legend:

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

    r31753 r31756  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/EJML-core-0.28.jar" sourcepath="lib/EJML-core-0.28-sources.jar"/>
    7         <classpathentry exported="true" kind="lib" path="lib/EJML-dense64-0.28.jar" sourcepath="lib/EJML-dense64-0.28-sources.jar"/>
    8         <classpathentry exported="true" kind="lib" path="lib/EJML-denseC64-0.28.jar" sourcepath="lib/EJML-denseC64-0.28-sources.jar"/>
    9         <classpathentry exported="true" kind="lib" path="lib/EJML-equation-0.28.jar" sourcepath="lib/EJML-equation-0.28-sources.jar"/>
    10         <classpathentry exported="true" kind="lib" path="lib/EJML-simple-0.28.jar" sourcepath="lib/EJML-simple-0.28-sources.jar"/>
     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"/>
    119        <classpathentry kind="output" path="bin"/>
    1210</classpath>
  • applications/editors/josm/plugins/ejml/README

    r31753 r31756  
    44    * Licensed under GPL v3 (see LICENSE)
    55
    6 The current embedded version of EJML is 0.28.
     6The current embedded version of EJML is 0.26 (version needed by GeoTools, see https://osgeo-org.atlassian.net/browse/GEOT-5300).
Note: See TracChangeset for help on using the changeset viewer.