webwork build.xml,1.7,1.8

[email protected] Sun, 02 Nov 2003 10:27:44 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork
In directory sc8-pr-cvs1:/tmp/cvs-serv25482

Modified Files:
	build.xml 
Log Message:
Use javadoc stylesheet

Index: build.xml
===================================================================
RCS file: /cvsroot/opensymphony/webwork/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- build.xml	2 Nov 2003 18:04:56 -0000	1.7
+++ build.xml	2 Nov 2003 18:27:42 -0000	1.8
@@ -255,7 +255,10 @@
 
 
   <target name="javadocs" depends="init">
-    <javadoc packagenames="${packages}" sourcepath="${src.dir}/main" destdir="${build.dir}/result/web/docs/api" author="true" version="true" windowtitle="${ant.project.name} API" doctitle="${ant.project.name}" classpathref="core.class.path" bottom="Copyright &#169; 2001-2003 ${ant.project.name} All Rights Reserved.">
+    <javadoc packagenames="${packages}" sourcepath="${src.dir}/main" destdir="${build.dir}/result/web/docs/api"
+      author="true" version="true" windowtitle="${ant.project.name} API" doctitle="${ant.project.name}"
+      stylesheetfile="${src.dir}/docs/api/stylesheet.css" classpathref="core.class.path"
+      bottom="Copyright &#169; 2001-2003 ${ant.project.name} All Rights Reserved.">
       <group title="WebWork Action API" packages="webwork.action*"/>
       <group title="WebWork Configuration" packages="webwork.config"/>
       <group title="WebWork Dispatchers" packages="webwork.dispatcher"/>




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/