Removed tabs

Fixed POM as per bug 37314
Use groupId/artifactId instead of id

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@348046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dion Gillard 2005-11-22 00:25:08 +00:00
parent 03174f6358
commit e150cc5810
1 changed files with 399 additions and 398 deletions

View File

@ -15,357 +15,358 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project> <project>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>commons-lang</id> <groupId>commons-lang</groupId>
<name>Lang</name> <artifactId>commons-lang</artifactId>
<currentVersion>2.2-dev</currentVersion> <name>Lang</name>
<inceptionYear>2001</inceptionYear> <currentVersion>2.2-SNAPSHOT</currentVersion>
<shortDescription>Java Common Components</shortDescription> <inceptionYear>2001</inceptionYear>
<description> <shortDescription>Java Common Components</shortDescription>
Commons.Lang, a package of Java utility classes for the <description>
classes that are in java.lang's hierarchy, or are considered to be so Commons.Lang, a package of Java utility classes for the
standard as to justify existence in java.lang. classes that are in java.lang's hierarchy, or are considered to be so
</description> standard as to justify existence in java.lang.
<logo>/images/logo.png</logo> </description>
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url> <logo>/images/logo.png</logo>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package> <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<organization> <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
<name>The Apache Software Foundation</name> <organization>
<url>http://jakarta.apache.org</url> <name>The Apache Software Foundation</name>
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo> <url>http://jakarta.apache.org</url>
</organization> <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
<licenses> </organization>
<license> <licenses>
<name>The Apache Software License, Version 2.0</name> <license>
<url>/LICENSE.txt</url> <name>The Apache Software License, Version 2.0</name>
<distribution>repo</distribution> <url>/LICENSE.txt</url>
</license> <distribution>repo</distribution>
</licenses> </license>
<gumpRepositoryId>jakarta</gumpRepositoryId> </licenses>
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl> <gumpRepositoryId>jakarta</gumpRepositoryId>
<siteAddress>jakarta.apache.org</siteAddress> <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory> <siteAddress>jakarta.apache.org</siteAddress>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory> <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
<repository> <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> <repository>
<url>http://svn.apache.org/viewcvs/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url> <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
</repository> <url>http://svn.apache.org/viewcvs/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
<mailingLists> </repository>
<mailingList> <mailingLists>
<name>Commons Dev List</name> <mailingList>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> <name>Commons Dev List</name>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
</mailingList> <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
<mailingList> </mailingList>
<name>Commons User List</name> <mailingList>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> <name>Commons User List</name>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive> <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
</mailingList> <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
</mailingLists> </mailingList>
<developers> </mailingLists>
<developer> <developers>
<name>Daniel Rall</name>
<id>dlr</id>
<email>dlr@finemaltcoding.com</email>
<organization>CollabNet, Inc.</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Stephen Colebourne</name>
<id>scolebourne</id>
<email>scolebourne@joda.org</email>
<organization>SITA ATS Ltd</organization>
<timezone>0</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Henri Yandell</name>
<id>bayard</id>
<email>bayard@generationjava.com</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Steven Caswell</name>
<id>scaswell</id>
<email>stevencaswell@apache.org</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
<developer>
<name>Robert Burrell Donkin</name>
<id>rdonkin</id>
<email>rdonkin@apache.org</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Gary D. Gregory</name>
<id>ggregory</id>
<email>ggregory@seagullsw.com</email>
<organization>Seagull Software</organization>
<timezone>-8</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Phil Steitz</name>
<id>psteitz</id>
<email>phil@steitz.com</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Fredrik Westermarck</name>
<id>fredrik</id>
<email/>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer> <developer>
<name>James Carman</name> <name>Daniel Rall</name>
<id>jcarman</id> <id>dlr</id>
<email>jcarman@apache.org</email> <email>dlr@finemaltcoding.com</email>
<organization>Carman Consulting, Inc.</organization> <organization>CollabNet, Inc.</organization>
<roles> <roles>
<role>Java Developer</role> <role>Java Developer</role>
</roles> </roles>
</developer> </developer>
<developer>
<name>Stephen Colebourne</name>
<id>scolebourne</id>
<email>scolebourne@joda.org</email>
<organization>SITA ATS Ltd</organization>
<timezone>0</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Henri Yandell</name>
<id>bayard</id>
<email>bayard@generationjava.com</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Steven Caswell</name>
<id>scaswell</id>
<email>stevencaswell@apache.org</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
<timezone>-5</timezone>
</developer>
<developer>
<name>Robert Burrell Donkin</name>
<id>rdonkin</id>
<email>rdonkin@apache.org</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Gary D. Gregory</name>
<id>ggregory</id>
<email>ggregory@seagullsw.com</email>
<organization>Seagull Software</organization>
<timezone>-8</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Phil Steitz</name>
<id>psteitz</id>
<email>phil@steitz.com</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Fredrik Westermarck</name>
<id>fredrik</id>
<email/>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>James Carman</name>
<id>jcarman</id>
<email>jcarman@apache.org</email>
<organization>Carman Consulting, Inc.</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers> </developers>
<contributors> <contributors>
<contributor> <contributor>
<name>C. Scott Ananian</name> <name>C. Scott Ananian</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Chris Audley</name> <name>Chris Audley</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Stephane Bailliez</name> <name>Stephane Bailliez</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Michael Becke</name> <name>Michael Becke</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Ola Berg</name> <name>Ola Berg</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Nathan Beyer</name> <name>Nathan Beyer</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Stefan Bodewig</name> <name>Stefan Bodewig</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Janek Bogucki</name> <name>Janek Bogucki</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Mike Bowler</name> <name>Mike Bowler</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Sean Brown</name> <name>Sean Brown</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Alexander Day Chaffee</name> <name>Alexander Day Chaffee</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Al Chou</name> <name>Al Chou</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Greg Coladonato</name> <name>Greg Coladonato</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Maarten Coene</name> <name>Maarten Coene</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Justin Couch</name> <name>Justin Couch</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Michael Davey</name> <name>Michael Davey</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Norm Deane</name> <name>Norm Deane</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Ringo De Smet</name> <name>Ringo De Smet</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Russel Dittmar</name> <name>Russel Dittmar</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Steve Downey</name> <name>Steve Downey</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Matthias Eichel</name> <name>Matthias Eichel</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Christopher Elkins</name> <name>Christopher Elkins</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Chris Feldhacker</name> <name>Chris Feldhacker</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Pete Gieser</name> <name>Pete Gieser</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Jason Gritman</name> <name>Jason Gritman</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Matthew Hawthorne</name> <name>Matthew Hawthorne</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Michael Heuer</name> <name>Michael Heuer</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Oliver Heger</name> <name>Oliver Heger</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Chris Hyzer</name> <name>Chris Hyzer</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Marc Johnson</name> <name>Marc Johnson</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Shaun Kalley</name> <name>Shaun Kalley</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Tetsuya Kaneuchi</name> <name>Tetsuya Kaneuchi</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Nissim Karpenstein</name> <name>Nissim Karpenstein</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Ed Korthof</name> <name>Ed Korthof</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Holger Krauth</name> <name>Holger Krauth</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Rafal Krupinski</name> <name>Rafal Krupinski</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Rafal Krzewski</name> <name>Rafal Krzewski</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Craig R. McClanahan</name> <name>Craig R. McClanahan</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Rand McNeely</name> <name>Rand McNeely</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Nikolay Metchev</name> <name>Nikolay Metchev</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Kasper Nielsen</name> <name>Kasper Nielsen</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Tim O'Brien</name> <name>Tim O'Brien</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Brian S O'Neill</name> <name>Brian S O'Neill</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Andrew C. Oliver</name> <name>Andrew C. Oliver</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Alban Peignier</name> <name>Alban Peignier</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Moritz Petersen</name> <name>Moritz Petersen</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Dmitri Plotnikov</name> <name>Dmitri Plotnikov</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Neeme Praks</name> <name>Neeme Praks</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Eric Pugh</name> <name>Eric Pugh</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Travis Reeder</name> <name>Travis Reeder</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Antony Riley</name> <name>Antony Riley</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Scott Sanders</name> <name>Scott Sanders</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Ralph Schaer</name> <name>Ralph Schaer</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Henning P. Schmiedehausen</name> <name>Henning P. Schmiedehausen</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Sean Schofield</name> <name>Sean Schofield</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Reuben Sivan</name> <name>Reuben Sivan</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Ville Skytta</name> <name>Ville Skytta</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Jan Sorensen</name> <name>Jan Sorensen</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Glen Stampoultzis</name> <name>Glen Stampoultzis</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Scott Stanchfield</name> <name>Scott Stanchfield</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Jon S. Stevens</name> <name>Jon S. Stevens</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Sean C. Sullivan</name> <name>Sean C. Sullivan</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Ashwin Suresh</name> <name>Ashwin Suresh</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Helge Tesgaard</name> <name>Helge Tesgaard</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Arun Mammen Thomas</name> <name>Arun Mammen Thomas</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Masato Tezuka</name> <name>Masato Tezuka</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Jeff Varszegi</name> <name>Jeff Varszegi</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Chris Webb</name> <name>Chris Webb</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Mario Winterer</name> <name>Mario Winterer</name>
</contributor> </contributor>
</contributors> </contributors>
<!-- Lang should depend on very little --> <!-- Lang should depend on very little -->
<dependencies> <dependencies>
<dependency> <dependency>
<id>junit</id> <id>junit</id>
<version>3.8.1</version> <version>3.8.1</version>
</dependency> </dependency>
<!-- <!--
<dependency> <dependency>
<groupId>maven-pluginss</groupId> <groupId>maven-pluginss</groupId>
<artifactId>maven-findbugs-plugin</artifactId> <artifactId>maven-findbugs-plugin</artifactId>
@ -374,54 +375,54 @@ limitations under the License.
<type>plugin</type> <type>plugin</type>
</dependency> </dependency>
--> -->
</dependencies> </dependencies>
<build> <build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory> <sourceDirectory>src/java</sourceDirectory>
<sourceModifications> <sourceModifications>
<sourceModification> <sourceModification>
<className>FakeClass</className> <className>FakeClass</className>
<excludes> <excludes>
</excludes> </excludes>
</sourceModification> </sourceModification>
</sourceModifications> </sourceModifications>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory> <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<integrationUnitTestSourceDirectory/> <integrationUnitTestSourceDirectory/>
<aspectSourceDirectory/> <aspectSourceDirectory/>
<!-- Unit test classes --> <!-- Unit test classes -->
<unitTest> <unitTest>
<includes> <includes>
<include>**/*TestSuite.java</include> <include>**/*TestSuite.java</include>
</includes> </includes>
<excludes> <excludes>
<exclude>**/AllLangTestSuite.java</exclude> <exclude>**/AllLangTestSuite.java</exclude>
</excludes> </excludes>
<resources> <resources>
<resource> <resource>
<directory>${pom.build.unitTestSourceDirectory}</directory> <directory>${pom.build.unitTestSourceDirectory}</directory>
<includes> <includes>
<include>**/*.xml</include> <include>**/*.xml</include>
</includes> </includes>
</resource> </resource>
</resources> </resources>
</unitTest> </unitTest>
</build> </build>
<reports> <reports>
<!-- <report>maven-changelog-plugin</report> --> <!-- <report>maven-changelog-plugin</report> -->
<!-- <report>maven-changes-plugin</report> --> <!-- <report>maven-changes-plugin</report> -->
<report>maven-checkstyle-plugin</report> <report>maven-checkstyle-plugin</report>
<report>maven-pmd-plugin</report> <report>maven-pmd-plugin</report>
<!-- <report>maven-findbugs-plugin</report> --> <!-- <report>maven-findbugs-plugin</report> -->
<report>maven-clover-plugin</report> <report>maven-clover-plugin</report>
<!-- <report>maven-developer-activity-plugin</report> --> <!-- <report>maven-developer-activity-plugin</report> -->
<!-- <report>maven-file-activity-plugin</report> --> <!-- <report>maven-file-activity-plugin</report> -->
<report>maven-javadoc-plugin</report> <report>maven-javadoc-plugin</report>
<!-- <report>maven-jellydoc-plugin</report> --> <!-- <report>maven-jellydoc-plugin</report> -->
<report>maven-junit-report-plugin</report> <report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report> <report>maven-jxr-plugin</report>
<report>maven-license-plugin</report> <report>maven-license-plugin</report>
<!-- <report>maven-linkcheck-plugin</report> --> <!-- <report>maven-linkcheck-plugin</report> -->
<!-- <report>maven-statcvs-plugin</report> --> <!-- <report>maven-statcvs-plugin</report> -->
<report>maven-tasklist-plugin</report> <report>maven-tasklist-plugin</report>
</reports> </reports>
</project> </project>