Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9AB95CCC4 for ; Wed, 20 Jun 2012 09:41:02 +0000 (UTC) Received: (qmail 10273 invoked by uid 500); 20 Jun 2012 09:41:02 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 10242 invoked by uid 500); 20 Jun 2012 09:41:02 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 10219 invoked by uid 99); 20 Jun 2012 09:41:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 09:41:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 09:40:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 993B22388C4E for ; Wed, 20 Jun 2012 09:40:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r822473 [3/5] - in /websites/production/loggingtest/content/log4cxx: ./ log4cxx-0.11.0-SNAPSHOT/ log4cxx-0.11.0-SNAPSHOT/building/ log4cxx-0.11.0-SNAPSHOT/css/ log4cxx-0.11.0-SNAPSHOT/images/ log4cxx-0.11.0-SNAPSHOT/images/logos/ log4cxx-0.... Date: Wed, 20 Jun 2012 09:40:29 -0000 To: commits@logging.apache.org From: grobmeier@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120620094037.993B22388C4E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css Wed Jun 20 09:40:27 2012 @@ -0,0 +1,143 @@ +body { + margin: 0px; + padding: 0px; +} +img { + border:none; +} +table { + padding:0px; + width: 100%; + margin-left: -2px; + margin-right: -2px; +} +acronym { + cursor: help; + border-bottom: 1px dotted #feb; +} +table.bodyTable th, table.bodyTable td { + padding: 2px 4px 2px 4px; + vertical-align: top; +} +div.clear{ + clear:both; + visibility: hidden; +} +div.clear hr{ + display: none; +} +#bannerLeft, #bannerRight { + font-size: xx-large; + font-weight: bold; +} +#bannerLeft img, #bannerRight img { + margin: 0px; +} +.xleft, #bannerLeft img { + float:left; +} +.xright, #bannerRight { + float:right; +} +#banner { + padding: 0px; +} +#banner img { + border: none; +} +#breadcrumbs { + padding: 3px 10px 3px 10px; +} +#leftColumn { + width: 170px; + float:left; + overflow: auto; +} +#bodyColumn { + margin-right: 1.5em; + margin-left: 197px; +} +#legend { + padding: 8px 0 8px 0; +} +#navcolumn { + padding: 8px 4px 0 8px; +} +#navcolumn h5 { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn ul { + margin: 0; + padding: 0; + font-size: small; +} +#navcolumn li { + list-style-type: none; + background-image: none; + background-repeat: no-repeat; + background-position: 0 0.4em; + padding-left: 16px; + list-style-position: outside; + line-height: 1.2em; + font-size: smaller; +} +#navcolumn li.expanded { + background-image: url(../images/expanded.gif); +} +#navcolumn li.collapsed { + background-image: url(../images/collapsed.gif); +} +#poweredBy { + text-align: center; +} +#navcolumn img { + margin-top: 10px; + margin-bottom: 3px; +} +#poweredBy img { + display:block; + margin: 20px 0 20px 17px; +} +#search img { + margin: 0px; + display: block; +} +#search #q, #search #btnG { + border: 1px solid #999; + margin-bottom:10px; +} +#search form { + margin: 0px; +} +#lastPublished { + font-size: x-small; +} +.navSection { + margin-bottom: 2px; + padding: 8px; +} +.navSectionHead { + font-weight: bold; + font-size: x-small; +} +.section { + padding: 4px; +} +#footer { + padding: 3px 10px 3px 10px; + font-size: x-small; +} +#breadcrumbs { + font-size: x-small; + margin: 0pt; +} +.source { + padding: 12px; + margin: 1em 7px 1em 7px; +} +.source pre { + margin: 0px; + padding: 0px; +} Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css Wed Jun 20 09:40:27 2012 @@ -0,0 +1,141 @@ +body { + padding: 0px 0px 10px 0px; +} +body, td, select, input, li{ + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; +} +code{ + font-family: Courier, monospace; + font-size: 13px; +} +a { + text-decoration: none; +} +a:link { + color:#36a; +} +a:visited { + color:#47a; +} +a:active, a:hover { + color:#69c; +} +#legend li.externalLink { + background: url(../images/external.png) left top no-repeat; + padding-left: 18px; +} +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { + background: url(../images/external.png) right center no-repeat; + padding-right: 18px; +} +#legend li.newWindow { + background: url(../images/newwindow.png) left top no-repeat; + padding-left: 18px; +} +a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover { + background: url(../images/newwindow.png) right center no-repeat; + padding-right: 18px; +} +h2 { + padding: 4px 4px 4px 6px; + border: 1px solid #999; + color: #900; + background-color: #ddd; + font-weight:900; + font-size: x-large; +} +h3 { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + color: #900; + background-color: #eee; + font-weight: normal; + font-size: large; +} +h4 { + padding: 4px 4px 4px 6px; + border: 1px solid #bbb; + color: #900; + background-color: #fff; + font-weight: normal; + font-size: large; +} +h5 { + padding: 4px 4px 4px 6px; + color: #900; + font-size: normal; +} +p { + line-height: 1.3em; + font-size: small; +} +#breadcrumbs { + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; + background-color: #ccc; +} +#leftColumn { + margin: 10px 0 0 5px; + border: 1px solid #999; + background-color: #eee; +} +#navcolumn h5 { + font-size: smaller; + border-bottom: 1px solid #aaaaaa; + padding-top: 2px; + color: #000; +} + +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; +} + +table.bodyTable th, table.bodyTable td { + font-size: 1em; +} + +table.bodyTable tr.a { + background-color: #ddd; +} + +table.bodyTable tr.b { + background-color: #eee; +} + +.source { + border: 1px solid #999; +} +dl { + padding: 4px 4px 4px 6px; + border: 1px solid #aaa; + background-color: #ffc; +} +dt { + color: #900; +} +#organizationLogo img, #projectLogo img, #projectLogo span{ + margin: 8px; +} +#banner { + border-bottom: 1px solid #fff; +} +.errormark, .warningmark, .donemark, .infomark { + background: url(../images/icon_error_sml.gif) no-repeat; +} + +.warningmark { + background-image: url(../images/icon_warning_sml.gif); +} + +.donemark { + background-image: url(../images/icon_success_sml.gif); +} + +.infomark { + background-image: url(../images/icon_info_sml.gif); +} + Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/print.css ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/print.css (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/print.css Wed Jun 20 09:40:27 2012 @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn { + display: none !important; +} +#bodyColumn, body.docs div.docs { + margin: 0 !important; + border: none !important +} Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/print.css ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/site.css ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/site.css (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/site.css Wed Jun 20 09:40:27 2012 @@ -0,0 +1,17 @@ +/* + 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. + +*/ Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/css/site.css ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/dependencies.html ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/dependencies.html (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/dependencies.html Wed Jun 20 09:40:27 2012 @@ -0,0 +1,187 @@ + + + + + + + Project Dependencies + + + + + + + + +
+ +
+
+
+

Project Dependencies

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupIdArtifactIdVersionTypeLicense
log4jlog4j1.2.14jarThe Apache Software License, Version 2.0

Project Transitive Dependencies

No transitive dependen cies are required for this project.

Project Dependency Graph

+

Dependency Tree

Licenses

Apache License, Version 2.0: Apache log4cxx

The Apache Software License, Version 2.0: Log4j

Dependency File Details

FilenameSiz eEntriesClassesPackagesJDK RevDebug
log4j-1.2.14.jar358.83 kB288256191.1debug
TotalSizeEntriesClassesPackagesJDK RevDebug
1358.83 kB288256191.11
test: 1test: 358.83 kBtest: 288test: 256test: 19-test: 1

Dependency Repository Locations

Repo IDURLReleaseSnapshot
centralhttp://repo1.maven.org/maven2Yes--

Repository locations for each of the Dependencies.

Artifactcentral
log4j:log4j:jar:1.2.14Found at http://repo1.maven.org/maven2
Totalcentral
1 (test: 1)1
+
+
+
+
+
+ + + Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/dependencies.html ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/download.html ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/download.html (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/download.html Wed Jun 20 09:40:27 2012 @@ -0,0 +1,171 @@ + + + + + + + Download Apache log4cxx 0.10.0 + + + + + + + + +
+ +
+
+
+

Download Apache log4cxx 0.10.0

Apache log 4cxx 0.10.0 is distributed under the Apache License, version 2.0.

The link in the Mirrors column should display a list of available mirrors with a default selection based on your inferred location. If you do not see that page, try a different browser. The checksum and signature are links to the originals on the main distribution server.

MirrorsChecksumSignature
Apache log4cxx 0.10.0 (tar.gz) apache-log4cxx-0.10.0.tar.gz apache-log4cxx-0. 10.0.tar.gz.md5 apache-log4cxx-0.10.0.tar.gz.asc
Apache log4cxx 0.10.0 (zip) apache-log4cxx-0.10.0.zip apache-log4cxx-0.10.0.zip.md5 apache-log4cxx-0.10.0.zip.asc

It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read Verifying Apa che HTTP Server Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% gpg --import KEYS
+% gpg --verify log4cxx-0.10.0.tar.gz.asc
  • log4cxx-0.10.0 is signed by Curt Arnold 2E114322

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions.

Previous Releases

All previous releases of Apache log4cxx can be found in the archive repository.

+
+
+
+
+
+ + + Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/download.html ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/faq.html ============================================================================== --- websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/faq.html (added) +++ websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/faq.html Wed Jun 20 09:40:27 2012 @@ -0,0 +1,219 @@ + + + + + + + Frequently Asked Technical Questions + + + + + + + + +
+ +
+
+
+
How do I add a custom level to Apache log4cxx?
+

This is a common topic for all the Apache logging frameworks and + typically motivated to try to categorize events by functionality or + audience. An common request is to add an AUDIT level so that the + user can configure AUDIT level messages to go to a specific appender. + However, the logger name was designed explicitly to support + routing of messages by topic or audience. The common + pattern of using classnames for logger names obscures the more + general capability of logger name to represent the topic or audience + of the logging request. The easiest approach to solve the underlying issue + is to use a logger names like "AUDIT.com.example.MyPackage.MyClass" + that allow all AUDIT messages to be routed to a particular appender. + If you attempted to use a level for that then you would lose + the ability to distinguish between different significances within + the audit messages. +

[top]


My application on Windows crashes on shutdown?
+

Apache log4cxx API calls use C++ Standard Template Library string + parameters. If the caller is using a different instance or type of the + C Runtime Library that log4cxx, then it is very likely that some memory + that was originally allocated by log4cxx would be freed by the caller. + If log4cxx and the caller are using different C RTL's, the program + will likely crash at the point. Use "Multithread DLL" with release + builds of log4cxx and "Multithread DLL Debug" with debug builds. +

[top]


Does Apache log4cxx support Unicode?
+

Yes. Apache log4cxx exposes API methods in multiple string flavors + const char*, std::string, wchar_t*, std::wstring, CFStringRef et al. + const char* and std::string are interpreted according to the + current locale settings. Applications should call setlocale(LC_ALL, "") + on startup or the C RTL will assume US-ASCII. + Before being processed internally, all these are converted to the + LogString type which is one of several supported Unicode representations + selected by the --with-logchar option. When using methods that take LogString arguments, + the LOG4CXX_STR() macro can be used to convert ASCII literals to + the current LogString type. FileAppenders support an encoding + property which should be explicitly specified to "UTF-8" or "UTF-16" + for XML files. +

[top]

+
+
+
+
+
+ + + Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/faq.html ------------------------------------------------------------------------------ svn:eol-style = native Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/add.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/add.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/close.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/close.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/collapsed.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/collapsed.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/expanded.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/expanded.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/external.png ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/external.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/fix.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/fix.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_error_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_error_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_help_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_help_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_info_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_info_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_success_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_success_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_warning_sml.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/icon_warning_sml.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/logos/build-by-maven-black.png ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/logos/build-by-maven-black.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/logos/build-by-maven-white.png ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/logos/build-by-maven-white.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/logos/maven-feather.png ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/logos/maven-feather.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/ls-logo.jpg ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/ls-logo.jpg ------------------------------------------------------------------------------ svn:mime-type = image/jpeg Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/newwindow.png ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/newwindow.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/od.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/od.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/remove.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/remove.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/rss.png ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/rss.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/update.gif ============================================================================== Binary file - no diff available. Propchange: websites/production/loggingtest/content/log4cxx/log4cxx-0.11.0-SNAPSHOT/images/update.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif