File MSearch_ant_version.patch of Package MSearch
diff -urN MSearch-11.0.orig/nbproject/build-impl.xml MSearch-11.0/nbproject/build-impl.xml
--- MSearch-11.0.orig/nbproject/build-impl.xml 2016-03-24 16:01:18.000000000 +0100
+++ MSearch-11.0/nbproject/build-impl.xml 2016-06-10 08:58:16.959657300 +0200
@@ -20,10 +20,10 @@
-->
<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="MSearch-impl">
- <fail message="Please build using Ant 1.8.0 or higher.">
+ <fail message="Please build using Ant 1.7.0 or higher.">
<condition>
<not>
- <antversion atleast="1.8.0"/>
+ <antversion atleast="1.7.0"/>
</not>
</condition>
</fail>