Changeset 32529 in osm for applications/editors/josm/plugins
- Timestamp:
- 2016-07-02T04:02:55+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/ejml
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ejml/.project
r32286 r32529 16 16 </arguments> 17 17 </buildCommand> 18 <buildCommand> 19 <name>net.sf.eclipsecs.core.CheckstyleBuilder</name> 20 <arguments> 21 </arguments> 22 </buildCommand> 18 23 </buildSpec> 19 24 <natures> 20 25 <nature>org.sonar.ide.eclipse.core.sonarNature</nature> 21 26 <nature>org.eclipse.jdt.core.javanature</nature> 27 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 22 28 </natures> 23 29 </projectDescription> -
applications/editors/josm/plugins/ejml/src/org/openstreetmap/josm/plugins/ejml/EjmlPlugin.java
r31753 r32529 1 // License: GPL. Copyright 2015 Don-vip1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.plugins.ejml; 3 3
Note:
See TracChangeset
for help on using the changeset viewer.