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 sh...@apache.org on 2010/01/28 14:16:59 UTC

svn commit: r904073 - in /webservices/axis2/trunk/c: build.sh release_process samples/build.sh

Author: shankar
Date: Thu Jan 28 13:16:59 2010
New Revision: 904073

URL: http://svn.apache.org/viewvc?rev=904073&view=rev
Log:
removing unwanted version names

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

Modified: webservices/axis2/trunk/c/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build.sh?rev=904073&r1=904072&r2=904073&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build.sh (original)
+++ webservices/axis2/trunk/c/build.sh Thu Jan 28 13:16:59 2010
@@ -12,9 +12,6 @@
 make install
 
 cd samples
-sh autogen.sh
-sh configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.6.0
-make -j 10
-make install
-								
+sh build.sh
+
 cd ..

Modified: webservices/axis2/trunk/c/release_process
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/release_process?rev=904073&r1=904072&r2=904073&view=diff
==============================================================================
--- webservices/axis2/trunk/c/release_process (original)
+++ webservices/axis2/trunk/c/release_process Thu Jan 28 13:16:59 2010
@@ -9,13 +9,13 @@
       axutil_version.h 
       axis2.pc.in 
       config.h 
-      build.sh 
       doxygenconf
       AUTHORS (if there are new)
       NOTICE (for years)
       NEWS
       project.xml
       samples/AUTHORS
+	  samples/configure.ac
       configure.ac & Makefile.am (in configure.ac change the VERSION_NO also) 
         util, util/include, guththila, axiom, neethi, samples, tools/tcpmon, tools/md5
       INSTALL file

Modified: webservices/axis2/trunk/c/samples/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/build.sh?rev=904073&r1=904072&r2=904073&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/build.sh (original)
+++ webservices/axis2/trunk/c/samples/build.sh Thu Jan 28 13:16:59 2010
@@ -3,6 +3,6 @@
 ./autogen.sh
 
 ./configure --prefix=${AXIS2C_HOME}
-make 
+make -j 10
 make install