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/09 12:04:57 UTC

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

dicka       2004/11/09 03:04:57

  Modified:    c/build  build.AIX.properties build.Linux.properties
                        build.OS400.properties build.SunOS.properties
                        build.Win32.properties
  Log:
  Correct names of libraries produced by ANT build to match documentation and make scripts.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.AIX.properties	5 Nov 2004 10:27:22 -0000	1.2
  +++ build.AIX.properties	9 Nov 2004 11:04:56 -0000	1.3
  @@ -116,11 +116,11 @@
   
   ## 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
  
  
  
  1.3       +2 -2      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.Linux.properties	5 Nov 2004 10:27:22 -0000	1.2
  +++ build.Linux.properties	9 Nov 2004 11:04:56 -0000	1.3
  @@ -116,11 +116,11 @@
   
   ## 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
  
  
  
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.OS400.properties	5 Nov 2004 10:27:22 -0000	1.2
  +++ build.OS400.properties	9 Nov 2004 11:04:56 -0000	1.3
  @@ -116,11 +116,11 @@
   
   ## 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
  
  
  
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.SunOS.properties	5 Nov 2004 10:27:22 -0000	1.2
  +++ build.SunOS.properties	9 Nov 2004 11:04:56 -0000	1.3
  @@ -115,11 +115,11 @@
   
   ## 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
  
  
  
  1.2       +11 -11    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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.Win32.properties	2 Nov 2004 15:19:44 -0000	1.1
  +++ build.Win32.properties	9 Nov 2004 11:04:56 -0000	1.2
  @@ -35,22 +35,22 @@
   ## Values used for XML4C
   xml4c.xmlParserLibrary = xml4c_5
   xml4c.dir.xmlParser = ${env.XML4C_HOME}
  -xml4c.xmlParserLibraryName = axis_xml4c
  +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
   #     For Unix    :   axis_xmlParser will produce libaxis_xmlParser.so
  -xmlParserLibraryName = axis_xmlParser
  +xmlParserLibraryName = AxisXMLParser
   
   ########################
   # Transport Properties #
  @@ -62,19 +62,19 @@
   transport.libwww = false
   
   ## Values used for axis
  -axis.transportLibraryName = axis_transport
  +axis.transportLibraryName = AxisTransport
   
   ## Values used for axis2
  -axis2.transportLibraryName = axis2_transport
  +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
   #     For Unix    :   axis_transport will produce libaxis_transport.so
   #
  -transportLibraryName = axis_transport
  +transportLibraryName = AxisTransport
   
   #####################
   # Client Properties #
  @@ -83,7 +83,7 @@
   # Name for compiled client - excluding any prefix or suffix
   # eg: For Windows :   axis_client will produce axis_client.dll
   #     For Unix    :   axis_client will produce libaxis_client.so
  -clientLibraryName = axis_client
  +clientLibraryName = AxisClient
   
   ############################
   # Server Engine Properties #
  @@ -92,7 +92,7 @@
   # 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 #
  @@ -104,7 +104,7 @@
   # 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 #