- Timestamp:
- 2015-01-07T02:42:42+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r7867 r7934 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 1.jar118 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 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 -
trunk/build.xml
r7868 r7934 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 1.jar"/>451 <classpath path="tools/animal-sniffer-ant-tasks-1.13.jar"/> 452 452 </typedef> 453 453 <mkdir dir="${dir}"/> … … 521 521 <ignore classname="au.com.*"/> 522 522 <ignore classname="com.*"/> 523 <ignore classname="de.miethxml.*"/> 523 524 <ignore classname="javax.*"/> 524 525 <ignore classname="jogamp.*"/> … … 531 532 <ignore classname="org.hsqldb.*"/> 532 533 <ignore classname="org.ibex.*"/> 534 <ignore classname="org.iso_relax.*"/> 533 535 <ignore classname="org.jaitools.*"/> 534 536 <ignore classname="org.jaxen.*"/> … … 542 544 <!-- plugins used by another ones --> 543 545 <ignore classname="org.openstreetmap.josm.plugins.geotools.*"/> 546 <ignore classname="org.openstreetmap.josm.plugins.jna.*"/> 544 547 <ignore classname="org.openstreetmap.josm.plugins.jts.*"/> 545 548 <ignore classname="org.openstreetmap.josm.plugins.log4j.*"/> -
trunk/windows/README.txt
r7838 r7934 36 36 1.) You will need to download and install the following on your machine: 37 37 - 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!) 39 39 - NSIS - http://nsis.sourceforge.net/ (any recent version should do) 40 40
Note:
See TracChangeset
for help on using the changeset viewer.