Changeset 7934 in josm for trunk


Ignore:
Timestamp:
2015-01-07T02:42:42+01:00 (9 years ago)
Author:
Don-vip
Message:

update animal-sniffer-ant-tasks to version 1.13

Location:
trunk
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r7867 r7934  
    115115    - unit/                 unit tests (source code)
    116116- tools/                    libraries and tools that help in the development process
    117     - animal-sniffer-ant-tasks-1.11.jar
    118                             TODO: what is this?
     117    - animal-sniffer-ant-tasks-1.13.jar
     118                            used to build and check code signatures to ensure plugins binary compatibility
    119119    - appbundler-1.0ea.jar  used to build Mac OS X package for Oracle Java 7
    120120    - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
  • trunk/build.xml

    r7868 r7934  
    449449        <property name="dir" value="plugin-check"/>
    450450        <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
    451             <classpath path="tools/animal-sniffer-ant-tasks-1.11.jar"/>
     451            <classpath path="tools/animal-sniffer-ant-tasks-1.13.jar"/>
    452452        </typedef>
    453453        <mkdir dir="${dir}"/>
     
    521521            <ignore classname="au.com.*"/>
    522522            <ignore classname="com.*"/>
     523            <ignore classname="de.miethxml.*"/>
    523524            <ignore classname="javax.*"/>
    524525            <ignore classname="jogamp.*"/>
     
    531532            <ignore classname="org.hsqldb.*"/>
    532533            <ignore classname="org.ibex.*"/>
     534            <ignore classname="org.iso_relax.*"/>
    533535            <ignore classname="org.jaitools.*"/>
    534536            <ignore classname="org.jaxen.*"/>
     
    542544                <!-- plugins used by another ones -->
    543545            <ignore classname="org.openstreetmap.josm.plugins.geotools.*"/>
     546            <ignore classname="org.openstreetmap.josm.plugins.jna.*"/>
    544547            <ignore classname="org.openstreetmap.josm.plugins.jts.*"/>
    545548            <ignore classname="org.openstreetmap.josm.plugins.log4j.*"/>
  • trunk/windows/README.txt

    r7838 r7934  
    36361.) You will need to download and install the following on your machine:
    3737- cygwin bash and wget
    38 - launch4j - http://launch4j.sourceforge.net/ (currently 3.5, older 2.x will NOT work!)
     38- launch4j - http://launch4j.sourceforge.net/ (currently 3.6, older 2.x will NOT work!)
    3939- NSIS - http://nsis.sourceforge.net/ (any recent version should do)
    4040
Note: See TracChangeset for help on using the changeset viewer.