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 sa...@apache.org on 2005/08/03 12:26:02 UTC

cvs commit: ws-axis/c build.xml

samisa      2005/08/03 03:26:02

  Modified:    c        build.xml
  Log:
  added guththila build stuff
  
  Revision  Changes    Path
  1.27      +11 -0     ws-axis/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	5 Jul 2005 19:28:04 -0000	1.26
  +++ build.xml	3 Aug 2005 10:26:02 -0000	1.27
  @@ -195,6 +195,17 @@
   				</antcall>
   			</then>
   		</if>
  +                <if>
  +                        <equals arg1="${xmlParser.guththila}" arg2="true"/>
  +                        <then>
  +                                <antcall target="compileAxisXMLParser" inheritall="true">
  +                                        <param name="xmlParser" value="guththila"/>
  +                                        <param name="dir.xmlParser" value="${guththila.dir.xmlParser}"/>
  +                                        <param name="xmlParserLibrary" value="${guththila.xmlParserLibrary}"/>
  +                                        <param name="xmlParserLibraryName" value="${guththila.xmlParserLibraryName}"/>
  +                                </antcall>
  +                        </then>
  +                </if>
   	</target>
   
   	<target name="compile">