Changeset 11019 in josm
- Timestamp:
- 2016-09-17T23:41:48+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r10928 r11019 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 4.jar117 - animal-sniffer-ant-tasks-1.15.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 -
trunk/build.xml
r11006 r11019 552 552 <property name="dir" value="plugin-check"/> 553 553 <typedef uri="antlib:org.codehaus.mojo.animal_sniffer"> 554 <classpath path="tools/animal-sniffer-ant-tasks-1.1 4.jar"/>554 <classpath path="tools/animal-sniffer-ant-tasks-1.15.jar"/> 555 555 </typedef> 556 556 <mkdir dir="${dir}"/> … … 710 710 <target name="checkstyle" depends="init-properties"> 711 711 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 712 classpath="tools/checkstyle/checkstyle-7.1 -all.jar"/>712 classpath="tools/checkstyle/checkstyle-7.1.1-all.jar"/> 713 713 <checkstyle config="tools/checkstyle/josm_checks.xml"> 714 714 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
Note:
See TracChangeset
for help on using the changeset viewer.