~ubuntu-branches/ubuntu/quantal/commons-io/quantal

« back to all changes in this revision

Viewing changes to project.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:
21
21
  <name>IO</name>
22
22
  <groupId>commons-io</groupId>
23
23
  <artifactId>commons-io</artifactId>
24
 
  <currentVersion>1.3.2</currentVersion>
 
24
  <currentVersion>1.4</currentVersion>
25
25
  <inceptionYear>2002</inceptionYear>
26
26
  <shortDescription>Commons IO</shortDescription>
27
27
  <description>
28
 
        Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
 
28
        Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
29
29
  </description>
30
30
  <logo>/images/io-logo-white.png</logo>
31
31
 
32
 
  <url>http://jakarta.apache.org/commons/io/</url>
 
32
  <url>http://commons.apache.org/io/</url>
33
33
  <package>org.apache.commons.io</package>
34
34
 
35
35
  <organization>
36
36
    <name>The Apache Software Foundation</name>
37
 
    <url>http://jakarta.apache.org</url>
38
 
    <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
 
37
    <url>http://commons.apache.org/</url>
 
38
    <logo>http://commons.apache.org/images/logo.png</logo>
39
39
  </organization>
40
40
 
41
41
  <licenses>
46
46
    </license>
47
47
  </licenses>
48
48
 
49
 
  <gumpRepositoryId>jakarta</gumpRepositoryId>
 
49
  <gumpRepositoryId>commons</gumpRepositoryId>
50
50
  <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
51
51
  <siteAddress>people.apache.org</siteAddress>
52
 
  <siteDirectory>/www/jakarta.apache.org/commons/io/</siteDirectory>
53
 
  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/io/</distributionDirectory>
 
52
  <siteDirectory>/www/commons.apache.org/io/</siteDirectory>
 
53
  <distributionDirectory>/www/people.apache.org/builds/commons/io/</distributionDirectory>
54
54
 
55
55
  <repository>
56
 
    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection>
57
 
    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</url>
 
56
    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection>
 
57
    <url>http://svn.apache.org/repos/asf/commons/proper/io/trunk</url>
58
58
  </repository>
59
59
 
60
60
  <mailingLists>
61
61
    <mailingList>
62
62
      <name>Commons Dev List</name>
63
 
      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
64
 
      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
65
 
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
 
63
      <subscribe>dev-subscribe@commons.apache.org</subscribe>
 
64
      <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
 
65
      <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
66
66
    </mailingList>
67
67
    <mailingList>
68
68
      <name>Commons User List</name>
69
 
      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
70
 
      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
71
 
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
 
69
      <subscribe>user-subscribe@commons.apache.org</subscribe>
 
70
      <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
 
71
      <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
72
72
    </mailingList>
73
73
  </mailingLists>
74
74
 
173
173
        <role>Java Developer</role>
174
174
      </roles>
175
175
    </developer>
 
176
    <developer>
 
177
      <name>Niall Pemberton</name>
 
178
      <id>niallp</id>
 
179
      <roles>
 
180
        <role>Java Developer</role>
 
181
      </roles>
 
182
    </developer>
 
183
    <developer>
 
184
      <name>Jukka Zitting</name>
 
185
      <id>jukka</id>
 
186
      <roles>
 
187
        <role>Java Developer</role>
 
188
      </roles>
 
189
    </developer>
176
190
 
177
191
  </developers>
178
192
 
215
229
      <email>alban.peignier at free.fr</email>
216
230
    </contributor>
217
231
    <contributor>
218
 
      <name>Niall Pemberton</name>
219
 
    </contributor>
220
 
    <contributor>
221
232
      <name>Ian Springer</name>
222
233
    </contributor>
223
234
    <contributor>
264
275
  </dependencies>
265
276
 
266
277
  <build>
267
 
    <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
 
278
    <nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
268
279
    <sourceDirectory>src/java</sourceDirectory>
269
280
    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
270
281
    <!-- Unit test classes -->