Repository: logging-log4j2 Updated Branches: refs/heads/master 7190bcdc5 -> 24de5064d
Consistent POM descriptions. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/24de5064 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/24de5064 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/24de5064 Branch: refs/heads/master Commit: 24de5064d9c96a607526d546e4738aca5b5d0fde Parents: 7190bcd Author: Gary Gregory <[email protected]> Authored: Mon Sep 29 09:20:50 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Mon Sep 29 09:20:50 2014 -0400 ---------------------------------------------------------------------- log4j-1.2-api/pom.xml | 2 +- log4j-api/pom.xml | 2 +- log4j-core/pom.xml | 2 +- log4j-distribution/pom.xml | 2 +- log4j-flume-ng/pom.xml | 2 +- log4j-iostreams/pom.xml | 2 +- log4j-jcl/pom.xml | 2 +- log4j-jmx-gui/pom.xml | 2 +- log4j-jul/pom.xml | 2 +- log4j-nosql/pom.xml | 2 +- log4j-perf/pom.xml | 2 +- log4j-slf4j-impl/pom.xml | 2 +- log4j-taglib/pom.xml | 2 +- log4j-to-slf4j/pom.xml | 2 +- log4j-web/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-1.2-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index 6292aa0..dfe5ff9 100644 --- a/log4j-1.2-api/pom.xml +++ b/log4j-1.2-api/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-1.2-api</artifactId> <packaging>bundle</packaging> <name>Apache Log4j 1.x Compatibility API</name> - <description>The Log4j 1.x Compatibility API</description> + <description>The Apache Log4j 1.x Compatibility API</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>Log4j 1.2 Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 1121623..f394d7b 100644 --- a/log4j-api/pom.xml +++ b/log4j-api/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-api</artifactId> <packaging>jar</packaging> <name>Apache Log4j API</name> - <description>The Log4j API</description> + <description>The Apache Log4j API</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>API Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index 88cfffd..d8b064d 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -27,7 +27,7 @@ <artifactId>log4j-core</artifactId> <packaging>jar</packaging> <name>Apache Log4j Core</name> - <description>The Log4j Implementation</description> + <description>The Apache Log4j Implementation</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>Core Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index b9b1cb4..d41c9c0 100644 --- a/log4j-distribution/pom.xml +++ b/log4j-distribution/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-distribution</artifactId> <packaging>pom</packaging> <name>Log4j Distribution</name> - <description>Log4j - Distribution archives.</description> + <description>The Apache Log4j distribution archives.</description> <dependencies> <dependency> <groupId>org.apache.logging.log4j</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-flume-ng/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index 7b53d37..5af4ff7 100644 --- a/log4j-flume-ng/pom.xml +++ b/log4j-flume-ng/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-flume-ng</artifactId> <packaging>jar</packaging> <name>Apache Log4j Flume Bridge</name> - <description>Log4j 2.0 Flume Appender</description> + <description>The Apache Log4j Flume Appender</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>Flume Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-iostreams/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index 2fd48c1..5e3d6e2 100644 --- a/log4j-iostreams/pom.xml +++ b/log4j-iostreams/pom.xml @@ -27,7 +27,7 @@ <version>2.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache Log4j Streaming Interface</name> - <description>Provides the ability to convert streams into log statements</description> + <description>The Apache Log4j streams to log event converters</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>Streaming Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-jcl/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index 57476a3..23dd4de 100644 --- a/log4j-jcl/pom.xml +++ b/log4j-jcl/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-jcl</artifactId> <packaging>jar</packaging> <name>Apache Log4j Commons Logging Bridge</name> - <description>Log4j 2.0 Commons Logging Adapter</description> + <description>The Apache Log4j Commons Logging Adapter</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>JCL Bridge Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-jmx-gui/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index ad52702..5caedce 100644 --- a/log4j-jmx-gui/pom.xml +++ b/log4j-jmx-gui/pom.xml @@ -27,7 +27,7 @@ <packaging>jar</packaging> <name>Apache Log4j JMX GUI</name> <description> - Swing-based client for remotely editing the log4j configuration and remotely monitoring StatusLogger output. + The Apache Log4j Swing-based client for remotely editing the log4j configuration and remotely monitoring StatusLogger output. Includes a JConsole plug-in. </description> <properties> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-jul/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index c2516bd..c08d56e 100644 --- a/log4j-jul/pom.xml +++ b/log4j-jul/pom.xml @@ -28,7 +28,7 @@ <artifactId>log4j-jul</artifactId> <name>Apache Log4j JUL Adaptor</name> - <description>Log4j implementation of java.util.logging</description> + <description>The Apache Log4j implementation of java.util.logging</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-nosql/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml index dab695f..f6d8014 100644 --- a/log4j-nosql/pom.xml +++ b/log4j-nosql/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-nosql</artifactId> <name>Apache Log4j NoSQL</name> - <description>Use NoSQL databases such as MongoDB and CouchDB to append log messages.</description> + <description>The Apache Log4j NoSQL appenders to databases such as MongoDB and CouchDB</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>NoSQL Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-perf/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index 7131b5d..0ffe8d7 100644 --- a/log4j-perf/pom.xml +++ b/log4j-perf/pom.xml @@ -28,7 +28,7 @@ <artifactId>log4j-perf</artifactId> <packaging>jar</packaging> <name>Apache Log4J Performance Tests</name> - <description>Log4j 2.0 Various performance tests</description> + <description>The Apache Log4j development-time performance tests</description> <prerequisites> <maven>3.0</maven> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-slf4j-impl/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index 44534db..01f3c4f 100644 --- a/log4j-slf4j-impl/pom.xml +++ b/log4j-slf4j-impl/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-slf4j-impl</artifactId> <packaging>jar</packaging> <name>Apache Log4j SLF4J Binding</name> - <description>SLF4J API binding to Log4j 2 Core</description> + <description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>SLF4J Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-taglib/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index 54db02b..3feb538 100644 --- a/log4j-taglib/pom.xml +++ b/log4j-taglib/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-taglib</artifactId> <packaging>jar</packaging> <name>Apache Log4j Tag Library</name> - <description>Apache Log4j Tag Library for Web Applications</description> + <description>The Apache Log4j Tag Library for Web Applications</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>Log4j Tag Library Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-to-slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index 128a6d8..d4432a5 100644 --- a/log4j-to-slf4j/pom.xml +++ b/log4j-to-slf4j/pom.xml @@ -26,7 +26,7 @@ <artifactId>log4j-to-slf4j</artifactId> <packaging>jar</packaging> <name>Apache Log4j to SLF4J Adapter</name> - <description>Binding between LOG4J 2 API and SLF4J</description> + <description>The Apache Log4j binding between the Log4j 2 API and SLF4J</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir> <docLabel>SLF4J Documentation</docLabel> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/24de5064/log4j-web/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml index 4e32c5d..be1fdbe 100644 --- a/log4j-web/pom.xml +++ b/log4j-web/pom.xml @@ -27,7 +27,7 @@ <artifactId>log4j-web</artifactId> <packaging>jar</packaging> <name>Apache Log4j Web</name> - <description>Support for Log4j in a web servlet container</description> + <description>The Apache Log4j support for web servlet containers</description> <properties> <log4jParentDir>${basedir}/..</log4jParentDir>
