You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/03/23 14:22:53 UTC

cvs commit: ws-axis/c/build build.AIX.properties build.OS400.properties build.SunOS.properties build.Win32.properties

dicka       2005/03/23 05:22:53

  Modified:    c/build  build.AIX.properties build.OS400.properties
                        build.SunOS.properties build.Win32.properties
  Log:
  Updating property files to include new properties required by updated ANT test scripts.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.19      +20 -1     ws-axis/c/build/build.AIX.properties
  
  Index: build.AIX.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.AIX.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.AIX.properties	6 Feb 2005 13:50:00 -0000	1.18
  +++ build.AIX.properties	23 Mar 2005 13:22:53 -0000	1.19
  @@ -1,4 +1,23 @@
  -#####################
  +#####################################
  +# Parser that the client should use #
  +#####################################
  +#only one parse can be used at a given time
  +
  +testconf.client.parser.xml4c = false
  +testconf.client.parser.xerces = true
  +
  +############################
  +# Server to deploy Services #
  +#############################
  +#Only one server can be used at a given time
  +#Also APACHE_HOME, APACHE2_HOME (simple axis server needs no environment settings) environment 
  +#variables should be set accordingly
  +
  +server.apache1=true
  +server.apache2=false
  +server.simpleaxisserver=false
  +
  +####################
   # Items to be built #
   #####################
   
  
  
  
  1.18      +20 -1     ws-axis/c/build/build.OS400.properties
  
  Index: build.OS400.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.OS400.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.OS400.properties	6 Feb 2005 13:50:00 -0000	1.17
  +++ build.OS400.properties	23 Mar 2005 13:22:53 -0000	1.18
  @@ -1,4 +1,23 @@
  -#####################
  +#####################################
  +# Parser that the client should use #
  +#####################################
  +#only one parse can be used at a given time
  +
  +testconf.client.parser.xml4c = false
  +testconf.client.parser.xerces = true
  +
  +############################
  +# Server to deploy Services #
  +#############################
  +#Only one server can be used at a given time
  +#Also APACHE_HOME, APACHE2_HOME (simple axis server needs no environment settings) environment 
  +#variables should be set accordingly
  +
  +server.apache1=true
  +server.apache2=false
  +server.simpleaxisserver=false
  +
  +####################
   # Items to be built #
   #####################
   
  
  
  
  1.19      +20 -1     ws-axis/c/build/build.SunOS.properties
  
  Index: build.SunOS.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.SunOS.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.SunOS.properties	6 Feb 2005 13:50:00 -0000	1.18
  +++ build.SunOS.properties	23 Mar 2005 13:22:53 -0000	1.19
  @@ -1,4 +1,23 @@
  -#####################
  +#####################################
  +# Parser that the client should use #
  +#####################################
  +#only one parse can be used at a given time
  +
  +testconf.client.parser.xml4c = false
  +testconf.client.parser.xerces = true
  +
  +############################
  +# Server to deploy Services #
  +#############################
  +#Only one server can be used at a given time
  +#Also APACHE_HOME, APACHE2_HOME (simple axis server needs no environment settings) environment 
  +#variables should be set accordingly
  +
  +server.apache1=true
  +server.apache2=false
  +server.simpleaxisserver=false
  +
  +####################
   # Items to be built #
   #####################
   
  
  
  
  1.19      +10 -3     ws-axis/c/build/build.Win32.properties
  
  Index: build.Win32.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.Win32.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.Win32.properties	14 Mar 2005 06:50:59 -0000	1.18
  +++ build.Win32.properties	23 Mar 2005 13:22:53 -0000	1.19
  @@ -1,4 +1,12 @@
  -#############################
  +#####################################
  +# Parser that the client should use #
  +#####################################
  +#only one parse can be used at a given time
  +
  +testconf.client.parser.xml4c = false
  +testconf.client.parser.xerces = true
  +
  +############################
   # Server to deploy Services #
   #############################
   #Only one server can be used at a given time
  @@ -9,8 +17,7 @@
   server.apache2=false
   server.simpleaxisserver=false
   
  -
  -#####################
  +####################
   # Items to be built #
   #####################