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/05/05 06:28:41 UTC

svn commit: r168263 - /myfaces/trunk/build/build.xml

Author: schof
Date: Wed May  4 21:28:40 2005
New Revision: 168263

URL: http://svn.apache.org/viewcvs?rev=168263&view=rev
Log:
no longer generating timestamp in HTML comment for javadocs (this will save a *ton* of SVN commits once we start to autogenerate the javadoc)

Modified:
    myfaces/trunk/build/build.xml

Modified: myfaces/trunk/build/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/build/build.xml?rev=168263&r1=168262&r2=168263&view=diff
==============================================================================
--- myfaces/trunk/build/build.xml (original)
+++ myfaces/trunk/build/build.xml Wed May  4 21:28:40 2005
@@ -331,6 +331,7 @@
                  classpathref="javadoc.class.path"
                  failonerror="true"
         	     Windowtitle="Apache MyFaces API Documentation">
+                <arg value="-notimestamp"/>
         	<sourcepath>
            		<pathelement location="${myfaces.src}"/>
            		<pathelement location="${share.src}"/>