Author: carnold
Date: Wed Sep 5 10:02:46 2007
New Revision: 572996
URL: http://svn.apache.org/viewvc?rev=572996&view=rev
Log:
Bug 43312: Mangled source-repository.html
Modified:
logging/log4j/companions/extras/trunk/pom.xml
logging/log4j/companions/extras/trunk/src/changes/changes.xml
Modified: logging/log4j/companions/extras/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=572996&r1=572995&r2=572996&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Wed Sep 5 10:02:46 2007
@@ -115,7 +115,7 @@
<configuration>
<tasks>
<taskdef name="replaceregexp"
classname="org.apache.tools.ant.taskdefs.optional.ReplaceRegExp" />
- <replaceregexp file="target/site/source-repository.html"
match="/tags/[^ ]*" replace="/trunk" flags="g" />
+ <replaceregexp file="target/site/source-repository.html"
match="/tags/[^ "'<]*" replace="/trunk" flags="g"/>
<replaceregexp match="-- Generated by (.*) on .*--"
replace="-- Generated by \1 --" flags="g">
<fileset dir="target/site/apidocs"
includes="**/*.html" />
</replaceregexp>
Modified: logging/log4j/companions/extras/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/src/changes/changes.xml?rev=572996&r1=572995&r2=572996&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/src/changes/changes.xml (original)
+++ logging/log4j/companions/extras/trunk/src/changes/changes.xml Wed Sep 5
10:02:46 2007
@@ -20,6 +20,11 @@
<title>apache-log4j-extras</title>
</properties>
<body>
+ <release version="1.1" date="TBD" description="">
+ <action action="fix" issue="43312">Mangled
source-repository.html</action>
+ </release>
+
+
<release version="1.0" date="2007-08-25" description="Initial release">
<action issue="42783" type="add">Create an "extras" companion for
log4j 1.2</action>
<action issue="42251" type="add">Backport log4j 1.3 rolling file
appender for use with log4j 1.2.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]