Skip to content

Commit ba768cb

Browse files
author
Curtis William Arnold
committed
Bug 43113: Move log4j 1.2 to trunk
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/trunk@565520 13f79535-47bb-0310-9956-ffa450edef68
1 parent 38e7898 commit ba768cb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
</license>
6666
</licenses>
6767
<scm>
68-
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/trunk</connection>
69-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/trunk</developerConnection>
70-
<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/trunk</url>
68+
<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_1_3_ABANDONED</connection>
69+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_1_3_ABANDONED</developerConnection>
70+
<url>http://svn.apache.org/viewcvs.cgi/logging/log4j/branches/BRANCH_1_3_ABANDONED</url>
7171
</scm>
7272
<organization>
7373
<name>Apache Software Foundation</name>
@@ -227,7 +227,7 @@
227227
<configuration>
228228
<tasks>
229229
<taskdef name="replaceregexp" classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
230-
<replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/branches/v1_2-branch" flags="g" />
230+
<replaceregexp file="target/site/source-repository.html" match="/tags/[^ ]*" replace="/branches/BRANCH_1_3_ABANDONED" flags="g" />
231231
<replaceregexp match="-- Generated by (.*) on .*--" replace="-- Generated by \1 --" flags="g">
232232
<fileset dir="target/site/apidocs" includes="**/*.html"/>
233233
</replaceregexp>

tests/src/java/org/apache/log4j/xml/XMLLayoutTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public void testNull() throws Exception {
128128

129129
/**
130130
* Tests the format of the MDC portion of the layout to ensure
131-
* the KVP's we put in turn up in the output file.
131+
* the key-value pairs we put in turn up in the output file.
132132
* @throws Exception
133133
*/
134134
public void testMDC() throws Exception {

0 commit comments

Comments
 (0)