Index: /trunk/README
===================================================================
--- /trunk/README	(revision 7933)
+++ /trunk/README	(revision 7934)
@@ -115,6 +115,6 @@
     - unit/                 unit tests (source code)
 - tools/                    libraries and tools that help in the development process
-    - animal-sniffer-ant-tasks-1.11.jar
-                            TODO: what is this?
+    - animal-sniffer-ant-tasks-1.13.jar
+                            used to build and check code signatures to ensure plugins binary compatibility 
     - appbundler-1.0ea.jar  used to build Mac OS X package for Oracle Java 7
     - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 7933)
+++ /trunk/build.xml	(revision 7934)
@@ -449,5 +449,5 @@
         <property name="dir" value="plugin-check"/>
         <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
-            <classpath path="tools/animal-sniffer-ant-tasks-1.11.jar"/>
+            <classpath path="tools/animal-sniffer-ant-tasks-1.13.jar"/>
         </typedef>
         <mkdir dir="${dir}"/>
@@ -521,4 +521,5 @@
             <ignore classname="au.com.*"/>
             <ignore classname="com.*"/>
+            <ignore classname="de.miethxml.*"/>
             <ignore classname="javax.*"/>
             <ignore classname="jogamp.*"/>
@@ -531,4 +532,5 @@
             <ignore classname="org.hsqldb.*"/>
             <ignore classname="org.ibex.*"/>
+            <ignore classname="org.iso_relax.*"/>
             <ignore classname="org.jaitools.*"/>
             <ignore classname="org.jaxen.*"/>
@@ -542,4 +544,5 @@
         	<!-- plugins used by another ones -->
             <ignore classname="org.openstreetmap.josm.plugins.geotools.*"/>
+            <ignore classname="org.openstreetmap.josm.plugins.jna.*"/>
             <ignore classname="org.openstreetmap.josm.plugins.jts.*"/>
             <ignore classname="org.openstreetmap.josm.plugins.log4j.*"/>
Index: /trunk/windows/README.txt
===================================================================
--- /trunk/windows/README.txt	(revision 7933)
+++ /trunk/windows/README.txt	(revision 7934)
@@ -36,5 +36,5 @@
 1.) You will need to download and install the following on your machine:
 - cygwin bash and wget
-- launch4j - http://launch4j.sourceforge.net/ (currently 3.5, older 2.x will NOT work!)
+- launch4j - http://launch4j.sourceforge.net/ (currently 3.6, older 2.x will NOT work!)
 - NSIS - http://nsis.sourceforge.net/ (any recent version should do)
 
