You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2004/07/23 10:18:12 UTC

cvs commit: ws-axis/java buildTest.xml

stevel      2004/07/23 01:18:12

  Modified:    java     buildTest.xml
  Log:
  adding a description makes this target visible to a -projecthelp call.
  
  Revision  Changes    Path
  1.58      +1 -1      ws-axis/java/buildTest.xml
  
  Index: buildTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/buildTest.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- buildTest.xml	11 Apr 2004 03:08:23 -0000	1.57
  +++ buildTest.xml	23 Jul 2004 08:18:12 -0000	1.58
  @@ -341,7 +341,7 @@
   
       <!-- generate a report from all the tests. 
           requires Xalan or other XSLT engine in ant\lib-->
  -    <target name="create-test-report" >
  +    <target name="create-test-report" description="create the test report" >
         <mkdir dir="${test.reports.dir}"/>
         <junitreport todir="${test.functional.reportdir}">
           <fileset dir="${test.functional.reportdir}">