2002-07-25 20:41:52 -04:00
|
|
|
<?xml version="1.0"?>
|
2004-02-18 18:13:37 -05:00
|
|
|
<!--
|
2005-04-14 02:16:36 -04:00
|
|
|
Copyright 2002-2005 The Apache Software Foundation.
|
2004-02-18 18:13:37 -05:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2002-07-25 20:41:52 -04:00
|
|
|
<project>
|
2005-08-07 19:40:09 -04:00
|
|
|
<pomVersion>3</pomVersion>
|
|
|
|
<id>commons-lang</id>
|
|
|
|
<name>Lang</name>
|
|
|
|
<currentVersion>2.2-dev</currentVersion>
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<shortDescription>Java Common Components</shortDescription>
|
|
|
|
<description>
|
2002-07-26 15:07:07 -04:00
|
|
|
Commons.Lang, a package of Java utility classes for the
|
|
|
|
classes that are in java.lang's hierarchy, or are considered to be so
|
|
|
|
standard as to justify existence in java.lang.
|
2002-07-25 20:41:52 -04:00
|
|
|
</description>
|
2005-08-07 19:40:09 -04:00
|
|
|
<logo>/images/logo.png</logo>
|
|
|
|
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
|
|
|
|
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
|
|
|
|
<organization>
|
|
|
|
<name>The Apache Software Foundation</name>
|
|
|
|
<url>http://jakarta.apache.org</url>
|
|
|
|
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
|
|
|
|
</organization>
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
<url>/LICENSE.txt</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
|
|
|
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
|
|
|
|
<siteAddress>jakarta.apache.org</siteAddress>
|
|
|
|
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
|
|
|
|
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
|
|
|
|
<repository>
|
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
|
|
|
|
<url>http://svn.apache.org/viewcvs/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
|
|
|
|
</repository>
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Commons Dev List</name>
|
|
|
|
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
|
|
|
|
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
|
|
|
|
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Commons User List</name>
|
|
|
|
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
|
|
|
|
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
|
|
|
|
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<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>
|
|
|
|
</developers>
|
|
|
|
<contributors>
|
|
|
|
<contributor>
|
|
|
|
<name>C. Scott Ananian</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Chris Audley</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Stephane Bailliez</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Michael Becke</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ola Berg</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Nathan Beyer</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Stefan Bodewig</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Janek Bogucki</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Mike Bowler</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Sean Brown</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Alexander Day Chaffee</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Al Chou</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Greg Coladonato</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Maarten Coene</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Justin Couch</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Michael Davey</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Norm Deane</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ringo De Smet</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Russel Dittmar</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Steve Downey</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Matthias Eichel</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Christopher Elkins</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Chris Feldhacker</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Pete Gieser</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jason Gritman</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Matthew Hawthorne</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Michael Heuer</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Oliver Heger</name>
|
|
|
|
</contributor>
|
2005-09-10 05:29:48 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Chris Hyzer</name>
|
|
|
|
</contributor>
|
2005-08-07 19:40:09 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Marc Johnson</name>
|
|
|
|
</contributor>
|
2005-09-10 06:07:41 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Shaun Kalley</name>
|
|
|
|
</contributor>
|
2005-08-07 19:40:09 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Tetsuya Kaneuchi</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Nissim Karpenstein</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ed Korthof</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Holger Krauth</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Rafal Krupinski</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Rafal Krzewski</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Craig R. McClanahan</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Rand McNeely</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Nikolay Metchev</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Kasper Nielsen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Tim O'Brien</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Brian S O'Neill</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Andrew C. Oliver</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Alban Peignier</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Moritz Petersen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Dmitri Plotnikov</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Neeme Praks</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Eric Pugh</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Travis Reeder</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Antony Riley</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Scott Sanders</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ralph Schaer</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Henning P. Schmiedehausen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Sean Schofield</name>
|
|
|
|
</contributor>
|
2005-08-27 09:40:14 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Reuben Sivan</name>
|
|
|
|
</contributor>
|
2005-08-07 19:40:09 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Ville Skytta</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jan Sorensen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Glen Stampoultzis</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Scott Stanchfield</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jon S. Stevens</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Sean C. Sullivan</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Ashwin Suresh</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Helge Tesgaard</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Arun Mammen Thomas</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Masato Tezuka</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Jeff Varszegi</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Chris Webb</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Mario Winterer</name>
|
|
|
|
</contributor>
|
|
|
|
</contributors>
|
|
|
|
<!-- Lang should depend on very little -->
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<id>junit</id>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
</dependency>
|
|
|
|
<!--
|
2004-02-18 18:13:37 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven-pluginss</groupId>
|
|
|
|
<artifactId>maven-findbugs-plugin</artifactId>
|
|
|
|
<version>0.7.1</version>
|
|
|
|
<url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>
|
|
|
|
<type>plugin</type>
|
|
|
|
</dependency>
|
|
|
|
-->
|
2005-08-07 19:40:09 -04:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
|
|
|
|
<sourceDirectory>src/java</sourceDirectory>
|
|
|
|
<sourceModifications>
|
|
|
|
<sourceModification>
|
|
|
|
<className>FakeClass</className>
|
|
|
|
<excludes>
|
2005-05-04 21:29:46 -04:00
|
|
|
</excludes>
|
2005-08-07 19:40:09 -04:00
|
|
|
</sourceModification>
|
|
|
|
</sourceModifications>
|
|
|
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
|
|
<integrationUnitTestSourceDirectory/>
|
|
|
|
<aspectSourceDirectory/>
|
|
|
|
<!-- Unit test classes -->
|
|
|
|
<unitTest>
|
|
|
|
<includes>
|
|
|
|
<include>**/*TestSuite.java</include>
|
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/AllLangTestSuite.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>${pom.build.unitTestSourceDirectory}</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</unitTest>
|
|
|
|
</build>
|
|
|
|
<reports>
|
|
|
|
<!-- <report>maven-changelog-plugin</report> -->
|
|
|
|
<!-- <report>maven-changes-plugin</report> -->
|
|
|
|
<report>maven-checkstyle-plugin</report>
|
|
|
|
<report>maven-pmd-plugin</report>
|
|
|
|
<!-- <report>maven-findbugs-plugin</report> -->
|
|
|
|
<report>maven-clover-plugin</report>
|
|
|
|
<!-- <report>maven-developer-activity-plugin</report> -->
|
|
|
|
<!-- <report>maven-file-activity-plugin</report> -->
|
|
|
|
<report>maven-javadoc-plugin</report>
|
|
|
|
<!-- <report>maven-jellydoc-plugin</report> -->
|
|
|
|
<report>maven-junit-report-plugin</report>
|
|
|
|
<report>maven-jxr-plugin</report>
|
|
|
|
<report>maven-license-plugin</report>
|
|
|
|
<!-- <report>maven-linkcheck-plugin</report> -->
|
|
|
|
<!-- <report>maven-statcvs-plugin</report> -->
|
|
|
|
<report>maven-tasklist-plugin</report>
|
|
|
|
</reports>
|
2002-07-25 20:41:52 -04:00
|
|
|
</project>
|