Author: carnold
Date: Wed Sep 5 10:15:52 2007
New Revision: 573002
URL: http://svn.apache.org/viewvc?rev=573002&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=573002&r1=573001&r2=573002&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Wed Sep 5 10:15:52 2007
@@ -112,7 +112,7 @@
<id>site</id>
<configuration>
<tasks>
- <ant target="apidocs"/>
+ <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 match="Documentation generated on .* by "
replace="Documentation generated by " flags="g">