openbsd-ports/java/asm/patches/patch-archive_asm-xml_xml
jasper 44d22713da import asm 3.3.1
ASM is an all purpose Java bytecode manipulation and analysis framework.
It can be used to modify existing classes or dynamically generate
classes, directly in binary form. Provided common transformations and
analysis algorithms allow to easily assemble custom complex
transformations and code analysis tools.

ok aja@
2011-09-21 13:38:21 +00:00

12 lines
684 B
Plaintext

$OpenBSD: patch-archive_asm-xml_xml,v 1.1.1.1 2011/09/21 13:38:21 jasper Exp $
--- archive/asm-xml.xml.orig Sun Sep 18 17:04:40 2011
+++ archive/asm-xml.xml Sun Sep 18 17:04:59 2011
@@ -10,7 +10,6 @@
<attribute name="Implementation-Title" value="ASM XML classes"/>
<attribute name="Implementation-Version" value="${product.artifact}"/>
<attribute name="Implementation-Vendor" value="Eugene Kuleshov"/>
- <attribute name="Class-path" value="asm-${product.artifact}.jar asm-util-${product.artifact}.jar asm-attrs-${product.artifact}.jar"/>
<attribute name="Main-class" value="org.objectweb.asm.xml.Processor"/>
</manifest>
</jar>