~ubuntu-branches/ubuntu/utopic/libasm4-java/utopic

« back to all changes in this revision

Viewing changes to archive/asm-debug-all.xml

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2013-01-08 22:08:59 UTC
  • Revision ID: package-import@ubuntu.com-20130108220859-3n1oj2ns5m7cf0ub
Tags: 4.1-1
* Team upload.
* New package libasm4-java (ITP: #623950) based on libasm3-java packaging.
  ASM 4.x is need for Java 7 support (ie. for class format 51).
* d/control: Set Aditya Vaidya and myself as Uploaders.
* d/control: Import packaging in Alioth Git, so update Vcs-* headers.
* d/patches/remove-bnd.diff: Drop usage of BND to create OSGi metadata
  and use pre-generated MANIFEST from debian/osgi/.
* d/maven.rules: Replace poms version by "4.x".

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
  <target name="build-jar">
36
36
    <mkdir dir="${out.dist.lib}/all"/>
 
37
<!--
37
38
    <taskdef resource="aQute/bnd/ant/taskdef.properties" classpath="${config}/biz.aQute.bnd.jar"/>
38
39
    <bnd
39
40
      classpath="${out.build}/tmp"
42
43
      exceptions="true"
43
44
      files="archive/asm-debug-all.bnd"
44
45
      output="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.jar"/>
45
 
 
 
46
-->
 
47
        <jar destfile="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.jar"
 
48
         basedir="${out.build}" manifest="debian/osgi/${ant.project.name}.osgi"
 
49
         excludes="tmp/**"/>
46
50
    <copy file="${archive}/asm-debug-all.pom" toFile="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.pom"/>
47
51
    <replace file="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.pom" token="@product.name@" value="${ant.project.name}"/>
48
52
    <replace file="${out.dist.lib}/all/${ant.project.name}-${product.artifact}.pom" token="@product.artifact@" value="${product.artifact}"/>
59
63
    <echo file="${out.dist.lib}/all/${ant.project.name}-snapshot-version" message="${product.build.time}"/>
60
64
  </target>
61
65
 
62
 
</project>
 
 
b'\\ No newline at end of file'
 
66
</project>