Author: damitha Date: Mon Apr 13 03:28:11 2009 New Revision: 764352 URL: http://svn.apache.org/viewvc?rev=764352&view=rev Log: Update to the 1.6.0 axis2/C version
Modified: webservices/sandesha/trunk/c/build.sh webservices/sandesha/trunk/c/samples/build.sh Modified: webservices/sandesha/trunk/c/build.sh URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/build.sh?rev=764352&r1=764351&r2=764352&view=diff ============================================================================== --- webservices/sandesha/trunk/c/build.sh (original) +++ webservices/sandesha/trunk/c/build.sh Mon Apr 13 03:28:11 2009 @@ -1,5 +1,5 @@ #!/bin/bash ./autogen.sh -./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2=${AXIS2C_HOME}/include/axis2-1.5.0 +./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 make -j30 make install Modified: webservices/sandesha/trunk/c/samples/build.sh URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/build.sh?rev=764352&r1=764351&r2=764352&view=diff ============================================================================== --- webservices/sandesha/trunk/c/samples/build.sh (original) +++ webservices/sandesha/trunk/c/samples/build.sh Mon Apr 13 03:28:11 2009 @@ -2,6 +2,6 @@ ./autogen.sh -./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.5.0 +./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0 make -j30 make install --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscr...@ws.apache.org For additional commands, e-mail: sandesha-dev-h...@ws.apache.org