You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/11/27 00:00:27 UTC

svn commit: r884717 - /incubator/log4php/trunk/pom.xml

Author: chammers
Date: Thu Nov 26 23:00:26 2009
New Revision: 884717

URL: http://svn.apache.org/viewvc?rev=884717&view=rev
Log:
Replaced "Generated Documentation" by "Apache log4php $VERSION" in apidocs.

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=884717&r1=884716&r2=884717&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Thu Nov 26 23:00:26 2009
@@ -226,6 +226,8 @@
 				                        <arg value="target/site/apidocs" />
 				                        <arg value="-o" />
 				                        <arg value="HTML:frames:DOM/default" />
+				                        <arg value="--title" />
+				                        <arg value="Apache log4php ${version}" />
 				                </exec>
 				            </tasks>