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 la...@apache.org on 2008/04/08 10:31:37 UTC

svn commit: r645789 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl

Author: lahiru
Date: Tue Apr  8 01:31:20 2008
New Revision: 645789

URL: http://svn.apache.org/viewvc?rev=645789&view=rev
Log:
change the build script to build generated code with guththila parser since guththila parser is the default parser of Axis2C.

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl?rev=645789&r1=645788&r2=645789&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl Tue Apr  8 01:31:20 2008
@@ -35,7 +35,7 @@
     -lpthread \
     -laxis2_http_sender \
     -laxis2_http_receiver \
-    -laxis2_libxml2 \
+    -lguththila \
     *.c <xsl:value-of select="@targetsourcelocation"/>/*.c
 </xsl:when>
 <xsl:otherwise>
@@ -47,7 +47,7 @@
     -lpthread \
     -laxis2_http_sender \
     -laxis2_http_receiver \
-    -laxis2_libxml2 \
+    -lguththila \
     *.c 
 </xsl:otherwise>
 </xsl:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org