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 2005/08/03 12:14:34 UTC

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

samisa      2005/08/03 03:14:34

  Modified:    c/build  build.common.properties
  Log:
  Added Guththila properties
  
  Revision  Changes    Path
  1.4       +6 -0      ws-axis/c/build/build.common.properties
  
  Index: build.common.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/build.common.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.common.properties	22 Jul 2005 14:15:39 -0000	1.3
  +++ build.common.properties	3 Aug 2005 10:14:33 -0000	1.4
  @@ -5,6 +5,7 @@
   
   testconf.client.parser.xml4c = false
   testconf.client.parser.xerces = true
  +testconf.client.parser.guththila = false
   
   #############################
   # Server to deploy Services #
  @@ -49,6 +50,7 @@
   # Parsers to be used
   xmlParser.xml4c = false
   xmlParser.xerces = true
  +xmlParser.guththila = false
   
   ## Values used for XML4C
   xml4c.xmlParserLibrary = xml4c
  @@ -60,6 +62,10 @@
   xerces.dir.xmlParser = ${env.XERCES_HOME}
   xerces.xmlParserLibraryName = axis_xerces
   
  +## Values used for Guththila
  +guththila.xmlParserLibrary = guththila
  +guththila.dir.xmlParser = ${basedir}/src/guththila
  +guththila.xmlParserLibraryName = axis_guththila
   
   # Name for compiled XML Parser library - excluding any prefix or suffix
   # eg: For Windows :   axis_xmlparser will produce axis_xmlparser.dll