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 da...@apache.org on 2004/11/29 04:13:27 UTC

cvs commit: ws-axis/c/src/platforms/unix PlatformSpecificUnix.hpp

damitha     2004/11/28 19:13:27

  Modified:    c/src/platforms/unix PlatformSpecificUnix.hpp
  Log:
  secure library name was with path. Removed and kept only the library name
  
  Revision  Changes    Path
  1.5       +1 -1      ws-axis/c/src/platforms/unix/PlatformSpecificUnix.hpp
  
  Index: PlatformSpecificUnix.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/platforms/unix/PlatformSpecificUnix.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- PlatformSpecificUnix.hpp	25 Nov 2004 12:41:57 -0000	1.4
  +++ PlatformSpecificUnix.hpp	29 Nov 2004 03:13:27 -0000	1.5
  @@ -24,7 +24,7 @@
   // =============================================================
   #define PLATFORM_XMLPARSER_PATH      "libaxis_xmlparser.so"
   #define PLATFORM_TRANSPORTHTTP_PATH  "libaxis_transport.so"
  -#define PLATFORM_SSLCHANNEL_PATH  "/usr/local/axiscpp_deploy/lib/libaxis2_ssl_channel.so"
  +#define PLATFORM_SSLCHANNEL_PATH  "libaxis2_ssl_channel.so"
   
   #define PLATFORM_LOG_PATH            "/usr/local/axiscpp_deploy/log/AxisLog"
   #define PLATFORM_CLIENTLOG_PATH      "/usr/local/axiscpp_deploy/log/AxisClientLog"