File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tests/src/java/org/apache/log4j/xml Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments