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 pi...@apache.org on 2006/09/29 07:17:01 UTC

svn commit: r451127 - in /webservices/axis2/trunk/c: Makefile.am configure.ac dist.sh

Author: pini
Date: Thu Sep 28 22:17:00 2006
New Revision: 451127

URL: http://svn.apache.org/viewvc?view=rev&rev=451127
Log:
Added docs to source distribution.

Modified:
    webservices/axis2/trunk/c/Makefile.am
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/dist.sh

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/Makefile.am?view=diff&rev=451127&r1=451126&r2=451127
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Thu Sep 28 22:17:00 2006
@@ -21,6 +21,7 @@
 	rm -rf `find $(distdir)/ -type f -name Makefile`
 	rm -rf `find $(distdir)/ -type f -name axis2c-sample-src-${PACKAGE_VERSION}.tar.gz`
 	rm -rf `find $(distdir)/ -type d -name autom4te.cache`
+	sh dist.sh
 
 bindist: $(bin_PROGRAMS)
 	rm -rf axis2c-bin-${PACKAGE_VERSION}-linux

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=451127&r1=451126&r2=451127
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Sep 28 22:17:00 2006
@@ -137,7 +137,7 @@
     AC_MSG_RESULT(yes)
     dnl Find apache2 include dir in the path pointed by APACHE2_HOME env variable
     if test -d $withval; then
-        apache2inc="-I$withval"
+        apache2inc="-I$withval/include"
     dnl else find the apache2 include dir in /usr/local/apache2
     elif test -d '/usr/include/apache2'; then
         apache2inc="-I/usr/include/apache2"
@@ -161,7 +161,7 @@
     AC_MSG_RESULT(yes)
     dnl Find apr include dir in the path
     if test -d $withval; then
-        aprinc="-I$withval"
+        aprinc="-I$withval/include"
     dnl else find the apache2 include dir in /usr/local/apache2
     elif test -d '/usr/include/apr-0'; then
         aprinc="-I/usr/include/apr-0"

Modified: webservices/axis2/trunk/c/dist.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/dist.sh?view=diff&rev=451127&r1=451126&r2=451127
==============================================================================
--- webservices/axis2/trunk/c/dist.sh (original)
+++ webservices/axis2/trunk/c/dist.sh Thu Sep 28 22:17:00 2006
@@ -1,302 +1,12 @@
 #!/bin/bash
 
-rm -rf release
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mkdir release
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-
-cd util
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make dist
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-tar xf axis2c-src-0.93.tar.gz 
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf util
-
-mv axis2c-src-0.93 util
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ../axiom
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make dist
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-tar xf axis2c-src-0.93.tar.gz 
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf axiom
-
-mv axis2c-src-0.93 axiom
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ../xml_schema
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make dist
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-tar xf axis2c-src-0.93.tar.gz 
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf xml_schema
-
-mv axis2c-src-0.93 xml_schema
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ../woden
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make dist
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-tar xf axis2c-src-0.93.tar.gz 
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf woden
-
-mv axis2c-src-0.93 woden
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ..
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd samples
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make clean
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make dist
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-tar xf axis2c-src-0.93.tar.gz 
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf samples
-
-mv axis2c-src-0.93 samples
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ../rampart
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-sh build.sh
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-make dist
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-tar xf axis2c-src-0.93.tar.gz 
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf rampart
-
-mv axis2c-src-0.93 rampart
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ../release
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv ../axis2c-src-0.93 .
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv ../axiom/axiom axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv ../xml_schema/xml_schema axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv ../woden/woden axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv ../rampart/rampart axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv ../util/util axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf axis2c-src-0.93/samples
-mv ../samples/samples axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-cd ..
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-rm -rf axis2c-src-0.93
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
-mv release/axis2c-src-0.93 .
-if [ "$?" -ne 0 ]
-then
-exit 1
-fi
-
 rm -rf xdocs/api/html
 maven site
 cd xdocs/api
 doxygen doxygenconf
 cd ../..
 cp -r xdocs/api/html target/docs/api/
-cp -r target/docs axis2c-src-0.93
+cp -r target/docs axis2c-src-0.94
 
 for i in `find . -name "*.la"`
 do



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