Changeset 9250 in josm for trunk/build.xml
- Timestamp:
- 2016-01-01T23:34:15+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r9249 r9250 276 276 encoding="UTF-8" 277 277 packagenames="org.openstreetmap.josm.*,org.openstreetmap.gui.jmapviewer.*" 278 278 excludepackagenames="org.openstreetmap.josm.gui.mappaint.mapcss.parsergen.*" 279 279 windowtitle="JOSM" 280 280 use="true" … … 602 602 <property name="taginfoextract" value="scripts/taginfoextract.groovy"/> 603 603 <property name="imgurlprefix" value="http://josm.openstreetmap.de/download/taginfo/taginfo-img"/> 604 605 606 604 <_taginfo type="mappaint" output="taginfo_style.json"/> 605 <_taginfo type="presets" output="taginfo_presets.json"/> 606 <_taginfo type="external_presets" output="taginfo_external_presets.json"/> 607 607 </target> 608 608 609 609 <target name="checkstyle"> 610 610 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 611 611 classpath="tools/checkstyle/checkstyle-6.14-all.jar"/> 612 612 <checkstyle config="tools/checkstyle/josm_checks.xml"> 613 613 <fileset dir="${basedir}/src/org/openstreetmap/josm" includes="**/*.java" 614 614 excludes="gui/mappaint/mapcss/parsergen/*.java"/> 615 615 <fileset dir="${basedir}/test" includes="**/*.java"/> 616 616 <formatter type="xml" toFile="checkstyle-josm.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.