You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/02/09 21:07:21 UTC

svn commit: r376413 - /directory/trunks/apacheds/pom.xml

Author: ersiner
Date: Thu Feb  9 12:07:18 2006
New Revision: 376413

URL: http://svn.apache.org/viewcvs?rev=376413&view=rev
Log:
Added a few parameters for javadoc ant task.

Modified:
    directory/trunks/apacheds/pom.xml

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=376413&r1=376412&r2=376413&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Thu Feb  9 12:07:18 2006
@@ -250,7 +250,7 @@
             <phase>site</phase>
             <configuration>
               <tasks>
-                <javadoc destdir="target/site/docs/api">
+                <javadoc destdir="target/site/docs/api" author="true" use="true" windowtitle="ApacheDS">
                   <sourcepath>
                     <dirset dir=".">
                       <include name="*/src/main/java"/>