Author: carnold
Date: Wed Sep  5 10:45:46 2007
New Revision: 573013

URL: http://svn.apache.org/viewvc?rev=573013&view=rev
Log:
LOG4PHP-3: Fix mangled source-respository.html on release builds problem 
inherited from log4j

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=573013&r1=573012&r2=573013&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Wed Sep  5 10:45:46 2007
@@ -114,7 +114,7 @@
                 <tasks>
                    <ant target="apidocs"/>
                     <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="Documentation generated on .* by " 
replace="Documentation generated by " flags="g">
                                        <fileset dir="target/site/apidocs" 
includes="**/*.html"/>
                                </replaceregexp>


Reply via email to