Description: Remove manifestclasspath target
 This is unnecessary (at least on Debian) and breaks the build because ant
 can't find a relative path to /usr/share/java from the chroot's build
 directory.
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: not-needed
Last-Update: 2015-09-12
--- mhap.orig/build.xml
+++ mhap/build.xml
@@ -345,10 +345,6 @@
     <copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
     <copy file="NOTICE.txt"  tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
     
-    <manifestclasspath property="lib.list" jarfile="mhap-${component.version}.jar">
-        <classpath refid="compile.classpath"/>
-    </manifestclasspath>
-    
     <manifest file="${build.home}/MANIFEST.MF">
         <attribute name="Specification-Title"      value="${component.title}"/>
         <attribute name="Specification-Version"    value="${}"/>
