nicolaken    2002/12/04 09:49:43

  Modified:    .        build.xml
  Log:
  Fixed build for javadocs; they were not using mock objects.
  Thanks to Antonio Gallardo agallardo at agsoftware.dnsalias.com
  for reporting.
  
  Revision  Changes    Path
  1.290     +6 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.289
  retrieving revision 1.290
  diff -u -r1.289 -r1.290
  --- build.xml 3 Dec 2002 15:44:44 -0000       1.289
  +++ build.xml 4 Dec 2002 17:49:42 -0000       1.290
  @@ -1701,6 +1701,9 @@
           <include name="src/**/*.java"/>
           <include name="blocks/**/*.java"/>
         </fileset>
  +      <fileset dir="${blocks.dir}">
  +        <include name="**/mocks/**/*.java"/>
  +      </fileset>
         <classpath refid="classpath"/>
       </javadoc>
     </target>
  @@ -1725,6 +1728,9 @@
         <fileset dir="${build.dir}">
           <include name="src/**/*.java"/>
           <include name="blocks/**/*.java"/>
  +      </fileset>
  +      <fileset dir="${blocks.dir}">
  +        <include name="**/mocks/**/*.java"/>
         </fileset>
         <classpath refid="classpath"/>
       </javadoc>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to