You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by to...@apache.org on 2004/11/18 00:44:01 UTC

cvs commit: db-ojb build-xdoclet-module.xml

tomdz       2004/11/17 15:44:01

  Modified:    .        Tag: OJB_1_0_RELEASE build-xdoclet-module.xml
  Log:
  Is now the same build file as in the 1.1 HEAD
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.1   +5 -1      db-ojb/build-xdoclet-module.xml
  
  Index: build-xdoclet-module.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/build-xdoclet-module.xml,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- build-xdoclet-module.xml	10 Jun 2004 22:34:22 -0000	1.9
  +++ build-xdoclet-module.xml	17 Nov 2004 23:44:01 -0000	1.9.2.1
  @@ -188,7 +188,11 @@
                   </fileset>
               </batchtest>
           </junit>
  -        <!-- Generate the report -->
  +        <antcall target="junit-report"/>
  +    </target>
  +
  +    <!-- Generate the report -->
  +    <target name="junit-report">
           <junitreport todir="${build.xdoclettest}">
               <fileset dir="${build.xdoclettest}">
                   <include name="TEST-*.xml"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org