Author: pini Date: Thu Dec 6 06:48:40 2007 New Revision: 601749 URL: http://svn.apache.org/viewvc?rev=601749&view=rev Log: Changed libmod_axis2.so.0.1.0 to libmod_axis2.0.2.0
Modified: webservices/axis2/trunk/c/INSTALL webservices/axis2/trunk/c/configure.ac Modified: webservices/axis2/trunk/c/INSTALL URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?rev=601749&r1=601748&r2=601749&view=diff ============================================================================== --- webservices/axis2/trunk/c/INSTALL (original) +++ webservices/axis2/trunk/c/INSTALL Thu Dec 6 06:48:40 2007 @@ -372,10 +372,10 @@ NOTE: To do the following tasks, you might need super user privileges in your machine. - Copy the mod_axis2 (libmod_axis2.so.0.0.0 on Linux and mod_axis2.dll in Windows) + Copy the mod_axis2 (libmod_axis2.so.0.2.0 on Linux and mod_axis2.dll in Windows) to "<apache2 modules directory>" as mod_axis2.so Example: - cp $AXIS2C_HOME/lib/libmod_axis2.so.0.0.0 /usr/lib/apache2/modules/mod_axis2.so + cp $AXIS2C_HOME/lib/libmod_axis2.so.0.2.0 /usr/lib/apache2/modules/mod_axis2.so in Linux or copy C:\axis2c\build\deploy\lib\mod_axis2.dll C:\Apache2\modules\mod_axis2.so Modified: webservices/axis2/trunk/c/configure.ac URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?rev=601749&r1=601748&r2=601749&view=diff ============================================================================== --- webservices/axis2/trunk/c/configure.ac (original) +++ webservices/axis2/trunk/c/configure.ac Thu Dec 6 06:48:40 2007 @@ -347,7 +347,7 @@ APACHE2INC=$apache2inc IKSEMELINC=$iksemelinc APRINC=$aprinc -VERSION_NO="1:0:1" +VERSION_NO="2:0:2" AC_SUBST(VERSION_NO) AC_SUBST(PARSER_LIBS) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]