Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 5258 invoked from network); 22 Dec 2005 23:32:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 23:32:56 -0000 Received: (qmail 81326 invoked by uid 500); 22 Dec 2005 23:32:55 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 81303 invoked by uid 500); 22 Dec 2005 23:32:55 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 81292 invoked by uid 500); 22 Dec 2005 23:32:55 -0000 Delivered-To: apmail-db-ddlutils-commits@db.apache.org Received: (qmail 81289 invoked by uid 99); 22 Dec 2005 23:32:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2005 15:32:55 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Dec 2005 15:32:54 -0800 Received: (qmail 5205 invoked by uid 65534); 22 Dec 2005 23:32:34 -0000 Message-ID: <20051222233234.5204.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r358654 - /db/ddlutils/trunk/pom.xml Date: Thu, 22 Dec 2005 23:32:33 -0000 To: ddlutils-commits@db.apache.org From: mvdb@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mvdb Date: Thu Dec 22 15:32:26 2005 New Revision: 358654 URL: http://svn.apache.org/viewcvs?rev=358654&view=rev Log: Initial cut at a maven2 pom.xml. This is just for having correct metadata in the maven repositories, not for actual building. Still needs work though, eg the betwixt version should be updated when there is a newer version available. Added: db/ddlutils/trunk/pom.xml Added: db/ddlutils/trunk/pom.xml URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/pom.xml?rev=358654&view=auto ============================================================================== --- db/ddlutils/trunk/pom.xml (added) +++ db/ddlutils/trunk/pom.xml Thu Dec 22 15:32:26 2005 @@ -0,0 +1,69 @@ + + 4.0.0 + org.apache.db.ddlutils + ddlutils + jar + 1.0-SNAPSHOT + Apache DdlUtils + http://db.apache.org/ddlutils + + + junit + junit + 3.8.1 + test + + + ant + ant + 1.6.5 + compile + + + commons-betwixt + commons-betwixt + 0.7 + + + commons-lang + commons-lang + 2.1 + + + commons-collections + commons-collections + 3.1 + + + commons-pool + commons-pool + 1.2 + + + commons-dbcp + commons-dbcp + 1.2.1 + + + stax + stax-api + 1.0 + + + dom4j + dom4j + 1.4 + + + + + src/java + src/test + + + + + + +