diff --git a/README.md b/README.md
index fe59e6c..32b2b07 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
# jakarta-commons-logging
+The commons-logging package provides a simple, component oriented interface (org.apache.commons.logging.Log) together with wrappers for logging systems. The user can choose at runtime which system they want to use. In addition, a small number of basic implementations are provided to allow users to use the package standalone.
+commons-logging was heavily influenced by Avalon's Logkit and Log4J. The commons-logging abstraction is meant to minimize the differences between the two, and to allow a developer to not tie himself to a particular logging implementation.
+
diff --git a/commons-logging-1.1.1.pom b/commons-logging-1.1.1.pom
new file mode 100644
index 0000000..e4b4503
--- /dev/null
+++ b/commons-logging-1.1.1.pom
@@ -0,0 +1,504 @@
+
+
+
+
+
+ org.apache.commons
+ commons-parent
+ 5
+
+ 4.0.0
+ commons-logging
+ commons-logging
+ Commons Logging
+ 1.1.1
+ Commons Logging is a thin adapter allowing configurable bridging to other,
+ well known logging systems.
+ http://commons.apache.org/logging
+
+
+ JIRA
+ http://issues.apache.org/jira/browse/LOGGING
+
+
+ 2001
+
+
+
+ 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
+
+
+
+
+ scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1
+ scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1
+ http://svn.apache.org/repos/asf/commons/proper/logging/tags/commons-logging-1.1.1
+
+
+
+ src/java
+ src/test
+
+
+
+ src/test
+ false
+
+ **/*.properties
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+ src/conf/MANIFEST.MF
+
+
+
+
+ testjar
+ package
+
+ test-jar
+
+
+ commons-logging
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.1
+
+
+ apijar
+ package
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+ adaptersjar
+ package
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+ site.resources
+ site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 1.0
+
+
+ attach-artifacts
+ package
+
+ attach-artifact
+
+
+
+
+ ${project.build.directory}/${project.artifactId}-adapters-${project.version}.jar
+ jar
+ adapters
+
+
+ ${project.build.directory}/${project.artifactId}-api-${project.version}.jar
+ jar
+ api
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.0-beta-6
+
+
+ site deploy
+
+ -Prelease
+
+
+
+
+
+ org.apache.maven.plugins
+ 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
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ 2.2-beta-1
+
+ false
+
+ false
+
+ src/assembly/assembly.xml
+
+ gnu
+
+
+
+
+ org.apache.maven.plugins
+ maven-site-plugin
+ 2.0-beta-5
+
+
+
+
+
+
+
+
+ ci
+
+
+ apache.snapshots
+ Apache Development Snapshot Repository
+ ${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
+
+
+ apache.snapshots
+ Apache Development Snapshot Repository
+ ${commons.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
+
+
+
+
+ release
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+
+
+
+ single
+
+ package
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+ 2.3
+
+
+ ${deploy.altRepository}
+ true
+
+
+
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ log4j
+ log4j
+ 1.2.12
+ true
+
+
+ logkit
+ logkit
+ 1.0.1
+ true
+
+
+ avalon-framework
+ avalon-framework
+ 4.1.3
+ true
+
+
+ javax.servlet
+ servlet-api
+ 2.3
+ provided
+ true
+
+
+
+
+
+
+
+ org.codehaus.mojo
+ clirr-maven-plugin
+ 2.1.1
+
+
+ org.codehaus.mojo
+ jdepend-maven-plugin
+ 2.0-beta-1
+
+
+
+
+
+
+ apache.website
+ ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/logging/
+
+
+
+
+ 1.2
+ 1.1
+
+
diff --git a/commons-logging-api-1.1.1.pom b/commons-logging-api-1.1.1.pom
new file mode 100644
index 0000000..3929b41
--- /dev/null
+++ b/commons-logging-api-1.1.1.pom
@@ -0,0 +1,165 @@
+
+ 4.0.0
+ commons-logging
+ commons-logging-api
+ 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/browse/LOGGING
+
+
+
+
+
+ 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/
+
+
+ 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/
+
+
+
+
+ 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-xdoc-plugin
+ 1.9.2
+
+ true
+ <strong>Site Only</strong> - v1.9.2 (minimum)
+
+
+
+
+
+
+ junit
+ junit
+ 3.8.1
+ test
+ true
+
+
+
+
+ default
+ Default Repository
+ file:///www/jakarta.apache.org/builds/jakarta-commons/logging/
+
+
+ default
+ Default Site
+ scp://people.apache.org//www/jakarta.apache.org/commons/logging/
+
+ converted
+
+
\ No newline at end of file
diff --git a/jakarta-commons-logging-1.1.1-build_xml.patch b/jakarta-commons-logging-1.1.1-build_xml.patch
new file mode 100644
index 0000000..84883d1
--- /dev/null
+++ b/jakarta-commons-logging-1.1.1-build_xml.patch
@@ -0,0 +1,32 @@
+--- commons-logging-1.1.1-src/build.xml 2007-11-22 00:27:52.000000000 +0100
++++ commons-logging-1.1.1-src/build.xml-gil 2009-03-02 10:24:06.000000000 +0100
+@@ -77,7 +77,8 @@
+
+
+
+-
++
++
+
+
+
+@@ -146,7 +147,8 @@
+
+
+
+-
++
++
+
+
+
+@@ -167,7 +169,8 @@
+
+
+
+-
++
++
+
+
+
diff --git a/jakarta-commons-logging-1.1.1-eclipse-manifest.patch b/jakarta-commons-logging-1.1.1-eclipse-manifest.patch
new file mode 100644
index 0000000..26110ea
--- /dev/null
+++ b/jakarta-commons-logging-1.1.1-eclipse-manifest.patch
@@ -0,0 +1,15 @@
+--- src/conf/MANIFEST.MF 2007-11-22 00:27:52.000000000 +0100
++++ src/conf/MANIFEST.MF-gil 2010-07-21 01:30:21.000000000 +0200
+@@ -6,3 +6,12 @@
+ Implementation-Vendor-Id: org.apache
+ Implementation-Vendor: Apache Software Foundation
+ Implementation-Version: 1.1.1
++Bundle-ManifestVersion: 2
++Export-Package: org.apache.commons.logging;version="1.1.1",org.apache.
++ commons.logging.impl;version="1.1.1"
++Bundle-Version: 1.1.1.v20080605-1930
++Bundle-SymbolicName: org.apache.commons.logging
++Bundle-Name: Apache Commons Logging Plug-in
++Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
++Bundle-Localization: plugin
++Bundle-Vendor: Apache Software Foundation
diff --git a/jakarta-commons-logging-1.1.1-javadoc.patch b/jakarta-commons-logging-1.1.1-javadoc.patch
new file mode 100644
index 0000000..9500183
--- /dev/null
+++ b/jakarta-commons-logging-1.1.1-javadoc.patch
@@ -0,0 +1,40 @@
+--- build.xml 2010-10-30 21:21:49.000000000 +0200
++++ build.xml-gil 2010-10-30 21:16:19.000000000 +0200
+@@ -640,6 +640,37 @@
+
+
+
++
++
++
++
++
++
++ Commons Logging ${component.version} API]]>
++ Copyright © 2001-${year} The Apache Software Foundation. All Rights Reserved.]]>
++
++
++
+
+
diff --git a/jakarta-commons-logging-1.1.1-maven-release-plugin.patch b/jakarta-commons-logging-1.1.1-maven-release-plugin.patch
new file mode 100644
index 0000000..57f980e
--- /dev/null
+++ b/jakarta-commons-logging-1.1.1-maven-release-plugin.patch
@@ -0,0 +1,25 @@
+--- pom.xml 2007-11-22 00:27:52.000000000 +0100
++++ pom.xml-gil 2010-07-21 01:24:52.000000000 +0200
+@@ -307,22 +307,6 @@
+
+
+
+-
+- org.apache.maven.plugins
+- maven-release-plugin
+- 2.0-beta-6
+-
+-
+- site deploy
+-
+- -Prelease
+-
+-
+-
+-
+
+
+
+
+
+ __INTERNAL_REPO_PLACEHOLDER__
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mirrorId
+ repositoryId
+ Human Readable Name for this Mirror.
+ __EXTERNAL_REPO_PLACEHOLDER__
+
+
+
+
+
+
+
+
+
+
+
+
+