diff --git a/build.xml b/build.xml
index a047563f5b8bd4733edd05a30be7618ff6adf360..298d8654b0586cf55a8139513369c45fd9e160e4 100644
--- a/build.xml
+++ b/build.xml
@@ -29,10 +29,4 @@
     </subant>
   </target>
 
-  <target name="minorrelease">
-    <subant target="compile" genericantfile="build.xml">
-      <fileset dir="." includes="*/build.xml"/>
-    </subant>
-  </target>
-
 </project>