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 sa...@apache.org on 2005/05/04 09:40:45 UTC

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

samisa      2005/05/04 00:40:45

  Modified:    c/build  build.AIX.properties build.Linux.properties
                        build.OS400.properties build.SunOS.properties
                        build.Win32.properties
  Log:
  Set building axis2 transport to false as this was moved to graveyard
  
  Revision  Changes    Path
  1.20      +2 -2      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.AIX.properties	23 Mar 2005 13:22:53 -0000	1.19
  +++ build.AIX.properties	4 May 2005 07:40:45 -0000	1.20
  @@ -68,8 +68,8 @@
   ########################
   
   # Transports to be used
  -transport.axis2 = true
  -transport.axis2.ipv6 = true
  +transport.axis2 = false
  +transport.axis2.ipv6 = false
   transport.HTTP = true
   transport.HTTP.ipv6 = true
   
  
  
  
  1.24      +8 -16     ws-axis/c/build/build.Linux.properties
  
  Index: build.Linux.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.Linux.properties,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.Linux.properties	23 Mar 2005 09:22:26 -0000	1.23
  +++ build.Linux.properties	4 May 2005 07:40:45 -0000	1.24
  @@ -1,21 +1,13 @@
  -#####################################
  -# 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
  +server.apache1=false
  +server.apache2=true
  +server.simpleaxisserver=true
   
   ####################
   # Items to be built #
  @@ -61,7 +53,7 @@
   # Name for compiled XML Parser library - excluding any prefix or suffix
   # eg: For Windows :   axis_xmlparser will produce axis_xmlparser.dll
   #     For Unix    :   axis_xmlparser will produce libaxis_xmlparser.so
  -xmlParserLibraryName = axis_xmlparser
  +xmlParserLibraryName = ${xerces.xmlParserLibraryName}
   
   ########################
   # Transport Properties #
  @@ -104,7 +96,7 @@
   # Secure Channel Properties #
   #############################
   
  -HTTP.SSLChannel = true
  +HTTP.SSLChannel = false
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
   HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin
  @@ -213,7 +205,7 @@
   ########################################
   # Location of wsdl2ws for Deliverables #
   ########################################
  -dir.wsdl2ws = ${dir.release}/lib/axis
  +dir.wsdl2ws = ${dir.release}-bin/lib/axis
   
   ############################################
   # Properties for building and running test #
  @@ -268,6 +260,6 @@
   
   # Details of server to be used for testing clients
   testHost = localhost
  -testPort = 9080
  +testPort = 8080
   monitorPort = 13260
   
  
  
  
  1.19      +2 -2      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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.OS400.properties	23 Mar 2005 13:22:53 -0000	1.18
  +++ build.OS400.properties	4 May 2005 07:40:45 -0000	1.19
  @@ -68,8 +68,8 @@
   ########################
   
   # Transports to be used
  -transport.axis2 = true
  -transport.axis2.ipv6 = true
  +transport.axis2 = false
  +transport.axis2.ipv6 = false
   transport.HTTP = true
   transport.HTTP.ipv6 = true
   
  
  
  
  1.20      +2 -2      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.SunOS.properties	23 Mar 2005 13:22:53 -0000	1.19
  +++ build.SunOS.properties	4 May 2005 07:40:45 -0000	1.20
  @@ -68,8 +68,8 @@
   ########################
   
   # Transports to be used
  -transport.axis2 = true
  -transport.axis2.ipv6 = true
  +transport.axis2 = false
  +transport.axis2.ipv6 = false
   transport.HTTP = true
   transport.HTTP.ipv6 = true
   
  
  
  
  1.20      +1 -1      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.Win32.properties	23 Mar 2005 13:22:53 -0000	1.19
  +++ build.Win32.properties	4 May 2005 07:40:45 -0000	1.20
  @@ -68,7 +68,7 @@
   ########################
   
   # Transports to be used
  -transport.axis2 = true
  +transport.axis2 = false
   transport.axis2.ipv6 = false
   transport.HTTP = true
   transport.HTTP.ipv6 = true