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 pe...@apache.org on 2005/02/06 14:50:00 UTC

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

perryan     2005/02/06 05:50:00

  Modified:    c/build  build.AIX.properties build.Linux.properties
                        build.OS400.properties build.SunOS.properties
  Log:
  Updated properties files to specify value for SSL library locations
  
  Revision  Changes    Path
  1.18      +1 -0      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.AIX.properties	27 Jan 2005 11:35:24 -0000	1.17
  +++ build.AIX.properties	6 Feb 2005 13:50:00 -0000	1.18
  @@ -88,6 +88,7 @@
   HTTP.SSLChannel = true
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
  +HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin
   
   # Name for compiled secure channel library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll
  
  
  
  1.20      +1 -0      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.Linux.properties	27 Jan 2005 11:35:24 -0000	1.19
  +++ build.Linux.properties	6 Feb 2005 13:50:00 -0000	1.20
  @@ -88,6 +88,7 @@
   HTTP.SSLChannel = true
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
  +HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin
   
   # Name for compiled secure channel library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll
  
  
  
  1.17      +1 -0      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.OS400.properties	27 Jan 2005 11:35:24 -0000	1.16
  +++ build.OS400.properties	6 Feb 2005 13:50:00 -0000	1.17
  @@ -88,6 +88,7 @@
   HTTP.SSLchannel = true
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
  +HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin
   
   # Name for compiled secure channel library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll
  
  
  
  1.18      +1 -0      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.SunOS.properties	27 Jan 2005 11:35:24 -0000	1.17
  +++ build.SunOS.properties	6 Feb 2005 13:50:00 -0000	1.18
  @@ -88,6 +88,7 @@
   HTTP.SSLChannel = true
   
   HTTP.SSLChannel.dir = ${env.OPENSSL_HOME}
  +HTTP.SSLChannel.eay.dir = ${HTTP.SSLChannel.dir}/bin
   
   # Name for compiled secure channel library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll