This commit is contained in:
parent
816368589d
commit
5bada017bb
@ -13,7 +13,7 @@
|
|||||||
- files="archive/asm-all.bnd"
|
- files="archive/asm-all.bnd"
|
||||||
- output="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/**/*.class"/>
|
+ <include name="org/objectweb/asm/**/*.class"/>
|
||||||
+ <exclude name="org/objectweb/asm/optimizer/*.class"/>
|
+ <exclude name="org/objectweb/asm/optimizer/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
@ -48,7 +48,7 @@
|
|||||||
- files="archive/asm-analysis.bnd"
|
- files="archive/asm-analysis.bnd"
|
||||||
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/tree/analysis/*.class"/>
|
+ <include name="org/objectweb/asm/tree/analysis/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
+ <attribute name="Implementation-Title" value="ASM static code analysis framework"/>
|
+ <attribute name="Implementation-Title" value="ASM static code analysis framework"/>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
- files="archive/asm-commons.bnd"
|
- files="archive/asm-commons.bnd"
|
||||||
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/commons/*.class"/>
|
+ <include name="org/objectweb/asm/commons/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
+ <attribute name="Implementation-Title" value="ASM commons"/>
|
+ <attribute name="Implementation-Title" value="ASM commons"/>
|
||||||
@ -134,7 +134,7 @@
|
|||||||
- files="archive/asm-tree.bnd"
|
- files="archive/asm-tree.bnd"
|
||||||
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/tree/*.class"/>
|
+ <include name="org/objectweb/asm/tree/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
+ <attribute name="Implementation-Title" value="ASM Tree class visitor"/>
|
+ <attribute name="Implementation-Title" value="ASM Tree class visitor"/>
|
||||||
@ -158,7 +158,7 @@
|
|||||||
- files="archive/asm-util.bnd"
|
- files="archive/asm-util.bnd"
|
||||||
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/util/**/*.class"/>
|
+ <include name="org/objectweb/asm/util/**/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
+ <attribute name="Implementation-Title" value="ASM Utilities"/>
|
+ <attribute name="Implementation-Title" value="ASM Utilities"/>
|
||||||
@ -183,7 +183,7 @@
|
|||||||
- files="archive/asm.bnd"
|
- files="archive/asm.bnd"
|
||||||
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/*.class"/>
|
+ <include name="org/objectweb/asm/*.class"/>
|
||||||
+ <include name="org/objectweb/asm/signature/*.class"/>
|
+ <include name="org/objectweb/asm/signature/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
- files="archive/asm-xml.bnd"
|
- files="archive/asm-xml.bnd"
|
||||||
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
- output="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"/>
|
||||||
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
+ <jar jarfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
|
||||||
+ basedir="${out.build}">
|
+ basedir="${out.build}/tmp">
|
||||||
+ <include name="org/objectweb/asm/xml/*.class"/>
|
+ <include name="org/objectweb/asm/xml/*.class"/>
|
||||||
+ <manifest>
|
+ <manifest>
|
||||||
+ <attribute name="Implementation-Title" value="ASM XML classes"/>
|
+ <attribute name="Implementation-Title" value="ASM XML classes"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user