You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/23 21:54:50 UTC

svn commit: r196789 - /myfaces/impl/trunk/build.properties

Author: schof
Date: Thu Jun 23 12:54:49 2005
New Revision: 196789

URL: http://svn.apache.org/viewcvs?rev=196789&view=rev
Log:
javadoc build support

Modified:
    myfaces/impl/trunk/build.properties

Modified: myfaces/impl/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/build.properties?rev=196789&r1=196788&r2=196789&view=diff
==============================================================================
--- myfaces/impl/trunk/build.properties (original)
+++ myfaces/impl/trunk/build.properties Thu Jun 23 12:54:49 2005
@@ -14,4 +14,7 @@
 resolved-tlds.dir    = ${temp.dir}/tlds
 zip.fileset.dir      = ${temp.dir}/tlds
 zip.fileset.inc.pat  = *.tld
-zip.fileset.prefix   = META-INF/
\ No newline at end of file
+zip.fileset.prefix   = META-INF/
+javadoc.title        = Apache MyFaces: Impl
+javadoc.package      = org.apache.*
+generate.tlddoc      = yes
\ No newline at end of file