~ubuntu-branches/ubuntu/karmic/commons-io/karmic

« back to all changes in this revision

Viewing changes to maven.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2008-02-21 13:26:43 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080221132643-p4c8f8lhb9rnqnlo
Tags: 1.4-1
* New upstream release
* Bump Standards-Version to 3.7.3
* Bump up debhelper compat to 6
* Replace XS-Vcs headers with Vcs
* debian/patches:
  - remove 01_no_ext_links.dpatch - not required
  - remove 02_no_mkdir_in_homedir.dpatch - not required
* Remove dpatch from Build-Depends
* Update debian/rules and debian/libcommons-io-java-doc.install
  with new target dirs
* debian/copyright: add copyright notice

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    <!-- Copy Files -->
27
27
    <ant:copy todir="${maven.dist.bin.assembly.dir}">
28
28
      <ant:fileset dir=".">
29
 
        <ant:include name="RELEASE-NOTES.html"/>
 
29
        <ant:include name="RELEASE-NOTES.txt"/>
30
30
        <ant:include name="NOTICE.txt"/>
31
31
      </ant:fileset>
32
32
    </ant:copy>
46
46
    <!-- Copy Files -->
47
47
    <ant:copy todir="${maven.dist.src.assembly.dir}">
48
48
      <ant:fileset dir=".">
49
 
        <ant:include name="RELEASE-NOTES.html"/>
 
49
        <ant:include name="checkstyle.xml"/>
 
50
        <ant:include name="RELEASE-NOTES.txt"/>
50
51
        <ant:include name="NOTICE.txt"/>
51
52
        <ant:include name="PROPOSAL.html"/>
52
 
        <ant:include name="STATUS.html"/>
53
 
      </ant:fileset>
54
 
    </ant:copy>
55
 
 
56
 
    <!-- Copy Jars -->
57
 
    <ant:copy todir="${maven.dist.src.assembly.dir}">
58
 
      <ant:fileset dir="${maven.build.dir}">
59
 
        <ant:include name="*.jar"/>
 
53
        <ant:include name="pom.xml"/>
60
54
      </ant:fileset>
61
55
    </ant:copy>
62
56