Changeset 31756 in osm for applications/editors/josm/plugins
- Timestamp:
- 2015-11-16T02:36:19+01:00 (9 years ago)
- 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 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 5 5 <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"/> 11 9 <classpathentry kind="output" path="bin"/> 12 10 </classpath> -
applications/editors/josm/plugins/ejml/README
r31753 r31756 4 4 * Licensed under GPL v3 (see LICENSE) 5 5 6 The current embedded version of EJML is 0.2 8.6 The 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.