You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by cr...@apache.org on 2001/11/18 23:26:58 UTC

cvs commit: jakarta-commons-sandbox/workflow build.xml

craigmcc    01/11/18 14:26:58

  Modified:    workflow build.xml
  Log:
  Set a classpath for Javadocs so that it doesn't spew all the warnings about
  classes not being found.
  
  Revision  Changes    Path
  1.10      +4 -2      jakarta-commons-sandbox/workflow/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/workflow/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	2001/09/20 02:13:54	1.9
  +++ build.xml	2001/11/18 22:26:58	1.10
  @@ -3,7 +3,7 @@
   
   <!--
           "Workflow" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.9 2001/09/20 02:13:54 craigmcc Exp $
  +        $Id: build.xml,v 1.10 2001/11/18 22:26:58 craigmcc Exp $
   -->
   
   
  @@ -222,7 +222,9 @@
                   version="true"
                  doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;"
               windowtitle="${component.title} (Version ${component.version})"
  -                 bottom="Copyright (c) 2001 - Apache Software Foundation"/>
  +                 bottom="Copyright (c) 2001 - Apache Software Foundation">
  +      <classpath  refid="compile.classpath"/>
  +    </javadoc>
     </target>
   
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>