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/10/15 09:52:29 UTC

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

dicka       2004/10/15 00:52:29

  Modified:    c        build.AIX.properties
  Log:
  Correcting typo in ANT property files for XML4C path on AIX - to match that of other platforms
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.8       +1 -1      ws-axis/c/build.AIX.properties
  
  Index: build.AIX.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.AIX.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.AIX.properties	14 Oct 2004 08:10:27 -0000	1.7
  +++ build.AIX.properties	15 Oct 2004 07:52:29 -0000	1.8
  @@ -20,7 +20,7 @@
   
   ## Values used for XML4C
   xml4c.xmlParserLibrary = xml4c
  -xml4c.dir.xmlParser = ${env.XML4C}
  +xml4c.dir.xmlParser = ${env.XML4C_HOME}
   xml4c.xmlParserLibraryName = axis_xml4c
   
   ## Values used for Xerces