Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1167a72d7 -> 8f692cafe


Add XSD info for maven site configs.

  - Also added component names where one wasn't there.


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

Branch: refs/heads/master
Commit: 8f692cafe58bb3f76c5cbcd5fdc4ab6bd33e2e3b
Parents: 1167a72
Author: Matt Sicker <[email protected]>
Authored: Sat Aug 30 18:03:59 2014 -0500
Committer: Matt Sicker <[email protected]>
Committed: Sat Aug 30 18:03:59 2014 -0500

----------------------------------------------------------------------
 log4j-1.2-api/src/site/site.xml    | 5 ++++-
 log4j-api/src/site/site.xml        | 5 ++++-
 log4j-core/src/site/site.xml       | 5 ++++-
 log4j-flume-ng/src/site/site.xml   | 5 ++++-
 log4j-jcl/src/site/site.xml        | 5 ++++-
 log4j-jmx-gui/src/site/site.xml    | 5 ++++-
 log4j-nosql/src/site/site.xml      | 5 ++++-
 log4j-slf4j-impl/src/site/site.xml | 5 ++++-
 log4j-taglib/src/site/site.xml     | 5 ++++-
 log4j-to-slf4j/src/site/site.xml   | 5 ++++-
 log4j-web/src/site/site.xml        | 5 ++++-
 11 files changed, 44 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-1.2-api/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-1.2-api/src/site/site.xml b/log4j-1.2-api/src/site/site.xml
index 1bb90e1..b27991c 100644
--- a/log4j-1.2-api/src/site/site.xml
+++ b/log4j-1.2-api/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="Log4j 1.x Adaptor"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-api/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-api/src/site/site.xml b/log4j-api/src/site/site.xml
index 1bb90e1..e0a45af 100644
--- a/log4j-api/src/site/site.xml
+++ b/log4j-api/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="Log4j API"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-core/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-core/src/site/site.xml b/log4j-core/src/site/site.xml
index 1bb90e1..6d4cddc 100644
--- a/log4j-core/src/site/site.xml
+++ b/log4j-core/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="Log4j Core"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-flume-ng/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-flume-ng/src/site/site.xml b/log4j-flume-ng/src/site/site.xml
index 35055d4..2540792 100644
--- a/log4j-flume-ng/src/site/site.xml
+++ b/log4j-flume-ng/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Flume NG Appender">
+<project name="Log4j Flume NG Appender"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-jcl/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-jcl/src/site/site.xml b/log4j-jcl/src/site/site.xml
index 1bb90e1..e86b9a5 100644
--- a/log4j-jcl/src/site/site.xml
+++ b/log4j-jcl/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="Log4j Commons Logging Adaptor"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-jmx-gui/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-jmx-gui/src/site/site.xml b/log4j-jmx-gui/src/site/site.xml
index 1bb90e1..9c69fef 100644
--- a/log4j-jmx-gui/src/site/site.xml
+++ b/log4j-jmx-gui/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="Log4j JMX JConsole GUI"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-nosql/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-nosql/src/site/site.xml b/log4j-nosql/src/site/site.xml
index 35055d4..bc6efc3 100644
--- a/log4j-nosql/src/site/site.xml
+++ b/log4j-nosql/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Flume NG Appender">
+<project name="Log4j NoSQL Appenders"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-slf4j-impl/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-slf4j-impl/src/site/site.xml 
b/log4j-slf4j-impl/src/site/site.xml
index 1bb90e1..a1f9106 100644
--- a/log4j-slf4j-impl/src/site/site.xml
+++ b/log4j-slf4j-impl/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Component">
+<project name="SLF4J Binding Using Log4j"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-taglib/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-taglib/src/site/site.xml b/log4j-taglib/src/site/site.xml
index 55b5f81..9ca359b 100644
--- a/log4j-taglib/src/site/site.xml
+++ b/log4j-taglib/src/site/site.xml
@@ -16,7 +16,10 @@
  limitations under the License.
 
 -->
-<project name="Log4j Tag Library">
+<project name="Log4j Tag Library"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <bannerLeft>
     <name>Logging Services</name>
     <src>../images/ls-logo.jpg</src>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-to-slf4j/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-to-slf4j/src/site/site.xml b/log4j-to-slf4j/src/site/site.xml
index 08ca886..0f2364e 100644
--- a/log4j-to-slf4j/src/site/site.xml
+++ b/log4j-to-slf4j/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Log4jToSLF4J">
+<project name="Log4j Provider Using SLF4J"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8f692caf/log4j-web/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-web/src/site/site.xml b/log4j-web/src/site/site.xml
index 35055d4..0f3fd0f 100644
--- a/log4j-web/src/site/site.xml
+++ b/log4j-web/src/site/site.xml
@@ -15,7 +15,10 @@
  limitations under the License.
 
 -->
-<project name="Flume NG Appender">
+<project name="Log4j Web Support"
+         xmlns="http://maven.apache.org/DECORATION/1.4.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <links>
       <item name="Apache" href="http://www.apache.org/"; />

Reply via email to