diff --git a/commons-logging-README.txt b/commons-logging-README.txt new file mode 100644 index 0000000..1fad379 --- /dev/null +++ b/commons-logging-README.txt @@ -0,0 +1,6 @@ +The Logging package is an ultra-thin bridge between different logging implementations. A library that uses the commons-logging API can be used with any logging implementation at runtime. Commons-logging comes with support for a number of popular logging implementations, and writing adapters for others is a reasonably simple task. + +See RELEASE-NOTES.txt for details on the current release. + + +Note: The maven2 pom.xml file is affected by the presence or absence of this file. See the comments in that file for details. diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..019bb59 --- /dev/null +++ b/pom.xml @@ -0,0 +1,361 @@ + + 4.0.0 + commons-logging + commons-logging + Logging + 1.1.1 + Commons Logging is a thin adapter allowing configurable bridging to other, + well known logging systems. + http://jakarta.apache.org/commons/logging + + + http://issues.apache.org/jira/ + + + + + + +
commons-dev@jakarta.apache.org
+
+
+
+
+ + 2001 + + + + 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/ + + http://www.mail-archive.com/commons-dev%40jakarta.apache.org/ + + + + 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/ + + http://www.mail-archive.com/commons-user%40jakarta.apache.org/ + + + + + + morgand + Morgan Delagrange + morgand at apache dot org + Apache + + Java Developer + + + + rwaldhoff + Rodney Waldhoff + rwaldhoff at apache org + Apache Software Foundation + + + craigmcc + Craig McClanahan + craigmcc at apache org + Apache Software Foundation + + + sanders + Scott Sanders + sanders at apache dot org + Apache Software Foundation + + + rdonkin + Robert Burrell Donkin + rdonkin at apache dot org + Apache Software Foundation + + + donaldp + Peter Donald + donaldp at apache dot org + + + + costin + Costin Manolache + costin at apache dot org + Apache Software Foundation + + + rsitze + Richard Sitze + rsitze at apache dot org + Apache Software Foundation + + + baliuka + Juozas Baliuka + baliuka@apache.org + + + Java Developer + + + + skitching + Simon Kitching + skitching@apache.org + Apache Software Foundation + + + dennisl + Dennis Lundberg + dennisl@apache.org + Apache Software Foundation + + + bstansberry + Brian Stansberry + + + + + + The Apache Software License, Version 2.0 + /LICENSE.txt + + + + + scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk + http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk + + + + The Apache Software Foundation + http://jakarta.apache.org + + + + src/java + src/test + + + + + maven-jar-plugin + + + apijar + package + + jar + + + ${project.artifactId}-api-${project.version} + + org/apache/commons/logging/impl/Log4JLogger.class + + + + + adaptersjar + package + + ${project.artifactId}-adapters-${project.version} + + org/apache/commons/logging/Log.class + org/apache/commons/logging/LogFactory.class + org/apache/commons/logging/impl/LogFactoryImpl.class + org/apache/commons/logging/impl/WeakHashtable.class + + + + + testjar + package + + test-jar + + + commons-logging + + + + + + + + maven-surefire-plugin + + + **/AvalonLoggerTestCase.java + + + + + + integration-test + integration-test + + test + + + + **/*TestCase.java + + + + commons-logging + target/${project.build.finalName}.jar + + + commons-logging-api + target/${project.artifactId}-api-${project.version}.jar + + + commons-logging-adapters + target/${project.artifactId}-adapters-${project.version}.jar + + + testclasses + target/commons-logging-tests.jar + + + + + + + + + maven-assembly-plugin + + src/maven/assembly/bin-distro.xml + + + + + + + + + + build + + + commons-logging-README.txt + + + + + + junit + junit + 3.8.1 + test + + + log4j + log4j + 1.2.12 + + + logkit + logkit + 1.0.1 + + + avalon-framework + avalon-framework + 4.1.3 + + + javax.servlet + servlet-api + 2.3 + + + + + + use + + + commons-logging-README.txt + + + + + + junit + junit + 3.8.1 + test + + + log4j + log4j + 1.2.12 + optional + + + logkit + logkit + 1.0.1 + optional + + + avalon-framework + avalon-framework + 4.1.3 + optional + + + javax.servlet + servlet-api + 2.3 + optional + + + + + + + + + default + Default Repository + file:///www/jakarta.apache.org/builds/jakarta-commons/logging/ + + + default + Default Site + scp://cvs.apache.org//www/jakarta.apache.org/commons/logging/ + + +
\ No newline at end of file