Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 91797 invoked from network); 24 Aug 2007 00:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Aug 2007 00:20:40 -0000 Received: (qmail 86233 invoked by uid 500); 24 Aug 2007 00:20:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 86165 invoked by uid 500); 24 Aug 2007 00:20:35 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 86156 invoked by uid 99); 24 Aug 2007 00:20:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 17:20:35 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2007 00:21:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AC1C31A9832; Thu, 23 Aug 2007 17:20:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r569196 - /commons/proper/primitives/trunk/pom.xml Date: Fri, 24 Aug 2007 00:20:14 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070824002014.AC1C31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Thu Aug 23 17:20:13 2007 New Revision: 569196 URL: http://svn.apache.org/viewvc?rev=569196&view=rev Log: Adding M2 build Added: commons/proper/primitives/trunk/pom.xml (with props) Added: commons/proper/primitives/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/pom.xml?rev=569196&view=auto ============================================================================== --- commons/proper/primitives/trunk/pom.xml (added) +++ commons/proper/primitives/trunk/pom.xml Thu Aug 23 17:20:13 2007 @@ -0,0 +1,125 @@ + + + + + org.apache.commons + commons-parent + 4 + + 4.0.0 + commons-primitives + commons-primitives + 1.1-SNAPSHOT + Commons Primitives + + 2002 + + Commons Primitives is a set of collection and utility classes for primitive types. + The Java language has a clear distinction between Object and primitive types. + A lot of functionality is provided for Object types, including the Java Collection Framework. + Relatively little functionality is provided by the JDK for primitives. + This package addresses this by providing a set of utility and collection classes for primitives. + + + http://commons.apache.org/primitives/ + + + jira + http://issues.apache.org/jira/browse/PRIMITIVES + + + + scm:svn:http://svn.apache.org/repos/asf/commons/proper/primitives/trunk + scm:svn:https://svn.apache.org/repos/asf/commons/proper/primitives/trunk + http://svn.apache.org/viewvc/commons/proper/primitives/trunk + + + + + Stephen Colebourne + scolebourne + scolebourne@apache.org + + + Rodney Waldhoff + rwaldhoff + rwaldhoff@apache.org + + + Matthew Hawthorne + matth + matth@apache.org + + + Alex Karasulu + akarasulu + akarasulu@apache.org + + + + + + Robert Fischer + + + + + + junit + junit + 3.8.1 + test + + + commons-collections + commons-collections-testframework + 3.1 + test + + + + + src/java + src/test + + + . + META-INF + + NOTICE.txt + LICENSE.txt + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org/apache/commons/collections/primitives/AllTestSuite.java + + + + + + + Propchange: commons/proper/primitives/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native