- Timestamp:
- 2016-07-23T19:39:20+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r10581 r10614 121 121 problems in source code); can be launched as an ant target in build.xml 122 122 - commons-cli-1.3.1.jar dependency of Groovy Ant task 123 - error_prone_ant-2.0. 9.jar123 - error_prone_ant-2.0.11.jar 124 124 used to detect code errors during compilation 125 125 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential -
trunk/build.xml
r10581 r10614 26 26 <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/> 27 27 <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.7.jar"/> 28 <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0. 9.jar"/>28 <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.11.jar"/> 29 29 <!-- build parameter: compression level (ant -Dclevel=N) 30 30 N ranges from 0 (no compression) to 9 (maximum compression)
Note:
See TracChangeset
for help on using the changeset viewer.