~ubuntu-branches/debian/sid/xom/sid

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan, Torsten Werner, Damien Raude-Morvan
  • Date: 2011-04-25 14:10:19 UTC
  • Revision ID: james.westby@ubuntu.com-20110425141019-jcvesrc53ucveqml
Tags: 1.2.1-3
* Team upload.

[ Torsten Werner ]
* Remove new patch from last version because gcj was broken.

[ Damien Raude-Morvan ]
* Apply patch from James Pages <james.page@canonical.com>. Thanks :
* Enabled maven artifact deployment (LP: #715684) (Closes: #612592).
  - debian/control: Build-Depends added maven-repo-helper
  - debian/rules: install maven artifacts and new target to retrieve
    original POM file.
  - debian/poms/xom.pom: localised pom for maven
  - debian/libxom-java.poms: pom reference locations
* Update Standards-Version: 3.9.2:
  - Rename debian/README.Debian-source to debian/README.source.
* Drop Depends on JRE since it's a library (as per Debian Java Policy).

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
 
175
175
    <delete file="${build.src}/nu/xom/Text.java" failonerror="false"/>
176
176
 
177
 
    <copy todir="${build.src}" filtering="false">
 
177
    <copy todir="${build.src}">
178
178
      <fileset dir="${src.dir}"/>
179
179
    </copy>
180
180