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:34 UTC

svn commit: r196757 - /myfaces/tomahawk/trunk/build.properties

Author: schof
Date: Thu Jun 23 12:54:32 2005
New Revision: 196757

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

Modified:
    myfaces/tomahawk/trunk/build.properties

Modified: myfaces/tomahawk/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/build.properties?rev=196757&r1=196756&r2=196757&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/build.properties (original)
+++ myfaces/tomahawk/trunk/build.properties Thu Jun 23 12:54:32 2005
@@ -14,4 +14,6 @@
 zip.fileset.prefix   = META-INF/
 zip.fileset2.dir     = ${subproject.dir}/conf
 zip.fileset2.inc.pat = *.xml
-zip.fileset2.prefix  = META-INF/
\ No newline at end of file
+zip.fileset2.prefix  = META-INF/
+javadoc.title        = Apache MyFaces: Tomahawk
+javadoc.package      = org.apache.myfaces.*