This commit is contained in:
parent
b053ad4433
commit
dc96843313
@ -197,7 +197,7 @@
|
||||
<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:23.015226080 +0100
|
||||
@@ -33,13 +33,17 @@
|
||||
@@ -33,13 +33,16 @@
|
||||
<target name="dist" depends="build-jar,build-snapshot"/>
|
||||
|
||||
<target name="build-jar">
|
||||
@ -215,7 +215,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>
|
||||
|
Loading…
Reference in New Issue
Block a user