Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 79334 invoked from network); 6 Sep 2008 16:10:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2008 16:10:13 -0000 Received: (qmail 20031 invoked by uid 500); 6 Sep 2008 16:10:10 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 19952 invoked by uid 500); 6 Sep 2008 16:10:09 -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 19943 invoked by uid 99); 6 Sep 2008 16:10:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2008 09:10:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Sep 2008 16:09:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F21962388961; Sat, 6 Sep 2008 09:09:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r692673 - /commons/sandbox/flatfile/trunk/pom.xml Date: Sat, 06 Sep 2008 16:09:50 -0000 To: commits@commons.apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080906160950.F21962388961@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mbenson Date: Sat Sep 6 09:09:50 2008 New Revision: 692673 URL: http://svn.apache.org/viewvc?rev=692673&view=rev Log: add pom Added: commons/sandbox/flatfile/trunk/pom.xml (with props) Added: commons/sandbox/flatfile/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/pom.xml?rev=692673&view=auto ============================================================================== --- commons/sandbox/flatfile/trunk/pom.xml (added) +++ commons/sandbox/flatfile/trunk/pom.xml Sat Sep 6 09:09:50 2008 @@ -0,0 +1,144 @@ + + + + 4.0.0 + + org.apache.commons + commons-sandbox-parent + 7 + + commons-flatfile + 1.0-SNAPSHOT + jar + Commons Flatfile (Sandbox) + http://commons.apache.org/sandbox/flatfile/ + 2008 + + Commons Flatfile provides multiple complementary mechanisms for working with + "flat file" structures in Java. + + + + + junit + junit + 3.8.1 + test + + + commons-io + commons-io + 1.4 + + + commons-lang + commons-lang + 2.3 + + + commons-collections + commons-collections + 3.2.1 + + + net.sf.morph + morph + 1.1.1 + true + + + antlr + antlr + 2.7.7 + true + + + + + mbenson + Matt Benson + mbenson AT apache DOT org + Apache + + + + scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/flatfile/trunk/ + scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/flatfile/trunk/ + http://svn.apache.org/viewvc/commons/sandbox/flatfile/trunk/ + + + + + src/test/java/ + false + + **/*.java + + + + + + org.codehaus.mojo + antlr-maven-plugin + + + EntityParser.g,EntityTreeParser.g + + + + + generate + + + + + + + + + website + Apache Website + scp://people.apache.org/www/commons.apache.org/sandbox/flatfile/ + + + + + + 1.5 + 1.5 + flatfile + + + + + org.apache.maven.plugins + maven-pmd-plugin + 2.3 + + 1.5 + + + + + + Propchange: commons/sandbox/flatfile/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native