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:55:06 UTC

svn commit: r196807 - /myfaces/api/trunk/build.properties

Author: schof
Date: Thu Jun 23 12:55:05 2005
New Revision: 196807

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

Modified:
    myfaces/api/trunk/build.properties

Modified: myfaces/api/trunk/build.properties
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/build.properties?rev=196807&r1=196806&r2=196807&view=diff
==============================================================================
--- myfaces/api/trunk/build.properties (original)
+++ myfaces/api/trunk/build.properties Thu Jun 23 12:55:05 2005
@@ -1,7 +1,9 @@
 # These are the subproject build properties used to perform the build.  They allow the same build script 
 # to be used to build the entire project or a specific subproject.  They should not be changed by the user.
 
-subproject.dir      = ${basedir}/../
-src.dir             = ${subproject.dir}/src/java
-jar.file            = myfaces-api.jar
-jar.include.pattern = javax/**/*.class
\ No newline at end of file
+subproject.dir       = ${basedir}/../
+src.dir              = ${subproject.dir}/src/java
+jar.file             = myfaces-api.jar
+jar.include.pattern  = javax/**/*.class
+javadoc.title        = Apache MyFaces: API
+javadoc.package      = javax.faces.*
\ No newline at end of file