Changeset 15033 in josm for trunk/README


Ignore:
Timestamp:
2019-05-02T03:19:26+02:00 (4 years ago)
Author:
Don-vip
Message:

Hasta la vista Groovy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r14646 r15033  
    133133  - optimize-images         short script to decrease size of PNG images
    134134  - since_xxx.py            developer tool to replace "@since xxx" in Javadoc by the upcoming revision number
    135   - SyncEditorLayerIndex.groovy
     135  - SyncEditorLayerIndex.java
    136136                            script to compare and analyse the differences of the editor layer index and the
    137137                            JOSM imagery list (see https://josm.openstreetmap.de/wiki/ImageryCompare)
     
    154154    - checkstyle/           libs and config files for checkstyle (automatically detects code style
    155155                            problems in source code); can be launched as an ant target in build.xml
    156     - commons-cli-1.3.1.jar dependency of Groovy Ant task
    157156    - error_prone_ant.jar   used to detect code errors during compilation
    158157    - spotbugs/             libs and config files for spotbugs (automatically detects common bugs and potential
    159158                            problems in source code); can be launched as an ant target in build.xml
    160     - groovy-all.jar        used for some unit tests and various scripts
    161159    - jacocoant.jar         used to include coverage data into JUnit test reports
    162160    - japicc/               used to generate a compatibility report between optimized jar and normal one
Note: See TracChangeset for help on using the changeset viewer.