Changeset 12016 in josm
- Timestamp:
- 2017-04-29T16:01:44+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r11780 r12016 127 127 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential 128 128 problems in source code); can be launched as an ant target in build.xml 129 - groovy-all-2.4. 8.jarused for some unit tests and various scripts129 - groovy-all-2.4.11.jar used for some unit tests and various scripts 130 130 - jacocoant.jar used to include coverage data into JUnit test reports 131 131 - japicc/ used to generate a compatibility report between optimized jar and normal one -
trunk/build.xml
r11965 r12016 25 25 <property name="proj-build.dir" location="${base.dir}/build2"/> 26 26 <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/> 27 <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4. 8.jar"/>27 <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.11.jar"/> 28 28 <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.19.jar"/> 29 29 <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" />
Note:
See TracChangeset
for help on using the changeset viewer.