Author: carnold
Date: Fri Jul 20 21:07:20 2007
New Revision: 558239
URL: http://svn.apache.org/viewvc?view=rev&rev=558239
Log:
Remove timestamp from PHPDoc generated files
Modified:
incubator/log4php/trunk/pom.xml
Modified: incubator/log4php/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?view=diff&rev=558239&r1=558238&r2=558239
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Fri Jul 20 21:07:20 2007
@@ -115,6 +115,10 @@
<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">
+ <fileset dir="target/site/apidocs"
includes="**/*.html"/>
+ </replaceregexp>
+
</tasks>
</configuration>
<goals>