You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/09/05 18:59:03 UTC

svn commit: r572994 - in /logging/log4j/trunk: pom.xml src/changes/changes.xml

Author: carnold
Date: Wed Sep  5 09:59:02 2007
New Revision: 572994

URL: http://svn.apache.org/viewvc?rev=572994&view=rev
Log:
Bug 43312: Mangled source-repository.html

Modified:
    logging/log4j/trunk/pom.xml
    logging/log4j/trunk/src/changes/changes.xml

Modified: logging/log4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/pom.xml?rev=572994&r1=572993&r2=572994&view=diff
==============================================================================
--- logging/log4j/trunk/pom.xml (original)
+++ logging/log4j/trunk/pom.xml Wed Sep  5 09:59:02 2007
@@ -228,7 +228,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/[^ &quot;&apos;&lt;]*" 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/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/changes/changes.xml?rev=572994&r1=572993&r2=572994&view=diff
==============================================================================
--- logging/log4j/trunk/src/changes/changes.xml (original)
+++ logging/log4j/trunk/src/changes/changes.xml Wed Sep  5 09:59:02 2007
@@ -20,6 +20,10 @@
     <title>Apache log4j 1.2</title>
   </properties>
   <body>
+
+    <release version="1.2.16" date="TBD" description="">
+       <action action="fix" issue="43312">Mangled source-repository.html</action>
+    </release>
   
     <release version="1.2.15" date="2007-08-24" description="SyslogAppender enhancements, NTEventLogAppender and Maven build.">
 	    <action issue="40951">log4j 1.2.15 release preparation.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org