You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/06/07 15:30:30 UTC

svn commit: r782387 - in /james/imap/trunk: ./ parent/ stage/commons-collections/jars/ stage/commons-collections/poms/ stage/commons-lang/jars/ stage/commons-lang/poms/

Author: rdonkin
Date: Sun Jun  7 13:30:30 2009
New Revision: 782387

URL: http://svn.apache.org/viewvc?rev=782387&view=rev
Log:
IMAP-98 Upgrade to latest version of commons libraries.  https://issues.apache.org/jira/browse/IMAP-98

Added:
    james/imap/trunk/stage/commons-collections/jars/commons-collections-3.2.1.jar   (with props)
    james/imap/trunk/stage/commons-collections/poms/commons-collections-3.2.1.pom   (with props)
    james/imap/trunk/stage/commons-lang/jars/commons-lang-2.4.jar   (with props)
    james/imap/trunk/stage/commons-lang/poms/commons-lang-2.4.pom   (with props)
Removed:
    james/imap/trunk/stage/commons-collections/jars/commons-collections-3.1.jar
    james/imap/trunk/stage/commons-collections/poms/commons-collections-3.1.pom
    james/imap/trunk/stage/commons-lang/jars/commons-lang-2.1.jar
    james/imap/trunk/stage/commons-lang/poms/commons-lang-2.1.pom
Modified:
    james/imap/trunk/include.properties
    james/imap/trunk/parent/pom.xml

Modified: james/imap/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/imap/trunk/include.properties?rev=782387&r1=782386&r2=782387&view=diff
==============================================================================
--- james/imap/trunk/include.properties (original)
+++ james/imap/trunk/include.properties Sun Jun  7 13:30:30 2009
@@ -105,7 +105,7 @@
 commons-dbcp.jar=${path.lib.commonsdbcp}/${jarname.commons-dbcp.jar}
 jarname.commons-pool.jar=commons-pool-1.2.jar
 commons-pool.jar=${path.lib.commonspool}/${jarname.commons-pool.jar}
-jarname.commons-collections.jar=commons-collections-3.1.jar
+jarname.commons-collections.jar=commons-collections-3.2.1.jar
 commons-collections.jar=${path.lib.commonscollections}/${jarname.commons-collections.jar}
 
 jarname.derby.jar=derby-10.2.2.0.jar
@@ -120,7 +120,7 @@
 torque.jar=${path.lib.torque}/${jarname.torque.jar}
 jarname.village.jar=village-3.3.jar
 village.jar=${path.lib.village}/${jarname.village.jar}
-jarname.commons-lang.jar=commons-lang-2.1.jar
+jarname.commons-lang.jar=commons-lang-2.4.jar
 commons-lang.jar=${path.lib.commonslang}/${jarname.commons-lang.jar}
 jarname.commons-configuration.jar=commons-configuration-1.1.jar
 commons-configuration.jar=${path.lib.commonsconfiguration}/${jarname.commons-configuration.jar}

Modified: james/imap/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=782387&r1=782386&r2=782387&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Sun Jun  7 13:30:30 2009
@@ -519,8 +519,8 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <version.openjpa>1.2.0</version.openjpa>
     <version.javax.persistence>1.0.2</version.javax.persistence>
-    <version.commons-lang>2.1</version.commons-lang>
-    <version.commons-collections>3.1</version.commons-collections>
+    <version.commons-lang>2.4</version.commons-lang>
+    <version.commons-collections>3.2.1</version.commons-collections>
     <version.commons-logging>1.1</version.commons-logging>
     <version.apache-mime4j>0.6</version.apache-mime4j>
     <version.javax.mail>1.4.1</version.javax.mail>

Added: james/imap/trunk/stage/commons-collections/jars/commons-collections-3.2.1.jar
URL: http://svn.apache.org/viewvc/james/imap/trunk/stage/commons-collections/jars/commons-collections-3.2.1.jar?rev=782387&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/imap/trunk/stage/commons-collections/jars/commons-collections-3.2.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/imap/trunk/stage/commons-collections/poms/commons-collections-3.2.1.pom
URL: http://svn.apache.org/viewvc/james/imap/trunk/stage/commons-collections/poms/commons-collections-3.2.1.pom?rev=782387&view=auto
==============================================================================
--- james/imap/trunk/stage/commons-collections/poms/commons-collections-3.2.1.pom (added)
+++ james/imap/trunk/stage/commons-collections/poms/commons-collections-3.2.1.pom Sun Jun  7 13:30:30 2009
@@ -0,0 +1,438 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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 collectionsuage governing permissions and
+   limitations under the License.
+-->
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-collections</groupId>
+  <artifactId>commons-collections</artifactId>
+  <version>3.2.1</version>
+  <name>Commons Collections</name>
+
+  <inceptionYear>2001</inceptionYear>
+  <description>Types that extend and augment the Java Collections Framework.</description>
+
+  <url>http://commons.apache.org/collections/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/COLLECTIONS</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>Stephen Colebourne</name>
+      <id>scolebourne</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Morgan Delagrange</name>
+      <id>morgand</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Matthew Hawthorne</name>
+      <id>matth</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Geir Magnusson</name>
+      <id>geirm</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Craig McClanahan</name>
+      <id>craigmcc</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Phil Steitz</name>
+      <id>psteitz</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Arun M. Thomas</name>
+      <id>amamment</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Rodney Waldhoff</name>
+      <id>rwaldhoff</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Henri Yandell</name>
+      <id>bayard</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>James Carman</name>
+      <id>jcarman</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+    </developer>
+  </developers>
+  
+  <contributors>
+    <contributor>
+      <name>Rafael U. C. Afonso</name>
+    </contributor>
+    <contributor>
+      <name>Max Rydahl Andersen</name>
+    </contributor>
+    <contributor>
+      <name>Federico Barbieri</name>
+    </contributor>
+    <contributor>
+      <name>Arron Bates</name>
+    </contributor>
+    <contributor>
+      <name>Nicola Ken Barozzi</name>
+    </contributor>
+    <contributor>
+      <name>Sebastian Bazley</name>
+    </contributor>
+    <contributor>
+      <name>Matt Benson</name>
+    </contributor>
+    <contributor>
+      <name>Ola Berg</name>
+    </contributor>
+    <contributor>
+      <name>Christopher Berry</name>
+    </contributor>
+    <contributor>
+      <name>Nathan Beyer</name>
+    </contributor>
+    <contributor>
+      <name>Janek Bogucki</name>
+    </contributor>
+    <contributor>
+      <name>Chuck Burdick</name>
+    </contributor>
+    <contributor>
+      <name>Dave Bryson</name>
+    </contributor>
+    <contributor>
+      <name>Julien Buret</name>
+    </contributor>
+    <contributor>
+      <name>Jonathan Carlson</name>
+    </contributor>
+    <contributor>
+      <name>Ram Chidambaram</name>
+    </contributor>
+    <contributor>
+      <name>Steve Clark</name>
+    </contributor>
+    <contributor>
+      <name>Eric Crampton</name>
+    </contributor>
+    <contributor>
+      <name>Dimiter Dimitrov</name>
+    </contributor>
+    <contributor>
+      <name>Peter Donald</name>
+    </contributor>
+    <contributor>
+      <name>Steve Downey</name>
+    </contributor>
+    <contributor>
+      <name>Rich Dougherty</name>
+    </contributor>
+    <contributor>
+      <name>Tom Dunham</name>
+    </contributor>
+    <contributor>
+      <name>Stefano Fornari</name>
+    </contributor>
+    <contributor>
+      <name>Andrew Freeman</name>
+    </contributor>
+    <contributor>
+      <name>Gerhard Froehlich</name>
+    </contributor>
+    <contributor>
+      <name>Paul Jack</name>
+    </contributor>
+    <contributor>
+      <name>Eric Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Kent Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Marc Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Nissim Karpenstein</name>
+    </contributor>
+    <contributor>
+      <name>Shinobu Kawai</name>
+    </contributor>
+    <contributor>
+      <name>Mohan Kishore</name>
+    </contributor>
+    <contributor>
+      <name>Simon Kitching</name>
+    </contributor>
+    <contributor>
+      <name>Thomas Knych</name>
+    </contributor>
+    <contributor>
+      <name>Serge Knystautas</name>
+    </contributor>
+    <contributor>
+      <name>Peter KoBek</name>
+    </contributor>
+    <contributor>
+      <name>Jordan Krey</name>
+    </contributor>
+    <contributor>
+      <name>Olaf Krische</name>
+    </contributor>
+    <contributor>
+      <name>Guilhem Lavaux</name>
+    </contributor>
+    <contributor>
+      <name>Paul Legato</name>
+    </contributor>
+    <contributor>
+      <name>David Leppik</name>
+    </contributor>
+    <contributor>
+      <name>Berin Loritsch</name>
+    </contributor>
+    <contributor>
+      <name>Hendrik Maryns</name>
+    </contributor>
+    <contributor>
+      <name>Stefano Mazzocchi</name>
+    </contributor>
+    <contributor>
+      <name>Brian McCallister</name>
+    </contributor>
+    <contributor>
+      <name>Steven Melzer</name>
+    </contributor>
+    <contributor>
+      <name>Leon Messerschmidt</name>
+    </contributor>
+    <contributor>
+      <name>Mauricio S. Moura</name>
+    </contributor>
+    <contributor>
+      <name>Kasper Nielsen</name>
+    </contributor>
+    <contributor>
+      <name>Stanislaw Osinski</name>
+    </contributor>
+    <contributor>
+      <name>Alban Peignier</name>
+    </contributor>
+    <contributor>
+      <name>Mike Pettypiece</name>
+    </contributor>
+    <contributor>
+      <name>Steve Phelps</name>
+    </contributor>
+    <contributor>
+      <name>Ilkka Priha</name>
+    </contributor>
+    <contributor>
+      <name>Jonas Van Poucke</name>
+    </contributor>
+    <contributor>
+      <name>Will Pugh</name>
+    </contributor>
+    <contributor>
+      <name>Herve Quiroz</name>
+    </contributor>
+    <contributor>
+      <name>Daniel Rall</name>
+    </contributor>
+    <contributor>
+      <name>Robert Ribnitz</name>
+    </contributor>
+    <contributor>
+      <name>Huw Roberts</name>
+    </contributor>
+    <contributor>
+      <name>Henning P. Schmiedehausen</name>
+    </contributor>
+    <contributor>
+      <name>Howard Lewis Ship</name>
+    </contributor>
+    <contributor>
+      <name>Joe Raysa</name>
+    </contributor>
+    <contributor>
+      <name>Thomas Schapitz</name>
+    </contributor>
+    <contributor>
+      <name>Jon Schewe</name>
+    </contributor>
+    <contributor>
+      <name>Andreas Schlosser</name>
+    </contributor>
+    <contributor>
+      <name>Christian Siefkes</name>
+    </contributor>
+    <contributor>
+      <name>Michael Smith</name>
+    </contributor>
+    <contributor>
+      <name>Stephen Smith</name>
+    </contributor>
+    <contributor>
+      <name>Jan Sorensen</name>
+    </contributor>
+    <contributor>
+      <name>Jon S. Stevens </name>
+    </contributor>
+    <contributor>
+      <name>James Strachan</name>
+    </contributor>
+    <contributor>
+      <name>Leo Sutic</name>
+    </contributor>
+    <contributor>
+      <name>Chris Tilden</name>
+    </contributor>
+    <contributor>
+      <name>Neil O'Toole</name>
+    </contributor>
+    <contributor>
+      <name>Jeff Turner</name>
+    </contributor>
+    <contributor>
+      <name>Kazuya Ujihara</name>
+    </contributor>
+    <contributor>
+      <name>Jeff Varszegi</name>
+    </contributor>
+    <contributor>
+      <name>Ralph Wagner</name>
+    </contributor>
+    <contributor>
+      <name>David Weinrich</name>
+    </contributor>
+    <contributor>
+      <name>Dieter Wimberger</name>
+    </contributor>
+    <contributor>
+      <name>Serhiy Yevtushenko</name>
+    </contributor>
+    <contributor>
+      <name>Jason van Zyl</name>
+    </contributor>
+  </contributors>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <properties>
+    <maven.compile.source>1.2</maven.compile.source>
+    <maven.compile.target>1.2</maven.compile.target>
+    <commons.componentid>collections</commons.componentid>
+    <commons.release.version>3.2.1</commons.release.version>
+    <commons.binary.suffix>-bin</commons.binary.suffix>
+    <commons.jira.id>COLLECTIONS</commons.jira.id>
+    <commons.jira.pid>12310465</commons.jira.pid>
+  </properties> 
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <includes>
+                <include>org/apache/commons/collections/TestAllPackages.java</include>
+              </includes>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <executions>
+            <execution>
+              <phase>package</phase>
+              <configuration>
+                <tasks>
+                  <ant antfile="build-testframework.xml" target="jar">
+                    <property name="component.version"    value="${project.version}"/>
+                    <property name="test.classes"         value="${project.build.directory}/test-classes"/>
+                    <property name="dist.home"            value="${project.build.directory}"/>
+                    <property name="maven.compile.source" value="${maven.compile.source}"/>
+                    <property name="maven.compile.target" value="${maven.compile.target}"/>
+                  </ant>
+                </tasks>
+              </configuration>
+              <goals>
+                <goal>run</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <descriptors>
+              <descriptor>src/assembly/bin.xml</descriptor>
+              <descriptor>src/assembly/src.xml</descriptor>
+            </descriptors>
+            <tarLongFileMode>gnu</tarLongFileMode>
+          </configuration>
+        </plugin>
+      </plugins>
+    </build>
+
+</project>

Propchange: james/imap/trunk/stage/commons-collections/poms/commons-collections-3.2.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/imap/trunk/stage/commons-lang/jars/commons-lang-2.4.jar
URL: http://svn.apache.org/viewvc/james/imap/trunk/stage/commons-lang/jars/commons-lang-2.4.jar?rev=782387&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/imap/trunk/stage/commons-lang/jars/commons-lang-2.4.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/imap/trunk/stage/commons-lang/poms/commons-lang-2.4.pom
URL: http://svn.apache.org/viewvc/james/imap/trunk/stage/commons-lang/poms/commons-lang-2.4.pom?rev=782387&view=auto
==============================================================================
--- james/imap/trunk/stage/commons-lang/poms/commons-lang-2.4.pom (added)
+++ james/imap/trunk/stage/commons-lang/poms/commons-lang-2.4.pom Sun Jun  7 13:30:30 2009
@@ -0,0 +1,462 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You 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.
+-->
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-lang</groupId>
+  <artifactId>commons-lang</artifactId>
+  <version>2.4</version>
+  <name>Commons Lang</name>
+
+  <inceptionYear>2001</inceptionYear>
+    <description>
+        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.
+    </description>
+
+  <url>http://commons.apache.org/lang/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/LANG</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/lang/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/lang/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
+  </scm>
+
+    <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@apache.org</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>
+        <developer>
+            <name>Niall Pemberton</name>
+            <id>niallp</id>
+            <roles>
+                <role>Java Developer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Matt Benson</name>
+            <id>mbenson</id>
+            <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>
+        <contributor>
+            <name>Chris Hyzer</name>
+        </contributor>
+        <contributor>
+            <name>Marc Johnson</name>
+        </contributor>
+        <contributor>
+            <name>Shaun Kalley</name>
+        </contributor>
+        <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>Dave Meikle</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>Stephen Putman</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>
+        <contributor>
+            <name>Reuben Sivan</name>
+        </contributor>
+        <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>
+        <contributor>
+            <name>Stepan Koltsov</name>
+        </contributor>
+        <contributor>
+            <name>Holger Hoffstatte</name>
+        </contributor>
+    </contributors>
+
+  <!-- Lang should depend on very little -->
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies> 
+
+  <properties>
+    <maven.compile.source>1.3</maven.compile.source>
+    <maven.compile.target>1.2</maven.compile.target>
+    <commons.componentid>lang</commons.componentid>
+    <commons.release.version>2.4</commons.release.version>
+    <commons.jira.id>LANG</commons.jira.id>
+    <commons.jira.pid>12310481</commons.jira.pid>
+  </properties> 
+
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*TestSuite.java</include>
+          </includes>
+          <excludes>
+            <exclude>**/AllLangTestSuite.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+        </configuration>
+      </plugin>
+      <!--
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.1.1</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+       </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+      -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.1.1</version>
+        <configuration>
+          <comparisonVersion>2.3</comparisonVersion>
+          <minSeverity>info</minSeverity>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>

Propchange: james/imap/trunk/stage/commons-lang/poms/commons-lang-2.4.pom
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org