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 da...@apache.org on 2006/05/19 09:26:20 UTC

svn commit: r407738 - in /webservices/axis2/trunk/c: build.sh util/CREDITS util/LICENSE

Author: damitha
Date: Fri May 19 00:26:15 2006
New Revision: 407738

URL: http://svn.apache.org/viewvc?rev=407738&view=rev
Log:
Added new files

Added:
    webservices/axis2/trunk/c/util/CREDITS
    webservices/axis2/trunk/c/util/LICENSE
Modified:
    webservices/axis2/trunk/c/build.sh

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build.sh?rev=407738&r1=407737&r2=407738&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Fri May 19 00:26:15 2006
@@ -1,15 +1,9 @@
 #!/bin/bash
-cd util
-sh build.sh
-cd ..
-cd axiom
-sh build.sh
-cd ..
 ./autogen.sh
 AXIS2C_HOME=`pwd`/deploy
 AXIS2C=`pwd`
 export AXIS2C_HOME AXIS2C
-./configure --prefix=${AXIS2C_HOME} --enable-tests=no --enable-trace=yes  --with-apache2=/usr/include/apache2 --with-apr=/usr/include/apr-0 --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include
+./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-trace=yes  --with-apache2=/usr/include/apache2 --with-apr=/usr/include/apr-0 --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include
 make
 make install
 cd samples

Added: webservices/axis2/trunk/c/util/CREDITS
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/CREDITS?rev=407738&view=auto
==============================================================================
    (empty)

Added: webservices/axis2/trunk/c/util/LICENSE
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/LICENSE?rev=407738&view=auto
==============================================================================
    (empty)



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org