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 pi...@apache.org on 2008/07/03 13:30:08 UTC

svn commit: r673653 - in /webservices/axis2/trunk/c: axis2c_build.sh build.sh configure.ac

Author: pini
Date: Thu Jul  3 04:30:07 2008
New Revision: 673653

URL: http://svn.apache.org/viewvc?rev=673653&view=rev
Log:
Changed version number to 1.5.0

Modified:
    webservices/axis2/trunk/c/axis2c_build.sh
    webservices/axis2/trunk/c/build.sh
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/axis2c_build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axis2c_build.sh?rev=673653&r1=673652&r2=673653&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axis2c_build.sh (original)
+++ webservices/axis2/trunk/c/axis2c_build.sh Thu Jul  3 04:30:07 2008
@@ -18,6 +18,6 @@
 make install
 
 cd samples
-./configure --prefix=${AXIS2C_DEPLOY} --with-axis2=${AXIS2C_DEPLOY}/include/axis2-1.4.0
+./configure --prefix=${AXIS2C_DEPLOY} --with-axis2=${AXIS2C_DEPLOY}/include/axis2-1.5.0
 make 
 make install

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build.sh?rev=673653&r1=673652&r2=673653&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Thu Jul  3 04:30:07 2008
@@ -13,7 +13,7 @@
 
 cd samples
 sh autogen.sh
-sh configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.4.0
+sh configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.5.0
 make -j 10
 make install
 								

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?rev=673653&r1=673652&r2=673653&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Jul  3 04:30:07 2008
@@ -1,7 +1,7 @@
 dnl run autogen.sh to generate the configure script.
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-src, 1.4.0)
+AC_INIT(axis2c-src, 1.5.0)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([tar-ustar])