Ignore:
Timestamp:
2015-10-30T12:21:11+01:00 (9 years ago)
Author:
donvip
Message:

update to Checkstyle 6.11.2 and release JMapViewer 1.12

Location:
applications/viewer/jmapviewer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/viewer/jmapviewer

    • Property ReleaseVersion changed from 1.11 to 1.12
  • applications/viewer/jmapviewer/build.xml

    r31580 r31723  
    22<project default="all" name="Compile and build java classes plus jar archives">
    33
    4         <target name="all" depends="clean,build,svn_info,pack,create_run_jar,create_release_zip,create_source_release_zip,findbugs,checkstyle,javadoc" />
     4        <target name="all" depends="clean,build,svn_info,pack,create_run_jar,findbugs,checkstyle,javadoc,create_release_zip,create_source_release_zip" />
    55
    66        <target name="clean">
     
    7878    <target name="checkstyle">
    7979        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    80                 classpath="tools/checkstyle/checkstyle-6.11-all.jar"/>
     80                classpath="tools/checkstyle/checkstyle-6.11.2-all.jar"/>
    8181        <checkstyle config="tools/checkstyle/jmapviewer_checks.xml">
    8282            <fileset dir="${basedir}/src" includes="**/*.java" />
Note: See TracChangeset for help on using the changeset viewer.