Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 75102 invoked from network); 3 Mar 2006 03:19:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Mar 2006 03:19:59 -0000 Received: (qmail 24937 invoked by uid 500); 3 Mar 2006 03:20:43 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 24383 invoked by uid 500); 3 Mar 2006 03:20:40 -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 24372 invoked by uid 500); 3 Mar 2006 03:20:40 -0000 Received: (qmail 24369 invoked by uid 99); 3 Mar 2006 03:20:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 19:20:40 -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, 02 Mar 2006 19:20:39 -0800 Received: (qmail 74903 invoked by uid 65534); 3 Mar 2006 03:19:32 -0000 Message-ID: <20060303031932.74902.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r382631 - in /jakarta/commons/proper/logging/contrib/simon/jcl2: ./ core-dynamic/ core-dynamic/resources/ core-dynamic/resources/META-INF/ core-dynamic/resources/META-INF/services/ log4j/ log4j/conf/ log4j/resources/ log4j/resources/META-IN... Date: Fri, 03 Mar 2006 03:19:30 -0000 To: commons-cvs@jakarta.apache.org From: skitching@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: skitching Date: Thu Mar 2 19:19:26 2006 New Revision: 382631 URL: http://svn.apache.org/viewcvs?rev=382631&view=rev Log: More mavenisation Added: jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/pom.xml jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/ jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/ jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/services/ jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/services/org.apache.commons.logging.LogFactory jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/pom.xml jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/ jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/ jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/services/ jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/services/org.apache.commons.logging.LogHandler jakarta/commons/proper/logging/contrib/simon/jcl2/noop/pom.xml jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/ jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/ jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/services/ jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/services/org.apache.commons.logging.LogHandler jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml jakarta/commons/proper/logging/contrib/simon/jcl2/simple/pom.xml jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/ jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/ jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/services/ jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/services/org.apache.commons.logging.LogHandler Removed: jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/conf/ jakarta/commons/proper/logging/contrib/simon/jcl2/noop/conf/ Added: jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/pom.xml?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/pom.xml (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/pom.xml Thu Mar 2 19:19:26 2006 @@ -0,0 +1,48 @@ + + 4.0.0 + org.apache.commons.logging + commons-logging-core-dynamic + jar + 0.1-SNAPSHOT + Commons Logging Core + http://jakarta.apache.org/commons/logging + + + junit + junit + 3.8.1 + test + + + org.apache.commons.logging + commons-logging-core + 0.1-SNAPSHOT + compile + + + + + target + target/classes + ${artifactId}-${version} + target/test-classes + java + test + + + resources + + + + + + + + Added: jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/services/org.apache.commons.logging.LogFactory URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/services/org.apache.commons.logging.LogFactory?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/services/org.apache.commons.logging.LogFactory (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/core-dynamic/resources/META-INF/services/org.apache.commons.logging.LogFactory Thu Mar 2 19:19:26 2006 @@ -0,0 +1,3 @@ +# Java services file declaring that LogFactoryDynamic provides an implementation +# of the LogFactory API. +org.apache.commons.logging.LogFactoryDynamic \ No newline at end of file Added: jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/pom.xml?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/pom.xml (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/pom.xml Thu Mar 2 19:19:26 2006 @@ -0,0 +1,54 @@ + + 4.0.0 + org.apache.commons.logging + commons-logging-log4j + jar + 0.1-SNAPSHOT + Commons Logging Core + http://jakarta.apache.org/commons/logging + + + junit + junit + 3.8.1 + test + + + org.apache.commons.logging + commons-logging-core + 0.1-SNAPSHOT + compile + + + log4j + log4j + 1.2.12 + compile + + + + + target + target/classes + ${artifactId}-${version} + target/test-classes + java + test + + + resources + + + + + + + + Added: jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/services/org.apache.commons.logging.LogHandler URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/services/org.apache.commons.logging.LogHandler?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/services/org.apache.commons.logging.LogHandler (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/log4j/resources/META-INF/services/org.apache.commons.logging.LogHandler Thu Mar 2 19:19:26 2006 @@ -0,0 +1 @@ +org.apache.commons.logging.log4j.Log4JLogHandler Added: jakarta/commons/proper/logging/contrib/simon/jcl2/noop/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/noop/pom.xml?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/noop/pom.xml (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/noop/pom.xml Thu Mar 2 19:19:26 2006 @@ -0,0 +1,48 @@ + + 4.0.0 + org.apache.commons.logging + commons-logging-noop + jar + 0.1-SNAPSHOT + Commons Logging Core + http://jakarta.apache.org/commons/logging + + + junit + junit + 3.8.1 + test + + + org.apache.commons.logging + commons-logging-core + 0.1-SNAPSHOT + compile + + + + + target + target/classes + ${artifactId}-${version} + target/test-classes + java + test + + + resources + + + + + + + + Added: jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/services/org.apache.commons.logging.LogHandler URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/services/org.apache.commons.logging.LogHandler?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/services/org.apache.commons.logging.LogHandler (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/noop/resources/META-INF/services/org.apache.commons.logging.LogHandler Thu Mar 2 19:19:26 2006 @@ -0,0 +1 @@ +org.apache.commons.logging.noop.NoOpLogHandler Added: jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/pom.xml Thu Mar 2 19:19:26 2006 @@ -0,0 +1,15 @@ + + 4.0.0 + org.apache.commons.logging + 0.1-SNAPSHOT + commons-logging + pom + + core + core-static + core-dynamic + noop + simple + log4j + + Added: jakarta/commons/proper/logging/contrib/simon/jcl2/simple/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/simple/pom.xml?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/simple/pom.xml (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/simple/pom.xml Thu Mar 2 19:19:26 2006 @@ -0,0 +1,48 @@ + + 4.0.0 + org.apache.commons.logging + commons-logging-simple + jar + 0.1-SNAPSHOT + Commons Logging Core + http://jakarta.apache.org/commons/logging + + + junit + junit + 3.8.1 + test + + + org.apache.commons.logging + commons-logging-core + 0.1-SNAPSHOT + compile + + + + + target + target/classes + ${artifactId}-${version} + target/test-classes + java + test + + + resources + + + + + + + + Added: jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/services/org.apache.commons.logging.LogHandler URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/services/org.apache.commons.logging.LogHandler?rev=382631&view=auto ============================================================================== --- jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/services/org.apache.commons.logging.LogHandler (added) +++ jakarta/commons/proper/logging/contrib/simon/jcl2/simple/resources/META-INF/services/org.apache.commons.logging.LogHandler Thu Mar 2 19:19:26 2006 @@ -0,0 +1 @@ +org.apache.commons.logging.simple.SimpleLogHandler --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org