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 di...@apache.org on 2004/11/30 15:15:04 UTC

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

dicka       2004/11/30 06:15:03

  Modified:    c/build  build.AIX.properties build.Linux.properties
                        build.SunOS.properties build.Win32.properties
                        version.properties
  Log:
  Undo accidental commit of personal copies of ant property files.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.7       +12 -16    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.AIX.properties	30 Nov 2004 13:55:17 -0000	1.6
  +++ build.AIX.properties	30 Nov 2004 14:15:03 -0000	1.7
  @@ -7,11 +7,12 @@
   
   # Set the following to true if you wish the server libraries be built
   # See options below for Apache modules and Stand-alone server
  -server = false
  +server = true
   
   # Set the following to true if you wish the API documentation be generated
   documentation = false
   
  +#####################
   # Parser Properties #
   #####################
   
  @@ -27,8 +28,8 @@
   #		xmlParserLibrary = expat
   
   # Parsers to be used
  -xmlParser.xml4c = true
  -xmlParser.xerces = false
  +xmlParser.xml4c = false
  +xmlParser.xerces = true
   xmlParser.expat = false
   
   ## Values used for XML4C
  @@ -57,7 +58,7 @@
   
   # Transports to be used
   transport.axis = false
  -transport.axis2 = false
  +transport.axis2 = true
   transport.libwww = false
   
   ## Values used for axis
  @@ -98,7 +99,7 @@
   #################################
   
   # Is Simple Axis Server to be used?
  -server.simpleAxisServer = false
  +server.simpleAxisServer = true
   
   # Name for compiled server engine - excluding any prefix or suffix
   # eg: For Windows :   simple_axis_server will produce simple_axis_server.exe
  @@ -110,16 +111,16 @@
   #####################
   
   # Apache versions to be used
  -server.apache13 = false
  -server.apache20 = false
  +server.apache13 = true
  +server.apache20 = true
   
   ## Values used for Apache 1.3
   apache13.dir.server = ${env.APACHE_HOME}
  -apache13.serverLibraryName = mod_axis
  +apache13.serverLibraryName = axiscpp_mod
   
   ## Values used for Apache 2.0
   apache20.dir.server = ${env.APACHE2_HOME}
  -apache20.serverLibraryName = mod_axis2
  +apache20.serverLibraryName = axiscpp_mod2
   
   # Name for compiled Apache plugin library - excluding any prefix or suffix
   # eg: For Windows :   axis_apache will produce axis_apache.dll
  @@ -153,7 +154,7 @@
   ####################################
   
   # Location of Axis JARs
  -dir.axisJARs = ${basedir}/../../PreReqs
  +dir.axisJARs = ${env.AXISJAVA_LIB}
   
   # Directory in which to place compiled Java classes
   dir.classes = ${dir.obj}/classes
  @@ -161,7 +162,7 @@
   ###########################################
   # Properties for packaging Binary release #
   ###########################################
  -release = CWSS-${version}-${platform}
  +release = axis-c-${version}-${platform}
   dir.release = ${dir.obj}/package/${release}
   
   ###############################
  @@ -237,9 +238,4 @@
   testPort = 9080
   monitorPort = 13260
   
  -####################
  -# GSKit Properties #
  -####################
   
  -dir.gskit = ${env.GSKIT_HOME}
  -gskitlibrary = gsk7ssl
  \ No newline at end of file
  
  
  
  1.7       +11 -17    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.Linux.properties	30 Nov 2004 13:55:17 -0000	1.6
  +++ build.Linux.properties	30 Nov 2004 14:15:03 -0000	1.7
  @@ -7,7 +7,7 @@
   
   # Set the following to true if you wish the server libraries be built
   # See options below for Apache modules and Stand-alone server
  -server = false
  +server = true
   
   # Set the following to true if you wish the API documentation be generated
   documentation = true
  @@ -28,8 +28,8 @@
   #		xmlParserLibrary = expat
   
   # Parsers to be used
  -xmlParser.xml4c = true
  -xmlParser.xerces = false
  +xmlParser.xml4c = false
  +xmlParser.xerces = true
   xmlParser.expat = false
   
   ## Values used for XML4C
  @@ -58,7 +58,7 @@
   
   # Transports to be used
   transport.axis = false
  -transport.axis2 = false
  +transport.axis2 = true
   transport.libwww = false
   
   ## Values used for axis
  @@ -99,7 +99,7 @@
   #################################
   
   # Is Simple Axis Server to be used?
  -server.simpleAxisServer = false
  +server.simpleAxisServer = true
   
   # Name for compiled server engine - excluding any prefix or suffix
   # eg: For Windows :   simple_axis_server will produce simple_axis_server.exe
  @@ -111,16 +111,16 @@
   #####################
   
   # Apache versions to be used
  -server.apache13 = false
  -server.apache20 = false
  +server.apache13 = true
  +server.apache20 = true
   
   ## Values used for Apache 1.3
   apache13.dir.server = ${env.APACHE_HOME}
  -apache13.serverLibraryName = mod_axis
  +apache13.serverLibraryName = axiscpp_mod
   
   ## Values used for Apache 2.0
   apache20.dir.server = ${env.APACHE2_HOME}
  -apache20.serverLibraryName = mod_axis2
  +apache20.serverLibraryName = axiscpp_mod2
   
   # Name for compiled Apache plugin library - excluding any prefix or suffix
   # eg: For Windows :   axis_apache will produce axis_apache.dll
  @@ -154,7 +154,7 @@
   ####################################
   
   # Location of Axis JARs
  -dir.axisJARs = ${basedir}/../../PreReqs
  +dir.axisJARs = ${env.AXISJAVA_LIB}
   
   # Directory in which to place compiled Java classes
   dir.classes = ${dir.obj}/classes
  @@ -162,7 +162,7 @@
   ###########################################
   # Properties for packaging Binary release #
   ###########################################
  -release = CWSS-${version}-${platform}
  +release = axis-c-${version}-${platform}
   dir.release = ${dir.obj}/package/${release}
   
   ###############################
  @@ -238,9 +238,3 @@
   testPort = 9080
   monitorPort = 13260
   
  -####################
  -# GSKit Properties #
  -####################
  -
  -dir.gskit = ${env.GSKIT_HOME}
  -gskitlibrary = gsk7ssl
  \ No newline at end of file
  
  
  
  1.7       +11 -18    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.SunOS.properties	30 Nov 2004 13:55:17 -0000	1.6
  +++ build.SunOS.properties	30 Nov 2004 14:15:03 -0000	1.7
  @@ -7,7 +7,7 @@
   
   # Set the following to true if you wish the server libraries be built
   # See options below for Apache modules and Stand-alone server
  -server = false
  +server = true
   
   # Set the following to true if you wish the API documentation be generated
   documentation = false
  @@ -28,8 +28,8 @@
   #		xmlParserLibrary = expat
   
   # Parsers to be used
  -xmlParser.xml4c = true
  -xmlParser.xerces = false
  +xmlParser.xml4c = false
  +xmlParser.xerces = true
   xmlParser.expat = false
   
   ## Values used for XML4C
  @@ -58,7 +58,7 @@
   
   # Transports to be used
   transport.axis = false
  -transport.axis2 = false
  +transport.axis2 = true
   transport.libwww = false
   
   ## Values used for axis
  @@ -98,7 +98,7 @@
   # Simple Axis Server Properties #
   #################################
   # Is Simple Axis Server to be used?
  -server.simpleAxisServer = false
  +server.simpleAxisServer = true
   
   # Name for compiled server engine - excluding any prefix or suffix
   # eg: For Windows :   simple_axis_server will produce simple_axis_server.exe
  @@ -110,16 +110,16 @@
   #####################
   
   # Apache versions to be used
  -server.apache13 = false
  -server.apache20 = false
  +server.apache13 = true
  +server.apache20 = true
   
   ## Values used for Apache 1.3
   apache13.dir.server = ${env.APACHE_HOME}
  -apache13.serverLibraryName = mod_axis
  +apache13.serverLibraryName = axiscpp_mod
   
   ## Values used for Apache 2.0
   apache20.dir.server = ${env.APACHE2_HOME}
  -apache20.serverLibraryName = mod_axis2
  +apache20.serverLibraryName = axiscpp_mod2
   
   # Name for compiled Apache plugin library - excluding any prefix or suffix
   # eg: For Windows :   axis_apache will produce axis_apache.dll
  @@ -153,7 +153,7 @@
   ####################################
   
   # Location of Axis JARs
  -dir.axisJARs = ${basedir}/../../PreReqs
  +dir.axisJARs = ${env.AXISJAVA_LIB}
   
   # Directory in which to place compiled Java classes
   dir.classes = ${dir.obj}/classes
  @@ -161,7 +161,7 @@
   ###########################################
   # Properties for packaging Binary release #
   ###########################################
  -release = CWSS-${version}-${platform}
  +release = axis-c-${version}-${platform}
   dir.release = ${dir.obj}/package/${release}
   
   ###############################
  @@ -236,10 +236,3 @@
   testHost = localhost
   testPort = 9080
   monitorPort = 13260
  -
  -####################
  -# GSKit Properties #
  -####################
  -
  -dir.gskit = ${env.GSKIT_HOME}
  -gskitlibrary = gsk7ssl
  \ No newline at end of file
  
  
  
  1.4       +17 -24    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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.Win32.properties	30 Nov 2004 13:55:17 -0000	1.3
  +++ build.Win32.properties	30 Nov 2004 14:15:03 -0000	1.4
  @@ -7,7 +7,7 @@
   
   # Set the following to true if you wish the server libraries be built
   # See options below for Apache modules and Stand-alone server
  -server = false
  +server = true
   
   # Set the following to true if you wish the API documentation be generated
   documentation = true
  @@ -28,24 +28,24 @@
   #		xmlParserLibrary = expat
   
   # Parsers to be used
  -xmlParser.xml4c = true
  -xmlParser.xerces = false
  +xmlParser.xml4c = false
  +xmlParser.xerces = true
   xmlParser.expat = false
   
   ## Values used for XML4C
   xml4c.xmlParserLibrary = xml4c_5
   xml4c.dir.xmlParser = ${env.XML4C_HOME}
  -xml4c.xmlParserLibraryName = AxisXMLParser
  +xml4c.xmlParserLibraryName = AxisXMLParserXML4C
   
   ## Values used for Xerces
   xerces.xmlParserLibrary = xerces-c_2
   xerces.dir.xmlParser = ${env.XERCES_HOME}
  -xerces.xmlParserLibraryName = axis_xerces
  +xerces.xmlParserLibraryName = AxisXMLParserXerces
   
   ## Values used for Expat
   expat.xmlParserLibrary = expat
   expat.dir.xmlParser = ${env.EXPAT_HOME}
  -expat.xmlParserLibraryName = axis_expat
  +expat.xmlParserLibraryName = AxisXMLParserExpat
   
   # Name for compiled XML Parser library - excluding any prefix or suffix
   # eg: For Windows :   axis_xmlParser will produce axis_xmlParser.dll
  @@ -58,18 +58,17 @@
   
   # Transports to be used
   transport.axis = false
  -transport.axis2 = false
  +transport.axis2 = true
   transport.libwww = false
   
   ## Values used for axis
  -axis.transportLibraryName = axis_transport
  -
  +axis.transportLibraryName = AxisTransport
   
   ## Values used for axis2
  -axis2.transportLibraryName = AxisTransport
  +axis2.transportLibraryName = AxisTransport2
   
   ## Values used for libwww
  -libwww.transportLibraryName = libwww_transport
  +libwww.transportLibraryName = AxisTransportLibwww
   
   # Name for compiled transport library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll
  @@ -93,27 +92,27 @@
   # Name for compiled server engine - excluding any prefix or suffix
   # eg: For Windows :   axis_server will produce axis_server.dll
   #     For Unix    :   axis_server will produce libaxis_server.so
  -serverEngineLibraryName = axis_server
  +serverEngineLibraryName = AxisServer
   
   #################################
   # Simple Axis Server Properties #
   #################################
   
   # Is Simple Axis Server to be used?
  -server.simpleAxisServer = false
  +server.simpleAxisServer = true
   
   # Name for compiled server engine - excluding any prefix or suffix
   # eg: For Windows :   simple_axis_server will produce simple_axis_server.exe
   #     For Unix    :   simple_axis_server will produce simple_axis_server
  -simpleAxisServerExecutableName = simple_axis_server
  +simpleAxisServerExecutableName = SimpleAxisServer
   
   #####################
   # Apache Properties #
   #####################
   
   # Apache Versions to be used
  -server.apache13 = false
  -server.apache20 = false
  +server.apache13 = true
  +server.apache20 = true
   
   ## Values used for Apache 1.3
   apache13.dir.server = ${env.APACHE_HOME}
  @@ -155,7 +154,7 @@
   ####################################
   
   # Location of Axis JARs
  -dir.axisJARs = ${basedir}/../../PreReqs
  +dir.axisJARs = ${env.AXISJAVA_LIB}
   
   # Directory in which to place compiled Java classes
   dir.classes = ${dir.obj}/classes
  @@ -163,7 +162,7 @@
   ###########################################
   # Properties for packaging Binary release #
   ###########################################
  -release = CWSS-${version}-${platform}
  +release = axis-c-${version}-${platform}
   dir.release = ${dir.obj}/package/${release}
   
   ###############################
  @@ -239,9 +238,3 @@
   testPort = 9080
   monitorPort = 13260
   
  -####################
  -# GSKit Properties #
  -####################
  -
  -dir.gskit = ${env.GSKIT_HOME}
  -gskitlibrary = gsk7ssl
  \ No newline at end of file
  
  
  
  1.4       +3 -4      ws-axis/c/build/version.properties
  
  Index: version.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/version.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- version.properties	30 Nov 2004 13:55:17 -0000	1.3
  +++ version.properties	30 Nov 2004 14:15:03 -0000	1.4
  @@ -2,8 +2,7 @@
   # This file contains the versioning information for Axis C  #
   #############################################################
   majorVersion = 1
  -minorVersion = 0
  -# revision = 0
  +minorVersion = 4
  +revision = 0
   
  -#version = ${majorVersion}.${minorVersion}.${revision}
  -version = ${majorVersion}.${minorVersion}
  \ No newline at end of file
  +version = ${majorVersion}.${minorVersion}.${revision}