- Timestamp:
- 2016-01-06T18:55:24+01:00 (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r8825 r9330 123 123 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential 124 124 problems in source code); can be launched as an ant target in build.xml 125 - groovy-all-2.4. 5.jar used for some unit tests and various scripts125 - groovy-all-2.4.6.jar used for some unit tests and various scripts 126 126 - jacocoant.jar used to include coverage data into JUnit test reports 127 127 - javacc.jar used in the build process to generate some .java files from a javacc source file -
trunk/build.xml
r9252 r9330 16 16 <property name="mapcss.dir" location="${src.dir}/org/openstreetmap/josm/gui/mappaint/mapcss"/> 17 17 <property name="epsg.output" location="data/projection/custom-epsg"/> 18 <property name="groovy.jar" location="tools/groovy-all-2.4. 5.jar"/>18 <property name="groovy.jar" location="tools/groovy-all-2.4.6-SNAPSHOT.jar"/> 19 19 <!-- build parameter: compression level (ant -Dclevel=N) 20 20 N ranges from 0 (no compression) to 9 (maximum compression)
Note:
See TracChangeset
for help on using the changeset viewer.