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 la...@apache.org on 2008/07/16 19:58:02 UTC

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

Author: lahiru
Date: Wed Jul 16 10:58:02 2008
New Revision: 677363

URL: http://svn.apache.org/viewvc?rev=677363&view=rev
Log:
change the build script according to Axis2C release.

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=677363&r1=677362&r2=677363&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 Wed Jul 16 10:58:02 2008
@@ -27,7 +27,7 @@
 <xsl:variable name="targetsourcelocation"><xsl:value-of select="@targetsourcelocation"/></xsl:variable>
 <xsl:choose>
 <xsl:when test="$option = 1">
-gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.4.0/ -I<xsl:value-of select="$targetsourcelocation"/> -L$AXIS2C_HOME/lib \
+gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.5.0/ -I<xsl:value-of select="$targetsourcelocation"/> -L$AXIS2C_HOME/lib \
     -laxutil \
     -laxis2_axiom \
     -laxis2_engine \
@@ -39,7 +39,7 @@
     *.c <xsl:value-of select="@targetsourcelocation"/>/*.c
 </xsl:when>
 <xsl:otherwise>
-gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.4.0/  -L$AXIS2C_HOME/lib \
+gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I $AXIS2C_HOME/include/axis2-1.5.0/  -L$AXIS2C_HOME/lib \
     -laxutil \
     -laxis2_axiom \
     -laxis2_engine \