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 ha...@apache.org on 2005/06/09 14:11:06 UTC

cvs commit: ws-axis/c/build test.Win32.properties

hawkeye     2005/06/09 05:11:06

  Modified:    c/build  test.Win32.properties
  Log:
  made mockserver=false by default
  
  Revision  Changes    Path
  1.3       +2 -2      ws-axis/c/build/test.Win32.properties
  
  Index: test.Win32.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/test.Win32.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- test.Win32.properties	8 Jun 2005 15:52:07 -0000	1.2
  +++ test.Win32.properties	9 Jun 2005 12:11:06 -0000	1.3
  @@ -14,6 +14,6 @@
   # Location of the XML Parser library files (include lib/bin in name)
   #test.xmlParser=${env.XERCES_HOME}/lib
   
  -# are we running in MockServer mode (unit test
  -mockServer=true
  +# are we running in MockServer mode (unit test)
  +mockServer=false