~ubuntu-branches/ubuntu/wily/libasm4-java/wily

« back to all changes in this revision

Viewing changes to archive/asm-commons.xml

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2013-01-13 16:59:41 UTC
  • Revision ID: package-import@ubuntu.com-20130113165941-dp5p282h23vw13lm
Tags: 4.1-2
d/patches/remove_bnd.diff: Re-work so that each jar only include expected
packages instead of -all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
-->
46
46
    <jar destfile="${out.dist.lib}/${ant.project.name}-${product.artifact}.jar"
47
47
         basedir="${out.build}" manifest="debian/osgi/${ant.project.name}.osgi"
 
48
         includes="org/objectweb/asm/commons/*"
48
49
         excludes="tmp/**"/>
49
50
    <copy file="${archive}/asm-commons.pom" toFile="${out.dist.lib}/${ant.project.name}-${product.artifact}.pom"/>
50
51
    <replace file="${out.dist.lib}/${ant.project.name}-${product.artifact}.pom" token="@product.name@" value="${ant.project.name}"/>