You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/23 16:21:34 UTC

svn commit: r1560715 [3/5] - in /incubator/log4cxx/site: ./ publish/ publish/log4cxx-0.11.0-SNAPSHOT/ publish/log4cxx-0.11.0-SNAPSHOT/building/ publish/log4cxx-0.11.0-SNAPSHOT/css/ publish/log4cxx-0.11.0-SNAPSHOT/images/ publish/log4cxx-0.11.0-SNAPSHOT...

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css?rev=1560715&view=auto
==============================================================================
--- incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css (added)
+++ incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-base.css Thu Jan 23 15:21:33 2014
@@ -0,0 +1,168 @@
+/*
+ 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.
+
+*/
+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;
+}
+#navcolumn img.imageLink, .imageLink{
+  padding-left: 0px;
+  padding-bottom: 0px;
+  padding-top: 0px;
+  padding-right: 2px;
+  border: 0px;
+  margin: 0px;
+}

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css?rev=1560715&view=auto
==============================================================================
--- incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css (added)
+++ incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/maven-theme.css Thu Jan 23 15:21:33 2014
@@ -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);
+}
+

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/site.css
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/site.css?rev=1560715&view=auto
==============================================================================
--- incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/site.css (added)
+++ incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/css/site.css Thu Jan 23 15:21:33 2014
@@ -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.
+
+*/

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/dependencies.html?rev=1560715&view=auto
==============================================================================
--- incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/dependencies.html (added)
+++ incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/dependencies.html Thu Jan 23 15:21:33 2014
@@ -0,0 +1,187 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ 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.
+
+-->
+<!-- Generated by Apache Maven Doxia at Jul 7, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Project Dependencies</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120707" />
+    <meta http-equiv="Content-Language" content="en" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="http://logging.apache.org/" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Logging Services" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-07-07</span>
+                  &nbsp;| <span id="projectVersion">Version: 0.11.0-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+                &gt;
+                              <a href="http://logging.apache.org/" class="externalLink" title="Logging Services">Logging Services</a>
+                &gt;
+                              <a href="./" title="log4cxx">log4cxx</a>
+                          </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Get Apache log4cxx</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="download.html" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="changes-report.html" title="Changes">Changes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>About Apache log4cxx</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="What is log4cxx?">What is log4cxx?</a>
+            </li>
+                  <li class="none">
+                          <a href="apidocs/index.html" title="API Documentation">API Documentation</a>
+            </li>
+                  <li class="none">
+                          <a href="faq.html" title="FAQ">FAQ</a>
+            </li>
+          </ul>
+                       <h5>Community</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/logging-log4cxx" class="externalLink" title="Wiki">Wiki</a>
+            </li>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="source-repository.html" title="Repository">Repository</a>
+            </li>
+                                                                                                                                      <li class="expanded">
+                          <a href="#" title="Building">Building</a>
+                    <ul>
+                      <li class="none">
+                          <a href="building/autotools.html" title="autotools">autotools</a>
+            </li>
+                      <li class="none">
+                          <a href="building/ant.html" title="Apache Ant">Apache Ant</a>
+            </li>
+                      <li class="none">
+                          <a href="building/maven.html" title="Apache Maven 2">Apache Maven 2</a>
+            </li>
+                      <li class="none">
+                          <a href="building/vstudio.html" title="Microsoft Visual Studio">Microsoft Visual Studio</a>
+            </li>
+                      <li class="none">
+                          <a href="building/xcode.html" title="Apple Xcode">Apple Xcode</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <a name="Project_Dependencies"></a><div class="section"><h2>Project Dependencies<a name="Project_Dependencies"></a></h2><a name="Project_Dependencies_test"></a><div class="section"><h3>test<a name="test"></a></h3><p>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:</p><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th><th>Type</th><th>License</th></tr><tr class="b"><td>log4j</td><td><a class="externalLink" href="http://logging.apache.org/log4j/docs/">log4j</a></td><td>1.2.14</td><td>jar</td><td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a><div class="section"><h2>Project Transitive Dependencies<a name="Project_Transitive_Dependencies"></a></h2><p>No transitive dependencies are
  required for this project.</p></div><a name="Project_Dependency_Graph"></a><div class="section"><h2>Project Dependency Graph<a name="Project_Dependency_Graph"></a></h2><script language="javascript" type="text/javascript">
+      function toggleDependencyDetail( divId, imgId )
+      {
+        var div = document.getElementById( divId );
+        var img = document.getElementById( imgId );
+        if( div.style.display == '' )
+        {
+          div.style.display = 'none';
+          img.src='./images/icon_info_sml.gif';
+        }
+        else
+        {
+          div.style.display = '';
+          img.src='./images/close.gif';
+        }
+      }
+</script>
+<a name="Dependency_Tree"></a><div class="section"><h3>Dependency Tree<a name="Dependency_Tree"></a></h3><ul><li>log4cxx:apache-log4cxx:pom:0.11.0-SNAPSHOT <img id="_1739166386" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_380862283', '_1739166386' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_380862283" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Apache log4cxx</th></tr><tr class="b"><td><p><b>Description: </b>Logging framework for C++.</p><p><b>URL: </b><a class="externalLink" href="http://logging.apache.org:80/log4cxx">http://logging.apache.org:80/log4cxx</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div><ul><li>log4j:log4j:jar:1.2.14 (test) <img id="_1508486055" src="./images/icon_info_sml.gif" alt="Information" onclick="toggleDependencyDetail( '_2055271528', '_15
 08486055' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_2055271528" style="display:none"><table border="0" class="bodyTable"><tr class="a"><th>Log4j</th></tr><tr class="b"><td><p><b>Description: </b>Log4j</p><p><b>URL: </b><a class="externalLink" href="http://logging.apache.org/log4j/docs/">http://logging.apache.org/log4j/docs/</a></p><p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a><div class="section"><h2>Licenses<a name="Licenses"></a></h2><p><b>Apache License, Version 2.0: </b>Apache log4cxx</p><p><b>The Apache Software License, Version 2.0: </b>Log4j</p></div><a name="Dependency_File_Details"></a><div class="section"><h2>Dependency File Details<a name="Dependency_File_Details"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Filename</th><th>Size</th><th>Entr
 ies</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>log4j-1.2.14.jar</td><td>358.83 kB</td><td>288</td><td>256</td><td>19</td><td>1.1</td><td>debug</td></tr><tr class="a"><th>Total</th><th>Size</th><th>Entries</th><th>Classes</th><th>Packages</th><th>JDK Rev</th><th>Debug</th></tr><tr class="b"><td>1</td><td>358.83 kB</td><td>288</td><td>256</td><td>19</td><td>1.1</td><td>1</td></tr><tr class="a"><td>test: 1</td><td>test: 358.83 kB</td><td>test: 288</td><td>test: 256</td><td>test: 19</td><td>-</td><td>test: 1</td></tr></table></div><a name="Dependency_Repository_Locations"></a><div class="section"><h2>Dependency Repository Locations<a name="Dependency_Repository_Locations"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Repo ID</th><th>URL</th><th>Release</th><th>Snapshot</th></tr><tr class="b"><td>central</td><td><a class="externalLink" href="http://repo1.maven.org/maven2">http://repo1.maven.org/maven2</a></td><td>Yes</td><td
 >-</td><td>-</td></tr></table><p>Repository locations for each of the Dependencies.</p><table border="0" class="bodyTable"><tr class="a"><th>Artifact</th><th>central</th></tr><tr class="b"><td>log4j:log4j:jar:1.2.14</td><td><a class="externalLink" href="http://repo1.maven.org/maven2/log4j/log4j/1.2.14/log4j-1.2.14.jar"><img alt="Found at http://repo1.maven.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr><tr class="a"><th>Total</th><th>central</th></tr><tr class="b"><td>1 (test: 1)</td><td>1</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xleft">Copyright &#169;                    2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div>
+      <div class="xleft">Apache log4cxx, Apache, the Apache feather logo,
+   the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/download.html
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/download.html?rev=1560715&view=auto
==============================================================================
--- incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/download.html (added)
+++ incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/download.html Thu Jan 23 15:21:33 2014
@@ -0,0 +1,171 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ 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.
+
+-->
+<!-- Generated by Apache Maven Doxia at Jul 7, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Download Apache log4cxx 0.10.0</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120707" />
+    <meta http-equiv="Content-Language" content="en" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="http://logging.apache.org/" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Logging Services" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-07-07</span>
+                  &nbsp;| <span id="projectVersion">Version: 0.11.0-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+                &gt;
+                              <a href="http://logging.apache.org/" class="externalLink" title="Logging Services">Logging Services</a>
+                &gt;
+                              <a href="./" title="log4cxx">log4cxx</a>
+                          </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Get Apache log4cxx</h5>
+                  <ul>
+                  <li class="none">
+            <strong>Download</strong>
+          </li>
+                  <li class="none">
+                          <a href="changes-report.html" title="Changes">Changes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>About Apache log4cxx</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="What is log4cxx?">What is log4cxx?</a>
+            </li>
+                  <li class="none">
+                          <a href="apidocs/index.html" title="API Documentation">API Documentation</a>
+            </li>
+                  <li class="none">
+                          <a href="faq.html" title="FAQ">FAQ</a>
+            </li>
+          </ul>
+                       <h5>Community</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/logging-log4cxx" class="externalLink" title="Wiki">Wiki</a>
+            </li>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="source-repository.html" title="Repository">Repository</a>
+            </li>
+                                                                                                                                      <li class="expanded">
+                          <a href="#" title="Building">Building</a>
+                    <ul>
+                      <li class="none">
+                          <a href="building/autotools.html" title="autotools">autotools</a>
+            </li>
+                      <li class="none">
+                          <a href="building/ant.html" title="Apache Ant">Apache Ant</a>
+            </li>
+                      <li class="none">
+                          <a href="building/maven.html" title="Apache Maven 2">Apache Maven 2</a>
+            </li>
+                      <li class="none">
+                          <a href="building/vstudio.html" title="Microsoft Visual Studio">Microsoft Visual Studio</a>
+            </li>
+                      <li class="none">
+                          <a href="building/xcode.html" title="Apple Xcode">Apple Xcode</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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. --><div class="section"><h2>Download Apache log4cxx 0.10.0<a name="Download_Apache_log4cxx_0.10.0"></a></h2><p>Apache log4cxx 0.1
 0.0 is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.html"> Apache License, version 2.0</a>.</p><p>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.</p><table border="1" class="bodyTable"><tr class="a"><td align="left"></td><td align="left">Mirrors</td><td align="left">Checksum</td><td align="left">Signature</td></tr><tr class="b"><td align="left">Apache log4cxx 0.10.0 (tar.gz)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz"> apache-log4cxx-0.10.0.tar.gz</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.md5"> apache-log4cxx-0.10.0.tar.gz.md5<
 /a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.asc"> apache-log4cxx-0.10.0.tar.gz.asc</a></td></tr><tr class="a"><td align="left">Apache log4cxx 0.10.0 (zip)</td><td align="left"><a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip"> apache-log4cxx-0.10.0.zip</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5"> apache-log4cxx-0.10.0.zip.md5</a></td><td align="left"><a class="externalLink" href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc"> apache-log4cxx-0.10.0.zip.asc</a></td></tr></table><p>It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read <a class="externalLink" href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP Server Releases
 </a> for more information on why you should verify our releases.</p><p>The PGP signatures can be verified using PGP or GPG. First download the <a class="externalLink" href="http://www.apache.org/dist/logging/KEYS">KEYS</a> as well as the asc signature file for the relevant distribution. Make sure you get these files from the <a class="externalLink" href="http://www.apache.org/dist/logging/">main distribution directory</a>, rather than from a mirror. Then verify the signatures using</p><div><pre>% gpg --import KEYS
+% gpg --verify log4cxx-0.10.0.tar.gz.asc</pre></div><ul><li>log4cxx-0.10.0 is signed by Curt Arnold 2E114322</li></ul><p>Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions.</p><div class="section"><h3>Previous Releases<a name="Previous_Releases"></a></h3><p>All previous releases of Apache log4cxx can be found in the <a class="externalLink" href="http://archive.apache.org/dist/logging/log4cxx">archive repository</a>.</p></div></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xleft">Copyright &#169;                    2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div>
+      <div class="xleft">Apache log4cxx, Apache, the Apache feather logo,
+   the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/faq.html
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/faq.html?rev=1560715&view=auto
==============================================================================
--- incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/faq.html (added)
+++ incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/faq.html Thu Jan 23 15:21:33 2014
@@ -0,0 +1,219 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ 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.
+
+-->
+<!-- Generated by Apache Maven Doxia at Jul 7, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <title>Frequently Asked Technical Questions</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20120707" />
+    <meta http-equiv="Content-Language" content="en" />
+      </head>
+  <body class="composite">
+    <div id="banner">
+                  <a href="http://logging.apache.org/" id="bannerLeft">
+                                                <img src="images/ls-logo.jpg" alt="Logging Services" />
+                </a>
+                    <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+        
+                <div class="xleft">
+        <span id="publishDate">Last Published: 2012-07-07</span>
+                  &nbsp;| <span id="projectVersion">Version: 0.11.0-SNAPSHOT</span>
+                          |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
+                &gt;
+                              <a href="http://logging.apache.org/" class="externalLink" title="Logging Services">Logging Services</a>
+                &gt;
+                              <a href="./" title="log4cxx">log4cxx</a>
+                          </div>
+            <div class="xright">        
+        
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+        
+                                <h5>Get Apache log4cxx</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="download.html" title="Download">Download</a>
+            </li>
+                  <li class="none">
+                          <a href="changes-report.html" title="Changes">Changes</a>
+            </li>
+                  <li class="none">
+                          <a href="license.html" title="License">License</a>
+            </li>
+          </ul>
+                       <h5>About Apache log4cxx</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="index.html" title="What is log4cxx?">What is log4cxx?</a>
+            </li>
+                  <li class="none">
+                          <a href="apidocs/index.html" title="API Documentation">API Documentation</a>
+            </li>
+                  <li class="none">
+            <strong>FAQ</strong>
+          </li>
+          </ul>
+                       <h5>Community</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a>
+            </li>
+                  <li class="none">
+                          <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
+            </li>
+                  <li class="none">
+                          <a href="http://wiki.apache.org/logging-log4cxx" class="externalLink" title="Wiki">Wiki</a>
+            </li>
+          </ul>
+                       <h5>Development</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="source-repository.html" title="Repository">Repository</a>
+            </li>
+                                                                                                                                      <li class="expanded">
+                          <a href="#" title="Building">Building</a>
+                    <ul>
+                      <li class="none">
+                          <a href="building/autotools.html" title="autotools">autotools</a>
+            </li>
+                      <li class="none">
+                          <a href="building/ant.html" title="Apache Ant">Apache Ant</a>
+            </li>
+                      <li class="none">
+                          <a href="building/maven.html" title="Apache Maven 2">Apache Maven 2</a>
+            </li>
+                      <li class="none">
+                          <a href="building/vstudio.html" title="Microsoft Visual Studio">Microsoft Visual Studio</a>
+            </li>
+                      <li class="none">
+                          <a href="building/xcode.html" title="Apple Xcode">Apple Xcode</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                       <h5>Apache</h5>
+                  <ul>
+                  <li class="none">
+                          <a href="http://www.apache.org" class="externalLink" title="Home">Home</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship">Sponsorship</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">Thanks</a>
+            </li>
+                  <li class="none">
+                          <a href="http://www.apachecon.com" class="externalLink" title="Conferences">Conferences</a>
+            </li>
+          </ul>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                   
+        
+            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <!-- 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. --><div class="section"><h2><a name="top">Frequently Asked Technical Questions</a><a name="Frequently_Asked_Technical_Questions"></a></h2><ol style="list-style-type: decimal"><li><a href="#custom_levels">How do I add a custom level to Apache log4cxx?</a></li><li><a href="#msvc_crash">My application on Windows crashes on shutdown?</a></li><li><a href="#unicode">Does Apache log4cxx support Unicode?</a></li></ol></div><dl><dt><a name="custom_levels">How do I add a custom level to Apache log4cxx?</a></dt><dd>
+      <p>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 &quot;AUDIT.com.example.MyPackage.MyClass&quot;
+      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.
+     </p><p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="msvc_crash">My application on Windows crashes on shutdown?</a></dt><dd>
+      <p>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 &quot;Multithread DLL&quot; with release
+      builds of log4cxx and &quot;Multithread DLL Debug&quot; with debug builds.
+     </p><p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="unicode">Does Apache log4cxx support Unicode?</a></dt><dd>
+      <p>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, &quot;&quot;)
+      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 &quot;UTF-8&quot; or &quot;UTF-16&quot;
+      for XML files.
+     </p><p align="right"><a href="#top">[top]</a></p></dd></dl>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xleft">Copyright &#169;                    2012
+                        <a href="http://www.apache.org">Apache Software Foundation</a>.
+                  
+        
+       Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Software License, Version 2.0</a>.</div>
+      <div class="xleft">Apache log4cxx, Apache, the Apache feather logo,
+   the Apache Logging Services project logo and the Built by Maven logo are trademarks of The Apache Software Foundation.</div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/add.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/add.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/close.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/close.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/close.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/external.png
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/external.png?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/fix.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/fix.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_error_sml.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_help_sml.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_help_sml.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_help_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_info_sml.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_success_sml.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_warning_sml.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/logos/ls-logo.jpg
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/logos/ls-logo.jpg?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/logos/ls-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/logos/maven-feather.png
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/logos/maven-feather.png?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/logos/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/ls-logo.jpg
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/ls-logo.jpg?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/ls-logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/newwindow.png
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/newwindow.png?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/od.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/od.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/od.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/remove.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/remove.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/remove.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/rss.png
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/rss.png?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/rss.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/update.gif
URL: http://svn.apache.org/viewvc/incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/update.gif?rev=1560715&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/log4cxx/site/publish/log4cxx-0.11.0-SNAPSHOT/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream