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 da...@apache.org on 2006/02/01 08:50:06 UTC

svn commit: r374013 - /webservices/axis2/trunk/c/build.sh

Author: damitha
Date: Tue Jan 31 23:50:02 2006
New Revision: 374013

URL: http://svn.apache.org/viewcvs?rev=374013&view=rev
Log:
renaming libaxis2_libxml2.so to libaxis2_parser.so is no
longer needed

Modified:
    webservices/axis2/trunk/c/build.sh

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/build.sh?rev=374013&r1=374012&r2=374013&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Tue Jan 31 23:50:02 2006
@@ -4,4 +4,3 @@
 ./configure --prefix=${AXIS2C_HOME}
 make
 make install
-cp deploy/lib/libaxis2_libxml2.so deploy/lib/libaxis2_parser.so