You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2015/04/06 02:24:50 UTC

[1/2] logging-log4j2 git commit: Fork individual unit tests in log4j-jul. Add content to mailing lists intro

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 13d1d78b5 -> b76a9b2de


Fork individual unit tests in log4j-jul. Add content to mailing lists intro


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

Branch: refs/heads/master
Commit: e79279c5e6cb0fb0fdc4d29b5c55dacbf3877230
Parents: 4f93619
Author: Ralph Goers <rg...@nextiva.com>
Authored: Sun Apr 5 17:24:09 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Sun Apr 5 17:24:09 2015 -0700

----------------------------------------------------------------------
 log4j-jul/pom.xml                              |  17 +
 pom.xml                                        |   3 +-
 src/site/custom/project-info-report.properties | 333 ++++++++++++++++++++
 3 files changed, 352 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e79279c5/log4j-jul/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index 2a2e028..fc251de 100644
--- a/log4j-jul/pom.xml
+++ b/log4j-jul/pom.xml
@@ -87,6 +87,23 @@
           </instructions>
         </configuration>
       </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <version>${surefire.plugin.version}</version>
+            <configuration>
+                <systemPropertyVariables>
+                    <java.awt.headless>true</java.awt.headless>
+                </systemPropertyVariables>
+                <argLine>-Xms256m -Xmx1024m</argLine>
+                <forkCount>1</forkCount>
+                <reuseForks>false</reuseForks>
+                <excludes>
+                    <exclude>${log4j.skip.test1}</exclude>
+                    <exclude>${log4j.skip.test2}</exclude>
+                </excludes>
+            </configuration>
+        </plugin>
     </plugins>
   </build>
   <reporting>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e79279c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e6b3b0..5d77d8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -905,7 +905,7 @@
         <artifactId>maven-site-plugin</artifactId>
         <!-- Do not upgrade to versions 3.1, 3.2 or 3.3. 3.2 & 3.3 cause a NullPointerException in site:stage-deploy
         and the site is broken in all of them. See http://jira.codehaus.org/browse/MSITE-695 -->
-        <version>3.0</version>
+        <version>3.4</version>
         <dependencies>
           <dependency>
             <groupId>org.apache.maven.wagon</groupId>
@@ -1048,6 +1048,7 @@
         </reportSets>
         <configuration>
           <!-- you'd think these would be the defaults, right? -->
+            <customBundle>${project.basedir}/src/site/custom/project-info-report.properties</customBundle>
           <webAccessUrl>${project.scm.url}</webAccessUrl>
           <anonymousConnection>${project.scm.connection}</anonymousConnection>
           <developerConnection>${project.scm.developerConnection}</developerConnection>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e79279c5/src/site/custom/project-info-report.properties
----------------------------------------------------------------------
diff --git a/src/site/custom/project-info-report.properties b/src/site/custom/project-info-report.properties
new file mode 100644
index 0000000..49c5971
--- /dev/null
+++ b/src/site/custom/project-info-report.properties
@@ -0,0 +1,333 @@
+# 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.
+
+report.cim.access                                                  = Access
+report.cim.anthill.intro                                           = This project uses {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = This project uses {Bamboo, http://www.atlassian.com/software/bamboo/}.
+report.cim.buildforge.intro                                        = This project uses {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
+report.cim.continuum.intro                                         = This project uses {Continuum, http://continuum.apache.org/}.
+report.cim.cruisecontrol.intro                                     = This project uses {CruiseControl, http://cruisecontrol.sourceforge.net/}.
+report.cim.description                                             = This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.
+report.cim.general.intro                                           = This project uses Continuous Integration System.
+report.cim.hudson.intro                                            = This project uses {Hudson, http://hudson-ci.org/}.
+report.cim.jenkins.intro                                           = This project uses {Jenkins, http://jenkins-ci.org/}.
+report.cim.luntbuild.intro                                         = This project uses {Luntbuild, http://luntbuild.javaforge.com/}.
+report.cim.travis.intro                                            = This project uses {Travis CI, https://travis-ci.org/}.
+report.cim.name                                                    = Continuous Integration
+report.cim.nocim                                                   = No continuous integration management system is defined. Please check back at a later date.
+report.cim.notifiers.column.address                                = Address
+report.cim.notifiers.column.configuration                          = Configuration
+report.cim.notifiers.column.type                                   = Type
+report.cim.notifiers.intro                                         = Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
+report.cim.notifiers.nolist                                        = No notifiers are defined. Please check back at a later date.
+report.cim.notifiers.title                                         = Notifiers
+report.cim.nourl                                                   = No url to the continuous integration system is defined.
+report.cim.overview.title                                          = Overview
+report.cim.title                                                   = Continuous Integration
+report.cim.url                                                     = The following is a link to the continuous integration system used by the project:
+report.dependencies.column.artifactId                              = ArtifactId
+report.dependencies.column.classifier                              = Classifier
+report.dependencies.column.description                             = Description
+report.dependencies.column.groupId                                 = GroupId
+report.dependencies.column.license                                 = License
+report.dependencies.column.optional                                = Optional
+report.dependencies.column.isOptional                              = Yes
+report.dependencies.column.isNotOptional                           = No
+report.dependencies.column.type                                    = Type
+report.dependencies.column.url                                     = URL
+report.dependencies.column.version                                 = Version
+report.dependencies.description                                    = This document lists the project's dependencies and provides information on each dependency.
+report.dependencies.file.details.cell.debuginformation.yes         = Yes
+report.dependencies.file.details.cell.debuginformation.no          = No
+report.dependencies.file.details.column.classes                    = Classes
+report.dependencies.file.details.column.debuginformation           = Debug Information
+report.dependencies.file.details.column.entries                    = Entries
+report.dependencies.file.details.column.file                       = Filename
+report.dependencies.file.details.column.javaVersion                = Java Version
+report.dependencies.file.details.column.packages                   = Packages
+report.dependencies.file.details.column.sealed                     = Sealed
+report.dependencies.file.details.column.size                       = Size
+report.dependencies.file.details.column.size.gb                    = GB
+report.dependencies.file.details.column.size.mb                    = MB
+report.dependencies.file.details.column.size.kb                    = kB
+report.dependencies.file.details.columntitle.debuginformation      = Indicates whether these dependencies have been compiled with debug information.
+report.dependencies.file.details.title                             = Dependency File Details
+report.dependencies.file.details.total                             = Total
+report.dependencies.graph.tables.licenses                          = Licenses
+report.dependencies.graph.tables.unknown                           = Unknown
+report.dependencies.graph.title                                    = Project Dependency Graph
+report.dependencies.graph.tree.title                               = Dependency Tree
+report.dependencies.intro.compile                                  = The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
+report.dependencies.intro.provided                                 = The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
+report.dependencies.intro.runtime                                  = The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
+report.dependencies.intro.system                                   = The following is a list of system dependencies for this project. These dependencies are required to compile the application:
+report.dependencies.intro.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:
+report.dependencies.name                                           = Dependencies
+report.dependencies.nolist                                         = There are no dependencies for this project. It is a standalone application that does not depend on any other project.
+report.dependencies.repo.locations.artifact.breakdown              = Repository locations for each of the Dependencies.
+report.dependencies.repo.locations.cell.release.disabled           = No
+report.dependencies.repo.locations.cell.release.enabled            = Yes
+report.dependencies.repo.locations.cell.snapshot.disabled          = No
+report.dependencies.repo.locations.cell.snapshot.enabled           = Yes
+report.dependencies.repo.locations.cell.blacklisted.disabled       = No
+report.dependencies.repo.locations.cell.blacklisted.enabled        = Yes
+report.dependencies.repo.locations.column.artifact                 = Artifact
+report.dependencies.repo.locations.column.blacklisted              = Blacklisted
+report.dependencies.repo.locations.column.release                  = Release
+report.dependencies.repo.locations.column.repoid                   = Repo ID
+report.dependencies.repo.locations.column.snapshot                 = Snapshot
+report.dependencies.repo.locations.column.url                      = URL
+report.dependencies.repo.locations.title                           = Dependency Repository Locations
+report.dependencies.title                                          = Project Dependencies
+report.dependencies.unnamed                                        = Unnamed
+report.dependencies.transitive.intro                               = The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
+report.dependencies.transitive.nolist                              = No transitive dependencies are required for this project.
+report.dependencies.transitive.title                               = Project Transitive Dependencies
+report.dependency-convergence.convergence.caption                  = Dependencies used in modules
+report.dependency-convergence.convergence.single.caption           = Dependencies used in this project
+report.dependency-convergence.description                          = This document presents the convergence of dependency versions across the entire project, and its sub modules.
+report.dependency-convergence.legend                               = Legend:
+report.dependency-convergence.legend.different                     = At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.
+report.dependency-convergence.legend.shared                        = All modules/dependencies share one version of the dependency.
+report.dependency-convergence.name                                 = Dependency Convergence
+report.dependency-convergence.reactor.name                         = Reactor Dependency Convergence
+report.dependency-convergence.reactor.title                        = Reactor Dependency Convergence
+report.dependency-convergence.stats.artifacts                      = Number of unique artifacts (NOA):
+report.dependency-convergence.stats.caption                        = Statistics:
+report.dependency-convergence.stats.convergence                    = Convergence (NOD/NOA):
+report.dependency-convergence.stats.dependencies                   = Number of dependencies (NOD):
+report.dependency-convergence.stats.readyrelease                   = Ready for release (100 % convergence and no SNAPSHOTS):
+report.dependency-convergence.stats.readyrelease.error             = Error
+report.dependency-convergence.stats.readyrelease.error.convergence = You do not have 100 % convergence.
+report.dependency-convergence.stats.readyrelease.error.snapshots   = You have SNAPSHOT dependencies.
+report.dependency-convergence.stats.readyrelease.success           = Success
+report.dependency-convergence.stats.conflicting                    = Number of version-conflicting artifacts (NOC):
+report.dependency-convergence.stats.snapshots                      = Number of SNAPSHOT artifacts (NOS):
+report.dependency-convergence.stats.modules                        = Number of modules:
+report.dependency-convergence.title                                = Dependency Convergence
+report.dependency-info.name                                        = Dependency Information
+report.dependency-info.title                                       = Dependency Information
+report.dependency-info.description                                 = This document describes how to to include this project as a dependency using various dependency management tools.
+report.index.nodescription                                         = There is currently no description associated with this project.
+report.index.title                                                 = About
+report.issuetracking.bugzilla.intro                                = This project uses {Bugzilla, http://www.bugzilla.org/}.
+report.issuetracking.custom.intro                                  = This project uses %issueManagementSystem% to manage its issues.
+report.issuetracking.description                                   = This document provides information on the issue management system used in this project.
+report.issuetracking.general.intro                                 = This project uses an Issue Management System to manage its issues.
+report.issuetracking.intro                                         = Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.
+report.issuetracking.jira.intro                                    = This project uses {JIRA, http://www.atlassian.com/software/jira}.
+report.issuetracking.name                                          = Issue Tracking
+report.issuetracking.noissueManagement                             = No issue management system is defined. Please check back at a later date.
+report.issuetracking.overview.title                                = Overview
+report.issuetracking.scarab.intro                                  = This project uses {Scarab, http://scarab.tigris.org/}.
+report.issuetracking.title                                         = Issue Tracking
+report.license.description                                         = This document lists the project license(s).
+report.license.multiple                                            = This project is provided under multiple licenses:
+report.license.name                                                = Project License
+report.license.nolicense                                           = No license is defined for this project.
+report.license.overview.intro                                      = Typically the licenses listed for the project are that of the project itself, and not of dependencies.
+report.license.overview.title                                      = Overview
+report.license.originalText                                        = [Original text]
+report.license.copy                                                = Copy of the license follows:
+report.license.title                                               = Project License
+report.license.unnamed                                             = Unnamed
+report.mailing-lists.column.archive                                = Archive
+report.mailing-lists.column.name                                   = Name
+report.mailing-lists.column.otherArchives                          = Other Archives
+report.mailing-lists.column.post                                   = Post
+report.mailing-lists.column.subscribe                              = Subscribe
+report.mailing-lists.column.unsubscribe                            = Unsubscribe
+report.mailing-lists.description                                   = This document provides subscription and archive information for this project's mailing lists.
+report.mailing-lists.intro                                         = We welcome you to join our mailing lists and let us know about your thoughts or ideas about Apache Log4j. \
+                                                                     <p>Note: These are public mailing lists and anything posted to these lists is archived and is visible to the the public, \
+                                                                     indexed by search engines, etc. Posts can only be removed in extraordinary circumstances, in accordance with Apache's <a href="http://www.apache.org/foundation/public-archives.html" class="externalLink">Public Forum Archive Policy</a>.\
+                                                                     </p>\
+                                                                     <p>\
+                                                                     These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>\
+                                                                             <p>\
+                                                                                 Questions related to the usage of Log4j components should be posted to the \
+                                                                                 <a href="http://mail-archives.apache.org/mod_mbox/logging-log4j-user/" class="externalLink">User List</a>. \
+                                                                                 <br>\
+                                                                                 The <a href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/" class="externalLink">Developer List</a> \
+                                                                                 is for questions and discussion related to the development of Commons components.\
+                                                                                 <br>\
+                                                                                 Please do not cross-post; developers are also subscribed to the user list. \
+                                                                                 Read the archives first in case your question has already been answered. \
+                                                                                 If not, then subscribe to the appropriate list and post your question. \
+                                                                             </p>\
+                                                                             <p>
+                                                                                 <strong>Note:</strong> please don't send patches or attachments to any of the mailing lists. \
+                                                                                 Patches are best handled via the <i>Issue Tracking</i> system. \
+                                                                                 Otherwise, please upload the file to a public server and include the URL in the mail. \
+                                                                             </p>\
+                                                                             <p>\
+                                                                                 Please read the <a href="http://www.apache.org/foundation/public-archives.html" class="externalLink">Public Forum Archive Policy</a> \
+                                                                                 and <a href="http://www.apache.org/dev/contrib-email-tips.html" class="externalLink">Tips for email contributors</a>. \
+                                                                                 <br>\
+                                                                                 For further information on Apache mailing lists please read \
+                                                                                 <a href="http://www.apache.org/foundation/mailinglists.html" class="externalLink">General mailing list information</a> \
+                                                                                 in particular the section entitled\
+                                                                                 <a href="http://www.apache.org/foundation/mailinglists.html#subscribe" class="externalLink">Subscribing and Unsubscribing</a>\
+                                                                             </p>
+report.mailing-lists.name                                          = Mailing Lists
+report.mailing-lists.nolist                                        = There are no mailing lists currently associated with this project.
+report.mailing-lists.title                                         = Project Mailing Lists
+report.scm.accessbehindfirewall.cvs.intro                          = For those developers who are stuck behind a corporate firewall, {CVSGrab, http://cvsgrab.sourceforge.net/} can use the viewcvs web interface to checkout the source code.
+report.scm.accessbehindfirewall.general.intro                      = Refer to the documentation of the SCM used for more information about access behind a firewall.
+report.scm.accessbehindfirewall.svn.intro                          = For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:
+report.scm.accessbehindfirewall.title                              = Access from Behind a Firewall
+report.scm.accessthroughtproxy.svn.intro1                          = The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
+report.scm.accessthroughtproxy.svn.intro2                          = There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.
+report.scm.accessthroughtproxy.svn.intro3                          = Example: Edit the 'servers' file and add something like:
+report.scm.accessthroughtproxy.title                               = Access Through a Proxy
+report.scm.anonymousaccess.cvs.intro                               = This project's CVS repository can be checked out through anonymous CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.
+report.scm.anonymousaccess.general.intro                           = Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:
+report.scm.anonymousaccess.git.intro                               = The source can be checked out anonymously from Git with this command (See {http://git-scm.com/docs/git-clone,http://git-scm.com/docs/git-clone}):
+report.scm.anonymousaccess.hg.intro                                = The source can be checked out anonymously from Mercurial with this command (See {http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}):
+report.scm.anonymousaccess.svn.intro                               = The source can be checked out anonymously from Subversion with this command:
+report.scm.anonymousaccess.title                                   = Anonymous Access
+report.scm.clearcase.intro                                         = This project uses {ClearCase, http://www-306.ibm.com/software/awdtools/clearcase/} to manage its source code. Informations on ClearCase use can be found at {http://www.redbooks.ibm.com/redbooks/pdfs/sg246399.pdf, http://www.redbooks.ibm.com/redbooks/pdfs/sg246399.pdf}.
+report.scm.cvs.intro                                               = This project uses {Concurrent Versions System, http://www.cvshome.org/} to manage its source code. Instructions on CVS use can be found at {http://cvsbook.red-bean.com/, http://cvsbook.red-bean.com/}.
+report.scm.description                                             = This document lists ways to access the online source repository.
+report.scm.devaccess.clearcase.intro                               = Only project developers can access the ClearCase tree via this method. Substitute username with the proper value.
+report.scm.devaccess.cvs.intro                                     = Only project developers can access the CVS tree via this method. Substitute username with the proper value.
+report.scm.devaccess.general.intro                                 = Refer to the documentation of the SCM used for more information about developer check out. The connection url is:
+report.scm.devaccess.git.intro                                     = Only project developers can access the Git tree via this method (See {http://git-scm.com/docs/git-clone,http://git-scm.com/docs/git-clone}).
+report.scm.devaccess.hg.intro                                      = Only project developers can access the Mercurial tree via this method (See {http://www.selenic.com/mercurial/hg.1.html#clone,http://www.selenic.com/mercurial/hg.1.html#clone}).
+report.scm.devaccess.perforce.intro                                = Only project developers can access the Perforce tree via this method. Substitute username and password with the proper values.
+report.scm.devaccess.starteam.intro                                = Only project developers can access the Starteam tree via this method. Substitute username with the proper value.
+report.scm.devaccess.svn.intro1.https                              = Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.
+report.scm.devaccess.svn.intro1.other                              = Committers must checkout the Subversion repository.
+report.scm.devaccess.svn.intro1.svn                                = Committers must checkout the Subversion repository via SVN.
+report.scm.devaccess.svn.intro1.svnssh                             = Committers must checkout the Subversion repository via SVN+SSH.
+report.scm.devaccess.svn.intro2                                    = To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):
+report.scm.devaccess.title                                         = Developer Access
+report.scm.general.intro                                           = This project uses a Source Content Management System to manage its source code.
+report.scm.name                                                    = Source Repository
+report.scm.noscm                                                   = No source configuration management system is defined. Please check back at a later date.
+report.scm.overview.title                                          = Overview
+report.scm.git.intro                                               = This project uses {Git, http://git-scm.com/} to manage its source code. Instructions on Git use can be found at {http://git-scm.com/documentation,http://git-scm.com/documentation}.
+report.scm.hg.intro                                                = This project uses {Mercurial, http://mercurial.selenic.com/wiki/} to manage its source code. Instructions on Mercurial use can be found at {http://hgbook.red-bean.com/read/, http://hgbook.red-bean.com/read/}.
+report.scm.perforce.intro                                          = This project uses {Perforce, http://www.perforce.com/} to manage its source code. Instructions on Perforce use can be found at {http://www.perforce.com/perforce/doc.051/manuals/cmdref/index.html, http://www.perforce.com/perforce/doc.051/manuals/cmdref/index.html}.
+report.scm.starteam.intro                                          = This project uses {Starteam, http://www.borland.com/us/products/starteam/} to manage its source code.
+report.scm.svn.intro                                               = This project uses {Subversion, http://subversion.apache.org/} to manage its source code. Instructions on Subversion use can be found at {http://svnbook.red-bean.com/, http://svnbook.red-bean.com/}.
+report.scm.title                                                   = Source Repository
+report.scm.webaccess.nourl                                         = There is no browsable version of the source repository listed for this project. Please check back again later.
+report.scm.webaccess.title                                         = Web Browser Access
+report.scm.webaccess.url                                           = The following is a link to a browsable version of the source repository:
+report.summary.build.artifactid                                    = ArtifactId
+report.summary.build.groupid                                       = GroupId
+report.summary.build.javaVersion                                   = Java Version
+report.summary.build.title                                         = Build Information
+report.summary.build.type                                          = Type
+report.summary.build.version                                       = Version
+report.summary.description                                         = This document lists other related information of this project
+report.summary.field                                               = Field
+report.summary.general.description                                 = Description
+report.summary.general.homepage                                    = Homepage
+report.summary.general.name                                        = Name
+report.summary.general.title                                       = Project Information
+report.summary.name                                                = Project Summary
+report.summary.organization.name                                   = Name
+report.summary.organization.title                                  = Project Organization
+report.summary.organization.url                                    = URL
+report.summary.noorganization                                      = This project does not belong to an organization.
+report.summary.title                                               = Project Summary
+report.summary.value                                               = Value
+report.summary.download                                            = Download
+report.team-list.contributors.actualtime                           = Actual Time (GMT)
+report.team-list.contributors.email                                = Email
+report.team-list.contributors.intro                                = The following additional people have contributed to this project through the way of suggestions, patches or documentation.
+report.team-list.contributors.image                                = Image
+report.team-list.contributors.name                                 = Name
+report.team-list.contributors.organization                         = Organization
+report.team-list.contributors.organizationurl                      = Organization URL
+report.team-list.contributors.properties                           = Properties
+report.team-list.contributors.roles                                = Roles
+report.team-list.contributors.timezone                             = Time Zone
+report.team-list.contributors.title                                = Contributors
+report.team-list.contributors.url                                  = URL
+report.team-list.description                                       = This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.
+report.team-list.developers.actualtime                             = Actual Time (GMT)
+report.team-list.developers.email                                  = Email
+report.team-list.developers.image                                  = Image
+report.team-list.developers.id                                     = Id
+report.team-list.developers.intro                                  = The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.
+report.team-list.developers.name                                   = Name
+report.team-list.developers.organization                           = Organization
+report.team-list.developers.organizationurl                        = Organization URL
+report.team-list.developers.properties                             = Properties
+report.team-list.developers.roles                                  = Roles
+report.team-list.developers.timezone                               = Time Zone
+report.team-list.developers.title                                  = Members
+report.team-list.developers.url                                    = URL
+report.team-list.intro.description1                                = A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.
+report.team-list.intro.description2                                = The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.
+report.team-list.intro.title                                       = The Team
+report.team-list.name                                              = Project Team
+report.team-list.nocontributor                                     = There are no contributors listed for this project. Please check back again later.
+report.team-list.nodeveloper                                       = There are no developers working on this project.
+report.team-list.title                                             = Project Team
+report.dependencyManagement.name                                   = Dependency Management
+report.dependencyManagement.description                            = This document lists the dependencies that are defined through dependencyManagement.
+report.dependencyManagement.title                                  = Project Dependency Management
+report.dependencyManagement.nolist                                 = There are no dependencies in the DependencyManagement of this project.
+report.dependencyManagement.column.groupId                         = GroupId
+report.dependencyManagement.column.artifactId                      = ArtifactId
+report.dependencyManagement.column.version                         = Version
+report.dependencyManagement.column.classifier                      = Classifier
+report.dependencyManagement.column.type                            = Type
+report.dependencyManagement.column.license                         = License
+report.dependencyManagement.intro.compile                          = The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:
+report.dependencyManagement.intro.provided                         = The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:
+report.dependencyManagement.intro.runtime                          = The following is a list of runtime dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to run the submodule:
+report.dependencyManagement.intro.system                           = The following is a list of system dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule:
+report.dependencyManagement.intro.test                             = The following is a list of test dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run unit tests for the submodule:
+report.pluginManagement.nolist                                     = There are no plugins defined in the PluginManagement part of this project.
+report.pluginManagement.name                                       = Plugin Management
+report.pluginManagement.description                                = This document lists the plugins that are defined through pluginManagement.
+report.pluginManagement.title                                      = Project Plugin Management
+report.plugins.name                                                = Project Plugins
+report.plugins.description                                         = This document lists the build plugins and the report plugins used by this project.
+report.plugins.title                                               = Project Build Plugins
+report.plugins.report.title                                        = Project Report Plugins
+report.plugins.nolist                                              = There are no plugins defined in the Build part of this project.
+report.plugins.report.nolist                                       = There are no plugins reports defined in the Reporting part of this project.
+report.modules.nolist                                              = There are no modules declared in this project.
+report.modules.name                                                = Project Modules
+report.modules.description                                         = This document lists the modules (sub-projects) of this project.
+report.modules.title                                               = Project Modules
+report.modules.intro                                               = This project has declared the following modules:
+report.modules.header.name                                         = Name
+report.modules.header.description                                  = Description
+report.distributionManagement.name                                 = Distribution Management
+report.distributionManagement.description                          = This document provides informations on the distribution management of this project.
+report.distributionManagement.title                                = Project Distribution Management
+report.distributionManagement.nodistributionmanagement             = No distribution management is defined for this project.
+report.distributionManagement.overview.title                       = Overview
+report.distributionManagement.overview.intro                       = The following is the distribution management information used by this project.
+report.distributionManagement.downloadURL                          = Download URL
+report.distributionManagement.repository                           = Repository
+report.distributionManagement.snapshotRepository                   = Snapshot Repository
+report.distributionManagement.site                                 = Site
+report.distributionManagement.relocation                           = Relocation
+report.distributionManagement.field                                = Field
+report.distributionManagement.value                                = Value
+report.distributionManagement.relocation.groupid                   = GroupId
+report.distributionManagement.relocation.artifactid                = ArtifactId
+report.distributionManagement.relocation.version                   = Version
+report.distributionManagement.relocation.message                   = Message


[2/2] logging-log4j2 git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2

Posted by rg...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/logging-log4j2


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

Branch: refs/heads/master
Commit: b76a9b2de1cc295d6783a236dbd5f236ee3e280d
Parents: e79279c 13d1d78
Author: Ralph Goers <rg...@nextiva.com>
Authored: Sun Apr 5 17:24:29 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Sun Apr 5 17:24:29 2015 -0700

----------------------------------------------------------------------
 .../apache/logging/log4j/core/filter/AbstractFilter.java  | 10 ++++------
 .../org/apache/logging/log4j/core/filter/BurstFilter.java |  2 +-
 src/changes/changes.xml                                   |  3 +++
 3 files changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------