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>