Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 21262 invoked from network); 10 Aug 2006 18:30:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 18:30:06 -0000 Received: (qmail 358 invoked by uid 500); 10 Aug 2006 18:30:03 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 277 invoked by uid 500); 10 Aug 2006 18:30:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 266 invoked by uid 500); 10 Aug 2006 18:30:03 -0000 Received: (qmail 263 invoked by uid 99); 10 Aug 2006 18:30:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 11:30:03 -0700 X-ASF-Spam-Status: No, hits=-8.5 required=10.0 tests=ALL_TRUSTED,FUZZY_ROLEX,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 11:30:00 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0D2DD1A981A; Thu, 10 Aug 2006 11:29:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r430470 - /jakarta/commons/proper/logging/trunk/commons-logging-api.pom Date: Thu, 10 Aug 2006 18:29:33 -0000 To: commons-cvs@jakarta.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060810182934.0D2DD1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dennisl Date: Thu Aug 10 11:29:33 2006 New Revision: 430470 URL: http://svn.apache.org/viewvc?rev=430470&view=rev Log: Add a pom for commons-logging-api that can be deployed to the Maven repository. Compared to the normal project.xml file all dependencies except junit has been removed. I also removed a few things related to testing in order to be able to build the jar with Maven after the dependencies were removed. This will help solve an issue reported on the user-list: http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/200607.mbox/%3cd1deecd50607070354h7013e053j5994a06c41d7d203@mail.gmail.com%3e Added: jakarta/commons/proper/logging/trunk/commons-logging-api.pom (with props) Added: jakarta/commons/proper/logging/trunk/commons-logging-api.pom URL: http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/commons-logging-api.pom?rev=430470&view=auto ============================================================================== --- jakarta/commons/proper/logging/trunk/commons-logging-api.pom (added) +++ jakarta/commons/proper/logging/trunk/commons-logging-api.pom Thu Aug 10 11:29:33 2006 @@ -0,0 +1,244 @@ + + + + 3 + + Logging + commons-logging + commons-logging-api + 1.1 + 2001 + Commons Logging + + Commons Logging is a thin adapter allowing configurable bridging to other, + well known logging systems. + + /images/logo.png + + http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ + org.apache.commons.${pom.artifactId.substring(8)} + + + The Apache Software Foundation + http://jakarta.apache.org + http://jakarta.apache.org/images/original-jakarta-logo.gif + + + + + The Apache Software License, Version 2.0 + /LICENSE.txt + repo + + + + jakarta + http://issues.apache.org/jira/ + people.apache.org + /www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/ + /www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/ + + + + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk + http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk + + + + + 1.0.1 + 1.0.1 + LOGGING_1_0_1 + + + 1.0.2 + 1.0.2 + LOGGING_1_0_2 + + + 1.0.3 + 1.0.3 + LOGGING_1_0_3 + + + 1.0.4 + 1.0.4 + LOGGING_1_0_4 + + + 1.1 + 1.1 + LOGGING_1_1_0 + + + + + + Commons Dev List + commons-dev-subscribe@jakarta.apache.org + commons-dev-unsubscribe@jakarta.apache.org + http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ + + + Commons User List + commons-user-subscribe@jakarta.apache.org + commons-user-unsubscribe@jakarta.apache.org + http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ + + + + + + Morgan Delagrange + morgand + morgand at apache dot org + Apache + Java Developer + + + Rodney Waldhoff + rwaldhoff + rwaldhoff at apache org + Apache Software Foundation + + + Craig McClanahan + craigmcc + craigmcc at apache org + Apache Software Foundation + + + Scott Sanders + sanders + sanders at apache dot org + Apache Software Foundation + + + Robert Burrell Donkin + rdonkin + rdonkin at apache dot org + Apache Software Foundation + + + Peter Donald + donaldp + donaldp at apache dot org + + + + Costin Manolache + costin + costin at apache dot org + Apache Software Foundation + + + Richard Sitze + rsitze + rsitze at apache dot org + Apache Software Foundation + + + Juozas Baliuka + baliuka + baliuka@apache.org + + + Java Developer + + + + Simon Kitching + skitching + skitching@apache.org + Apache Software Foundation + + + Dennis Lundberg + dennisl + dennisl@apache.org + Apache Software Foundation + + + Brian Stansberry + bstansberry + + + + + + + junit + junit + 3.8.1 + http://www.junit.org/index.htm + + Used for testing only. + test + true + + + + + maven + maven-xdoc-plugin + 1.9.2 + http://maven.apache.org/maven-1.x/reference/plugins/xdoc/ + plugin + + + <strong>Site Only</strong> - v1.9.2 (minimum) + + true + + + + + commons-dev@jakarta.apache.org + src/java + + + java.util.logging.Logger + + **/Jdk14Logger.java + + + + + + + + + + maven-javadoc-plugin + maven-jdepend-plugin + maven-junit-report-plugin + maven-jxr-plugin + maven-license-plugin + + + + + Propchange: jakarta/commons/proper/logging/trunk/commons-logging-api.pom ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org