Fridrich Strba 2018-12-11 09:34:04 +00:00 committed by Git OBS Bridge
parent b053ad4433
commit dc96843313

View File

@ -197,7 +197,7 @@
<replace file="${out.dist.lib}/${ant.project.name}-${product.artifact}.pom" token="@product.name@" value="${ant.project.name}"/> <replace file="${out.dist.lib}/${ant.project.name}-${product.artifact}.pom" token="@product.name@" value="${ant.project.name}"/>
--- objectweb-asm-6.0/archive/asm-xml.xml 2018-12-11 10:19:05.855138717 +0100 --- objectweb-asm-6.0/archive/asm-xml.xml 2018-12-11 10:19:05.855138717 +0100
+++ objectweb-asm-6.0/archive/asm-xml.xml 2018-12-11 10:19:23.015226080 +0100 +++ objectweb-asm-6.0/archive/asm-xml.xml 2018-12-11 10:19:23.015226080 +0100
@@ -33,13 +33,17 @@ @@ -33,13 +33,16 @@
<target name="dist" depends="build-jar,build-snapshot"/> <target name="dist" depends="build-jar,build-snapshot"/>
<target name="build-jar"> <target name="build-jar">
@ -215,7 +215,6 @@
+ <attribute name="Implementation-Title" value="ASM XML classes"/> + <attribute name="Implementation-Title" value="ASM XML classes"/>
+ <attribute name="Implementation-Version" value="${product.artifact}"/> + <attribute name="Implementation-Version" value="${product.artifact}"/>
+ <attribute name="Implementation-Vendor" value="Eugene Kuleshov"/> + <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"/> + <attribute name="Main-class" value="org.objectweb.asm.xml.Processor"/>
+ </manifest> + </manifest>
+ </jar> + </jar>