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 sa...@apache.org on 2004/12/07 13:08:29 UTC

cvs commit: ws-axis/c/build build.Win32.properties

samisa      2004/12/07 04:08:29

  Modified:    c/build  build.Win32.properties
  Log:
  Added IPV6 and removed unused stuff (LibWWW, Expat etc.)
  
  Revision  Changes    Path
  1.5       +4 -16     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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.Win32.properties	30 Nov 2004 14:15:03 -0000	1.4
  +++ build.Win32.properties	7 Dec 2004 12:08:29 -0000	1.5
  @@ -23,14 +23,10 @@
   #	For Xerces, on Unix:
   #		xmlParser = xerces
   #		xmlParserLibrary = xerces-c
  -#	For Expat, on Unix:
  -#		xmlParser = expat
  -#		xmlParserLibrary = expat
   
   # Parsers to be used
   xmlParser.xml4c = false
   xmlParser.xerces = true
  -xmlParser.expat = false
   
   ## Values used for XML4C
   xml4c.xmlParserLibrary = xml4c_5
  @@ -42,10 +38,6 @@
   xerces.dir.xmlParser = ${env.XERCES_HOME}
   xerces.xmlParserLibraryName = AxisXMLParserXerces
   
  -## Values used for Expat
  -expat.xmlParserLibrary = expat
  -expat.dir.xmlParser = ${env.EXPAT_HOME}
  -expat.xmlParserLibraryName = AxisXMLParserExpat
   
   # Name for compiled XML Parser library - excluding any prefix or suffix
   # eg: For Windows :   axis_xmlParser will produce axis_xmlParser.dll
  @@ -57,18 +49,14 @@
   ########################
   
   # Transports to be used
  -transport.axis = false
   transport.axis2 = true
  -transport.libwww = false
  -
  -## Values used for axis
  -axis.transportLibraryName = AxisTransport
  +transport.axis2.ipv6 = false 
   
   ## Values used for axis2
  -axis2.transportLibraryName = AxisTransport2
  +axis2.transportLibraryName = axis2_transport
   
  -## Values used for libwww
  -libwww.transportLibraryName = AxisTransportLibwww
  +## Values used for axis2
  +axis2.ipv6.transportLibraryName = axis2ipv6_transport
   
   # Name for compiled transport library - excluding any prefix or suffix
   # eg: For Windows :   axis_transport will produce axis_transport.dll