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/02 10:55:57 UTC

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

Author: damitha
Date: Thu Feb  2 01:55:52 2006
New Revision: 374330

URL: http://svn.apache.org/viewcvs?rev=374330&view=rev
Log:
Since sanjaya's last patch copying xml files 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=374330&r1=374329&r2=374330&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Thu Feb  2 01:55:52 2006
@@ -4,6 +4,3 @@
 ./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-samples=yes
 make
 make install
-cp -f samples/server/echo/services.xml ${AXIS2C_HOME}/services/echo
-cp -f samples/server/math/services.xml ${AXIS2C_HOME}/services/math
-cp -f samples/server/axis2.xml ${AXIS2C_HOME}