Changeset 8156 in josm
- Timestamp:
- 2015-03-28T20:56:59+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r8150 r8156 115 115 - unit/ unit tests (source code) 116 116 - tools/ libraries and tools that help in the development process 117 - animal-sniffer-ant-tasks-1.1 3.jar117 - animal-sniffer-ant-tasks-1.14.jar 118 118 used to build and check code signatures to ensure plugins binary compatibility 119 119 - appbundler-1.0ea.jar used to build Mac OS X package for Oracle Java 7 120 120 - findbugs/ libs and config files for findbugs (automatically detects common bugs and potential 121 121 problems in source code); can be launched as an ant target in build.xml 122 - groovy-all-2. 3.9.jar used for some unit tests and various scripts122 - groovy-all-2.4.3.jar used for some unit tests and various scripts 123 123 - jacocoant.jar used to include coverage data into JUnit test reports 124 124 - javacc.jar used in the build process to generate some .java files from a javacc source file -
trunk/build.xml
r8090 r8156 326 326 </macrodef> 327 327 <target name="test-compile" depends="test-init,dist"> 328 <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.4. 0.jar"/>328 <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.4.3.jar"/> 329 329 <call-groovyc testfamily="unit"> 330 330 <cp-elements> … … 449 449 <property name="dir" value="plugin-check"/> 450 450 <typedef uri="antlib:org.codehaus.mojo.animal_sniffer"> 451 <classpath path="tools/animal-sniffer-ant-tasks-1.1 3.jar"/>451 <classpath path="tools/animal-sniffer-ant-tasks-1.14.jar"/> 452 452 </typedef> 453 453 <mkdir dir="${dir}"/>
Note:
See TracChangeset
for help on using the changeset viewer.