whitlock    2005/02/16 07:11:13

  Modified:    c/build  executeTest.xml
  Log:
  AXISCPP-441 give trace files that are produced by the tests an extension
  
  Revision  Changes    Path
  1.17      +1 -1      ws-axis/c/build/executeTest.xml
  
  Index: executeTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/executeTest.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- executeTest.xml   15 Feb 2005 13:35:42 -0000      1.16
  +++ executeTest.xml   16 Feb 2005 15:11:13 -0000      1.17
  @@ -160,7 +160,7 @@
   # Channel_HTTP:          The HTTP transport channel library
   # Channel_HTTP_SSL:      The HTTP transport secure channel library
   #
  -ClientLogPath:${test.directory}/ClientLog
  +ClientLogPath:${test.directory}/ClientLog.taw
   
Transport_http:${dir.libraries}/${libraryPrefix}${transportLibraryName}${librarySuffix}
   
XMLParser:${dir.libraries}/${libraryPrefix}${xmlParserLibraryName}${librarySuffix}
   
Channel_HTTP:${dir.libraries}/${libraryPrefix}${HTTP.ChannelLibraryName}${librarySuffix}
  
  
  

Reply via email to