Author: nandika
Date: Mon Aug  2 09:54:15 2010
New Revision: 981436

URL: http://svn.apache.org/viewvc?rev=981436&view=rev
Log:
Axis2c version number updated in BuildScriptTemplate.xsl

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

Modified: 
axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl?rev=981436&r1=981435&r2=981436&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl
 (original)
+++ 
axis/axis2/java/core/trunk/modules/codegen/src/org/apache/axis2/wsdl/template/c/BuildScriptTemplate.xsl
 Mon Aug  2 09:54:15 2010
@@ -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.5.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.7.0/ -I<xsl:value-of 
select="$targetsourcelocation"/> -L$AXIS2C_HOME/lib \
     -laxutil \
     -laxis2_axiom \
     -laxis2_engine \
@@ -39,7 +39,7 @@ gcc -g -shared -olib<xsl:value-of select
     *.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.5.0/  -L$AXIS2C_HOME/lib \
+gcc -g -shared -olib<xsl:value-of select="$servicename"/>.so -I 
$AXIS2C_HOME/include/axis2-1.7.0/  -L$AXIS2C_HOME/lib \
     -laxutil \
     -laxis2_axiom \
     -laxis2_engine \


Reply via email to