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 di...@apache.org on 2007/02/16 04:44:55 UTC

svn commit: r508301 - in /webservices/axis2/trunk/c: configure.ac modules/core/Makefile.am modules/core/transport/http/server/Makefile.am

Author: dinesh
Date: Thu Feb 15 19:44:54 2007
New Revision: 508301

URL: http://svn.apache.org/viewvc?view=rev&rev=508301
Log:
removed transport dependancy engine had. Make build system accordingly with it

Modified:
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/modules/core/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/configure.ac?view=diff&rev=508301&r1=508300&r2=508301
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Feb 15 19:44:54 2007
@@ -327,6 +327,7 @@
     modules/core/engine/Makefile \
     modules/core/addr/Makefile \
     modules/core/phaseresolver/Makefile \
+    modules/core/transport/Makefile \
     modules/core/transport/http/Makefile \
     modules/core/transport/http/common/Makefile \
     modules/core/transport/http/util/Makefile \

Modified: webservices/axis2/trunk/c/modules/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/Makefile.am?view=diff&rev=508301&r1=508300&r2=508301
==============================================================================
--- webservices/axis2/trunk/c/modules/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/Makefile.am Thu Feb 15 19:44:54 2007
@@ -1 +1 @@
-SUBDIRS = addr context description phaseresolver receivers util clientapi deployment engine transport/http transport/http/receiver transport/http/sender transport/http/server transport/http/common transport/http/util transport/http/server/simple_axis2_server
+SUBDIRS = addr context description phaseresolver receivers util clientapi deployment engine transport

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am?view=diff&rev=508301&r1=508300&r2=508301
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am Thu Feb 15 19:44:54 2007
@@ -1 +1 @@
-SUBDIRS=@APACHE2BUILD@
+SUBDIRS=@APACHE2BUILD@ simple_axis2_server



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