Repository: logging-log4j2
Updated Branches:
  refs/heads/master a280611c9 -> 2c9a94ce2


Side-nav menu title "Extending Log4j Configuration" should be
"Programmatic Log4j Configuration".

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2c9a94ce
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2c9a94ce
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2c9a94ce

Branch: refs/heads/master
Commit: 2c9a94ce27698545a3304c4ab108eee1337659db
Parents: a280611
Author: ggregory <[email protected]>
Authored: Mon Sep 21 14:12:18 2015 -0700
Committer: ggregory <[email protected]>
Committed: Mon Sep 21 14:12:18 2015 -0700

----------------------------------------------------------------------
 src/site/pdf.xml  | 114 ++++++++++++++++++++++++-------------------------
 src/site/site.xml |   2 +-
 2 files changed, 58 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2c9a94ce/src/site/pdf.xml
----------------------------------------------------------------------
diff --git a/src/site/pdf.xml b/src/site/pdf.xml
index 860019b..080916c 100644
--- a/src/site/pdf.xml
+++ b/src/site/pdf.xml
@@ -1,58 +1,58 @@
-<?xml version="1.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.
-
--->
-<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1";
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 
http://maven.apache.org/xsd/document-1.0.1.xsd";
-          outputName="log4j-users-guide">
-
-  <meta>
-    <title>Apache Log4j 2</title>
-    <author>The Apache Logging Project</author>
-  </meta>
-
-  <toc name="Table of Contents">
-    <item name="Introduction" ref="/manual/index.xml"/>
-    <item name="Architecture" ref="/manual/architecture.xml"/>
-    <item name="Log4j 1.x Migration" ref="manual/migration.xml"/>
-    <item name="API" ref="/manual/api.xml"/>
-    <item name="Configuration" ref="/manual/configuration.xml.vm"/>
-    <item name="Web Applications and JSPs" ref="/manual/webapp.xml"/>
-    <item name="Plugins" ref="/manual/plugins.xml"/>
-    <item name="Lookups" ref="/manual/lookups.xml"/>
-    <item name="Appenders" ref="/manual/appenders.xml"/>
-    <item name="Layouts" ref="/manual/layouts.xml.vm"/>
-    <item name="Filters" ref="/manual/filters.xml"/>
-    <item name="Async Loggers" ref="/manual/async.xml" />
-    <item name="JMX" ref="/manual/jmx.xml.vm"/>
-    <item name="Logging Separation" ref="/manual/logsep.xml"/>
-    <item name="Extending Log4j" ref="/manual/extending.xml"/>
-    <item name="Extending Log4j Configuration" ref="/manual/customconfig.xml"/>
-    <item name="Custom Log Levels" ref="/manual/customloglevels.xml.vm" />
-  </toc>
-
-  <cover>
-    <coverTitle>${project.name}</coverTitle>
-    <coverSubTitle>v. ${project.version}</coverSubTitle>
-    <coverType>User's Guide</coverType>
-    <projectName>${project.name}</projectName>
-    
<projectLogo>http://logging.apache.org/log4j/2.x/images/logo.jpg</projectLogo>
-    <companyName>The Apache Software Foundation</companyName>
-    <companyLogo>http://www.apache.org/images/asf_logo_wide.png</companyLogo>
-  </cover>
+<?xml version="1.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.
+
+-->
+<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1";
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 
http://maven.apache.org/xsd/document-1.0.1.xsd";
+          outputName="log4j-users-guide">
+
+  <meta>
+    <title>Apache Log4j 2</title>
+    <author>The Apache Logging Project</author>
+  </meta>
+
+  <toc name="Table of Contents">
+    <item name="Introduction" ref="/manual/index.xml"/>
+    <item name="Architecture" ref="/manual/architecture.xml"/>
+    <item name="Log4j 1.x Migration" ref="manual/migration.xml"/>
+    <item name="API" ref="/manual/api.xml"/>
+    <item name="Configuration" ref="/manual/configuration.xml.vm"/>
+    <item name="Web Applications and JSPs" ref="/manual/webapp.xml"/>
+    <item name="Plugins" ref="/manual/plugins.xml"/>
+    <item name="Lookups" ref="/manual/lookups.xml"/>
+    <item name="Appenders" ref="/manual/appenders.xml"/>
+    <item name="Layouts" ref="/manual/layouts.xml.vm"/>
+    <item name="Filters" ref="/manual/filters.xml"/>
+    <item name="Async Loggers" ref="/manual/async.xml" />
+    <item name="JMX" ref="/manual/jmx.xml.vm"/>
+    <item name="Logging Separation" ref="/manual/logsep.xml"/>
+    <item name="Extending Log4j" ref="/manual/extending.xml"/>
+    <item name="Programmatic Log4j Configuration" 
ref="/manual/customconfig.xml"/>
+    <item name="Custom Log Levels" ref="/manual/customloglevels.xml.vm" />
+  </toc>
+
+  <cover>
+    <coverTitle>${project.name}</coverTitle>
+    <coverSubTitle>v. ${project.version}</coverSubTitle>
+    <coverType>User's Guide</coverType>
+    <projectName>${project.name}</projectName>
+    
<projectLogo>http://logging.apache.org/log4j/2.x/images/logo.jpg</projectLogo>
+    <companyName>The Apache Software Foundation</companyName>
+    <companyLogo>http://www.apache.org/images/asf_logo_wide.png</companyLogo>
+  </cover>
 </document>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2c9a94ce/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index aa96ff4..b685839 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -184,7 +184,7 @@
         <item name="Custom Plugins" 
href="/manual/extending.html#Custom_Plugins"/>
       </item>
 
-      <item name="Extending Log4j Configuration" 
href="/manual/customconfig.html" collapse="true">
+      <item name="Programmatic Log4j Configuration" 
href="/manual/customconfig.html" collapse="true">
         <item name="ConfigurationBuilder API" 
href="/manual/customconfig.html#ConfigurationBuilder"/>
         <item name="Understanding ConfigurationFactory" 
href="/manual/customconfig.html#ConfigurationFactory"/>
         <item name="Example" href="/manual/customconfig.html#Example"/>

Reply via email to