Author: rgoers Date: Fri Nov 2 15:52:32 2012 New Revision: 1405016 URL: http://svn.apache.org/viewvc?rev=1405016&view=rev Log: Remove combined sub-project. Rename slf4j-impl to log4j-slf4j-impl Removed: logging/log4j/log4j2/trunk/combined/ Modified: logging/log4j/log4j2/trunk/dist/pom.xml logging/log4j/log4j2/trunk/flume-ng/pom.xml logging/log4j/log4j2/trunk/pom.xml logging/log4j/log4j2/trunk/slf4j-impl/pom.xml logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm Modified: logging/log4j/log4j2/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/dist/pom.xml?rev=1405016&r1=1405015&r2=1405016&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/dist/pom.xml (original) +++ logging/log4j/log4j2/trunk/dist/pom.xml Fri Nov 2 15:52:32 2012 @@ -76,11 +76,6 @@ limitations under the License. tests - org.apache.logging.log4j - log4j-combined - ${project.version} - - org.apache.logging.log4j.adapters log4j-jcl ${project.version} @@ -133,18 +128,18 @@ limitations under the License. org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl ${project.version} org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl ${project.version} sources org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl ${project.version} javadoc Modified: logging/log4j/log4j2/trunk/flume-ng/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/pom.xml?rev=1405016&r1=1405015&r2=1405016&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/flume-ng/pom.xml (original) +++ logging/log4j/log4j2/trunk/flume-ng/pom.xml Fri Nov 2 15:52:32 2012 @@ -45,7 +45,7 @@ org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl org.apache.logging.log4j.adapters Modified: logging/log4j/log4j2/trunk/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1405016&r1=1405015&r2=1405016&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/pom.xml (original) +++ logging/log4j/log4j2/trunk/pom.xml Fri Nov 2 15:52:32 2012 @@ -158,7 +158,7 @@ org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl ${project.version} @@ -464,7 +464,6 @@ api core - combined log4j12-api slf4j-impl jcl-bridge Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1405016&r1=1405015&r2=1405016&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original) +++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Fri Nov 2 15:52:32 2012 @@ -24,7 +24,7 @@ ../ org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl jar Apache Log4j SLF4J Binding Binding between SLF4J API and Log4J2 Core Modified: logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm?rev=1405016&r1=1405015&r2=1405016&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm (original) +++ logging/log4j/log4j2/trunk/src/site/xdoc/build.xml.vm Fri Nov 2 15:52:32 2012 @@ -57,19 +57,6 @@ ]]> -

- As an alternative, users who always want to use the Log4j 2 implementation of the API may simply use - the combined jar. -

- - - org.apache.logging.log4j - log4j-combined - ${Log4jReleaseVersion} - - - ]]>

@@ -110,7 +97,7 @@ org.apache.logging.log4j.adapters - slf4j-impl + log4j-slf4j-impl ${Log4jReleaseVersion}