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/10/07 20:14:49 UTC

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

Author: chammers
Date: Wed Oct  7 18:14:49 2009
New Revision: 822818

URL: http://svn.apache.org/viewvc?rev=822818&view=rev
Log:
So we have phpdoc generation in build.xml and pom.xml? Strange. But this
one seems to be the relevant one.

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=822818&r1=822817&r2=822818&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Wed Oct  7 18:14:49 2009
@@ -160,6 +160,8 @@
 				                        <arg value="src/main/php"/>
 				                        <arg value="-t"/>
 				                        <arg value="target/site/apidocs"/>
+				                        <arg value="-o"/>
+				                        <arg value="HTML:frames:DOM/default"/>
 				                </exec>
 				            </tasks>
                             



Re: svn commit: r822818 - /incubator/log4php/trunk/pom.xml

Posted by Christian Grobmeier <gr...@gmail.com>.
> So we have phpdoc generation in build.xml and pom.xml? Strange. But this
> one seems to be the relevant one.

I think we agreed in the past to use maven and don't support ant
anymore - so yes, pom.xml is the one to fix

Christian