Changeset 15033 in josm for trunk/README
- Timestamp:
- 2019-05-02T03:19:26+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r14646 r15033 133 133 - optimize-images short script to decrease size of PNG images 134 134 - since_xxx.py developer tool to replace "@since xxx" in Javadoc by the upcoming revision number 135 - SyncEditorLayerIndex. groovy135 - SyncEditorLayerIndex.java 136 136 script to compare and analyse the differences of the editor layer index and the 137 137 JOSM imagery list (see https://josm.openstreetmap.de/wiki/ImageryCompare) … … 154 154 - checkstyle/ libs and config files for checkstyle (automatically detects code style 155 155 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 task157 156 - error_prone_ant.jar used to detect code errors during compilation 158 157 - spotbugs/ libs and config files for spotbugs (automatically detects common bugs and potential 159 158 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 scripts161 159 - jacocoant.jar used to include coverage data into JUnit test reports 162 160 - japicc/ used to generate a compatibility report between optimized jar and normal one
Note: See TracChangeset
for help on using the changeset viewer.