commons-logging-1.1.3-src/build.properties.sample 100664 4261 12145235706 20102 0 ustar tn tn 0 0 # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
######################################################################
#
# TO USE:
#
# Copy this file to build.properties and either
#
# a) Use 'ant getlibs' to populate the default directory
# with dependencies
# or b) Change the property values to appropriate values
#
########################################################################
# Apache Log4j 1.2.x series
log4j12.jar=lib/log4j-1.2.12.jar
# Apache Log4j 1.3.x series
# Note: Log4j 1.3 support not available in the 1.1 release
#log4j13.jar=lib/log4j-1.3.0.jar
# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon)
logkit.jar=lib/logkit-1.0.1.jar
# Avalon framework - used for wrapper for avalon framework logger
avalon-framework.jar=lib/avalon-framework-4.1.3.jar
# ServletApi - used to build ServletContextCleaner class
servletapi.jar=lib/servletapi-2.3.jar
#
# if you want to run the test cases, junit needs to be in the classpath.
# the build.xml uses a default value so you might not need to set this property.
# Note that version junit 3.8 is required and 3.8.1 recommended.
#
junit.jar=lib/junit-3.8.1.jar
# Maven properties (for web site build)
# Those committers using agents may like to use
#maven.username=rdonkin
#logging.cvs=lserver:rdonkin@cvs.apache.org:/home/cvs
# The path to a 1.4 JSDK javac
# Optional - used when building with a 1.2 JVM for releases
# executable.javac1.4=/opt/java/jdks/j2sdk1.4.2_10/bin/javac
commons-logging-1.1.3-src/PROPOSAL.html 100664 7274 12145235706 15541 0 ustar tn tn 0 0
Proposal for Logging Library Package
Proposal for Logging Package
(0) Rationale
There is a great need for debugging and logging information inside of
Commons components such as HTTPClient and dbcp. However, there are many
logging APIs out there and it is difficult to choose among them.
The Logging package will be an ultra-thin bridge between different logging
libraries. Commons components may use the Logging JAR to remove
compile-time/runtime dependencies on any particular logging package,
and contributors may write Log implementations for the library of their choice.
(1) Scope of the Package
The package shall create and maintain a package that provides extremely
basic logging functionality and bridges to other, more sophisticated logging
implementations.
The package should :
- Have an API which should be as simple to use as possible
- Provide support for log4j
- Provide pluggable support for other logging APIs
Non-goals:
- This package will not perform logging itself, except at the most basic
level.
- We do not seek to become a "standard" API.
(1.5) Interaction With Other Packages
Logging relies on:
- Java Development Kit (Version 1.1 or later)
- Avalon Framework (compile-time dependency only unless this Log
implementation is selected at runtime)
- Avalon LogKit (compile-time dependency only unless this Log
implementation is selected at runtime)
- JDK 1.4 (compile-time dependency only unless this log implementation
is selected at runtime).
- Log4J (compile-time dependency only unless this Log
implementation is selected at runtime)
- Lumberjack
(compile-time dependency only unless this Log
implementation is selected at runtime)
(2) Required Jakarta-Commons Resources
- CVS Repository - New directory
logging
in the
jakarta-commons
CVS repository.
- Initial Committers - The list is provided below.
- Mailing List - Discussions will take place on the general
dev@commons.apache.org mailing list. To help list
subscribers identify messages of interest, it is suggested that the
message subject of messages about this component be prefixed with
[Logging].
- Bugzilla - New component "Logging" under the "Commons" product
category, with appropriate version identifiers as needed.
- Jyve FAQ - New category "commons-logging" (when available).
(4) Initial Committers
The initial committers on the Logging component shall be:
- Morgan Delagrange
- Rodney Waldhoff
- Craig McClanahan
commons-logging-1.1.3-src/pom.xml 100664 43661 12145235706 14751 0 ustar tn tn 0 0
org.apache.commons
commons-parent
28
4.0.0
commons-logging
commons-logging
Commons Logging
1.1.3
Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
http://commons.apache.org/proper/commons-logging/
JIRA
http://issues.apache.org/jira/browse/LOGGING
2001
baliuka
Juozas Baliuka
baliuka@apache.org
Java Developer
morgand
Morgan Delagrange
morgand@apache.org
Apache
Java Developer
donaldp
Peter Donald
donaldp@apache.org
rdonkin
Robert Burrell Donkin
rdonkin@apache.org
The Apache Software Foundation
skitching
Simon Kitching
skitching@apache.org
The Apache Software Foundation
dennisl
Dennis Lundberg
dennisl@apache.org
The Apache Software Foundation
costin
Costin Manolache
costin@apache.org
The Apache Software Foundation
craigmcc
Craig McClanahan
craigmcc@apache.org
The Apache Software Foundation
tn
Thomas Neidhart
tn@apache.org
The Apache Software Foundation
sanders
Scott Sanders
sanders@apache.org
The Apache Software Foundation
rsitze
Richard Sitze
rsitze@apache.org
The Apache Software Foundation
bstansberry
Brian Stansberry
rwaldhoff
Rodney Waldhoff
rwaldhoff@apache.org
The Apache Software Foundation
Matthew P. Del Buono
Provided patch
Vince Eagen
vince256 at comcast dot net
Lumberjack logging abstraction
Peter Lawrey
Provided patch
Berin Loritsch
bloritsch at apache dot org
Lumberjack logging abstraction
JDK 1.4 logging abstraction
Philippe Mouawad
Provided patch
Neeme Praks
neeme at apache dot org
Avalon logging abstraction
scm:svn:http://svn.apache.org/repos/asf/commons/proper/logging/trunk
scm:svn:https://svn.apache.org/repos/asf/commons/proper/logging/trunk
http://svn.apache.org/repos/asf/commons/proper/logging/trunk
org.apache.maven.plugins
maven-jar-plugin
testjar
package
test-jar
commons-logging
apijar
package
jar
${project.artifactId}-api-${project.version}
org/apache/commons/logging/*.class
org/apache/commons/logging/impl/LogFactoryImpl*.class
org/apache/commons/logging/impl/WeakHashtable*.class
org/apache/commons/logging/impl/SimpleLog*.class
org/apache/commons/logging/impl/NoOpLog*.class
org/apache/commons/logging/impl/Jdk14Logger.class
META-INF/LICENSE.txt
META-INF/NOTICE.txt
**/package.html
adaptersjar
package
jar
${project.artifactId}-adapters-${project.version}
org/apache/commons/logging/impl/**.class
META-INF/LICENSE.txt
META-INF/NOTICE.txt
org/apache/commons/logging/impl/WeakHashtable*.class
org/apache/commons/logging/impl/LogFactoryImpl*.class
fulljar
package
jar
${project.artifactId}-${project.version}
org.apache.maven.plugins
maven-antrun-plugin
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-surefire-plugin
true
org.codehaus.mojo
cobertura-maven-plugin
${commons.cobertura.version}
true
org.apache.maven.plugins
maven-failsafe-plugin
${commons.surefire.version}
integration-test
integration-test
verify
**/*TestCase.java
${log4j:log4j:jar}
${logkit:logkit:jar}
${javax.servlet:servlet-api:jar}
target/${project.build.finalName}.jar
target/${project.artifactId}-api-${project.version}.jar
target/${project.artifactId}-adapters-${project.version}.jar
target/commons-logging-tests.jar
org.apache.maven.plugins
maven-assembly-plugin
2.3
src/main/assembly/bin.xml
src/main/assembly/src.xml
gnu
org.apache.maven.plugins
maven-dependency-plugin
2.4
properties
org.apache.maven.plugins
maven-scm-publish-plugin
javadocs
commons-logging-**
junit
junit
3.8.1
test
log4j
log4j
1.2.17
true
logkit
logkit
1.0.1
true
avalon-framework
avalon-framework
4.1.5
true
javax.servlet
servlet-api
2.3
provided
true
org.apache.maven.plugins
maven-checkstyle-plugin
2.7
${basedir}/checkstyle.xml
false
${basedir}/license-header.txt
org.codehaus.mojo
clirr-maven-plugin
2.2.2
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
logging
1.1.3
LOGGING
12310484
RC2
2.12
true
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,
org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional,
org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional
commons-logging-1.1.3-src/build.xml 100664 72160 12145235706 15251 0 ustar tn tn 0 0
Log4j12: ${log4j12.jar}
LogKit: ${logkit.jar}
Avalon-Framework: ${avalon-framework.jar}
*** WARNING ***
Log4j 1.2 not found: Cannot Build Log4JLogger
*** WARNING ***
LogKit not found: Cannot Build LogKitLogger
*** WARNING ***
Avalon-Framework not found: Cannot Build AvalonLogger
*** WARNING ***
JDK 1.4 not present: Cannot Build Jdk14Logger
*** WARNING ***
Log4J 1.2.x Jar not found: Cannot execute 1.2.x tests
*** WARNING ***
Maven generated documentation not found: Documentation distribution will be empty
One or more unit tests failed.
commons-logging-1.1.3-src/build-testing.xml 100664 33377 12145235706 16733 0 ustar tn tn 0 0
Log4j12: ${log4j12.jar}
LogKit: ${logkit.jar}
Avalon-Framework: ${avalon-framework.jar}
*** WARNING ***
Log4J 1.2.x Jar not found: Cannot execute 1.2.x tests
One or more unit tests failed.
commons-logging-1.1.3-src/NOTICE.txt 100664 261 12145235706 15103 0 ustar tn tn 0 0 Apache Commons Logging
Copyright 2003-2013 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
commons-logging-1.1.3-src/license-header.txt 100664 1443 12145235706 17015 0 ustar tn tn 0 0 /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
commons-logging-1.1.3-src/checkstyle.xml 100664 5074 12145235706 16270 0 ustar tn tn 0 0
commons-logging-1.1.3-src/RELEASE-NOTES.txt 100664 1474 12145235706 16117 0 ustar tn tn 0 0 Apache Commons Logging
Version 1.1.3
RELEASE NOTES
The Commons Logging team is pleased to announce the release of Apache Commons Logging 1.1.3
Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.
This is a maintenance release containing bug fixes.
Changes in this version include:
Fixed Bugs:
o LOGGING-151: Use "org.apache.commons.logging" as bundle symbolic name. Thanks to Krzysztof Daniel.
Historical list of changes: http://commons.apache.org/proper/commons-logging/changes-report.html
For complete information on Commons Logging, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Logging website:
http://commons.apache.org/proper/commons-logging/ commons-logging-1.1.3-src/LICENSE.txt 100664 26136 12145235706 15255 0 ustar tn tn 0 0
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
commons-logging-1.1.3-src/src/ 40755 0 0 0 12145235706 13226 5 ustar 0 0 commons-logging-1.1.3-src/src/site/ 40775 0 12145235706 15040 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/site/resources/ 40775 0 12145235706 17052 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/site/resources/images/ 40775 0 12145235706 20317 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/site/xdoc/ 40775 0 12145235706 15775 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/media/ 40775 0 12145235705 15152 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/ 40775 0 12145235705 15052 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/ 40775 0 12145235705 17064 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/ 40775 0 12145235705 17653 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/ 40775 0 12145235705 21074 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/ 40775 0 12145235705 22547 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/ 40775 0 12145235705 24175 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/ 40775 0 12145235705 25122 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/log/ 40775 0 12145235705 25703 5 ustar tn tn 0 0 ././@LongLink 100644 0 0 145 12145235757 10266 L ustar 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/ commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/log/props_disable_tccl/ 40775 0 12145235705 31536 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/log/props_enable_tccl/ 40775 0 12145235705 31361 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/logfactory/ 40775 0 12145235705 27273 5 ustar tn tn 0 0 ././@LongLink 100644 0 0 154 12145235757 10266 L ustar 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/ commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/logfactory/props_disabl 40775 0 12145235705 31675 5 ustar tn tn 0 0 ././@LongLink 100644 0 0 153 12145235757 10265 L ustar 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/ commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/tccl/logfactory/props_enable 40775 0 12145235705 31665 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/jdk14/ 40775 0 12145235705 25112 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/config/ 40775 0 12145235705 25442 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/config/priority10/ 40775 0 12145235705 27464 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/config/nopriority/ 40775 0 12145235705 27660 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/config/priority20a/ 40775 0 12145235705 27626 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/resources/org/apache/commons/logging/config/priority20/ 40775 0 12145235705 27465 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/ 40775 0 12145235705 15773 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/ 40775 0 12145235705 16562 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/ 40775 0 12145235705 20003 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/ 40775 0 12145235705 21456 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/ 40775 0 12145235705 23104 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/impl/ 40775 0 12145235705 24045 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/simple/ 40775 0 12145235705 24375 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/avalon/ 40775 0 12145235705 24364 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/pathable/ 40775 0 12145235705 24664 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/security/ 40775 0 12145235705 24753 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/logkit/ 40775 0 12145235705 24375 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/tccl/ 40775 0 12145235705 24031 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/tccl/custom/ 40775 0 12145235705 25343 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/tccl/log/ 40775 0 12145235705 24612 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/tccl/logfactory/ 40775 0 12145235705 26202 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/servlet/ 40775 0 12145235705 24570 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/noop/ 40775 0 12145235705 24057 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/jdk14/ 40775 0 12145235705 24021 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/config/ 40775 0 12145235705 24351 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/log4j/ 40775 0 12145235705 24123 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/test/java/org/apache/commons/logging/log4j/log4j12/ 40775 0 12145235705 25305 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/ 40775 0 12145235705 15017 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/assembly/ 40775 0 12145235705 16636 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/java/ 40775 0 12145235706 15741 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/java/org/ 40775 0 12145235705 16527 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/java/org/apache/ 40775 0 12145235705 17750 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/java/org/apache/commons/ 40775 0 12145235705 21423 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/java/org/apache/commons/logging/ 40775 0 12145235706 23052 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/main/java/org/apache/commons/logging/impl/ 40775 0 12145235705 24012 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/conf/ 40775 0 12145235706 15021 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/changes/ 40775 0 12145235706 15504 5 ustar tn tn 0 0 commons-logging-1.1.3-src/src/site/resources/images/logo.png 100664 27742 12145235706 22116 0 ustar tn tn 0 0 ‰PNG
IHDR , d ³cš— bKGD ÿ ÿ ÿ ½§“ pHYs ÒÝ~ü tIMEÔ
)("q¤â IDATxœí]y|UòÝ3ÉLB…È$p]?œ¹&!†]W Gˆ’ˆ¬( Ê}©ë‚
xp r¸¬„S$ Q`¹WrbÝUDÈLŽ $™\“L÷ïúMmåõd2 r$ö÷>a¦¦ºº^Õ;êÕ«'ȲÌT¨Pqë ÞjT¨ø½CuB*n1T'T¡âCuB*n1T'T¡âCuB*n1T'T¡âCuB*n1T'T¡âCuB*n1T'T¡âCuB*n1T'T¡âC{ý,¸s‚ üV¬®“[£h”y“ˆo„7N·¿b¯_Q7HÕ-BóŽ2¥§§Ÿ>žãÜ([ø¹ÉdBhBsçÎ]²d‰ûMß²!7Ë–-hˆÛèÑ£úé§šššÚÚZ»Ý.I’$I
±Zºt©Vþþþ3f̸pá‚Íf«««sÍmÇŽ ðÃíÛ·Ûl¶ÚÚÚººº'N„‡‡+™ÆóçÏ×ÔÔ sàÜÝ…!†„„”––ZÖêêêãÇ»èc~~~HLÅHKK›={¶ÒâV«Õjýá‡Ð¶œbáÂ…eeeðvÜà©ÄäÉ“‘ìRÙF&“ … Û¶m[ee¥Õj-++Û¸qcHHe8jÔ(h&®sIJJJHHP*dË–-åååGŽa¹!lܸ±¼¼¼ªªÊf³9m}0 à›o¾©ªª‚¦/++;tèPhh(ò)//·Z®ß·uÀ]'LJJ¦=þ¼Õj½víÚÕ«W/_¾\RRb±X‚ƒƒiK|òÉ'×®]«¨¨PjpÙ²eH¶uëÖòòrŽUqqqLLå[ZZJ¹I’4{öì„„˜q>}ú4œ¿¿ÿôéÓ·lÙ²qãÆÉ“'s”óçÏ/))Ù´iü7..nÛ¶m›7oNLL|á…ƒ’¸´´´²²ý0<<