Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6C5C995F for ; Sat, 11 Feb 2012 14:56:12 +0000 (UTC) Received: (qmail 86233 invoked by uid 500); 11 Feb 2012 14:56:12 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 86122 invoked by uid 500); 11 Feb 2012 14:56:11 -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 86115 invoked by uid 99); 11 Feb 2012 14:56:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 14:56:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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, 11 Feb 2012 14:56:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2F6E3238897D for ; Sat, 11 Feb 2012 14:55:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1243079 - /commons/proper/digester/trunk/core/pom.xml Date: Sat, 11 Feb 2012 14:55:47 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120211145547.2F6E3238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Sat Feb 11 14:55:46 2012 New Revision: 1243079 URL: http://svn.apache.org/viewvc?rev=1243079&view=rev Log: first checkin of core module pom Added: commons/proper/digester/trunk/core/pom.xml (with props) Added: commons/proper/digester/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/core/pom.xml?rev=1243079&view=auto ============================================================================== --- commons/proper/digester/trunk/core/pom.xml (added) +++ commons/proper/digester/trunk/core/pom.xml Sat Feb 11 14:55:46 2012 @@ -0,0 +1,80 @@ + + + + 4.0.0 + + + org.apache.commons + commons-digester3 + 3.3-SNAPSHOT + ../ + + + commons-digester3 + jar + + Commons Digester :: Core + + + + cglib + cglib + 2.2.2 + + + commons-beanutils + commons-beanutils + 1.8.3 + + + commons-logging + commons-logging + 1.1.1 + + + junit + junit + 4.10 + test + + + + + + + ../ + META-INF + + NOTICE.txt + LICENSE.txt + + + + ${basedir}/src/main/resources + false + + **/*.dtd + + + + + + Propchange: commons/proper/digester/trunk/core/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/digester/trunk/core/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: commons/proper/digester/trunk/core/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml