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/14 06:21:46 UTC

svn commit: r377625 - in /webservices/axis2/trunk/c: include/ modules/core/ modules/core/deployment/ modules/core/transport/http/sender/ modules/mod_addr/

Author: damitha
Date: Mon Feb 13 21:21:40 2006
New Revision: 377625

URL: http://svn.apache.org/viewcvs?rev=377625&view=rev
Log:
Moved deployemt header files to deployment folder.

Added:
    webservices/axis2/trunk/c/modules/core/deployment/axis2_arch_file_data.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_arch_file_data.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_arch_reader.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_arch_reader.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_builder.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_conf_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_conf_init.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_conf_init.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_dep_engine.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_dep_engine.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_desc_builder.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_desc_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_module_builder.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_module_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_phases_info.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_phases_info.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_repos_listener.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_repos_listener.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_builder.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_svc_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_svc_grp_builder.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_svc_grp_builder.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_ws_info.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_ws_info.h
    webservices/axis2/trunk/c/modules/core/deployment/axis2_ws_info_list.h
      - copied unchanged from r377616, webservices/axis2/trunk/c/include/axis2_ws_info_list.h
Removed:
    webservices/axis2/trunk/c/include/axis2_arch_file_data.h
    webservices/axis2/trunk/c/include/axis2_arch_reader.h
    webservices/axis2/trunk/c/include/axis2_conf_builder.h
    webservices/axis2/trunk/c/include/axis2_conf_init.h
    webservices/axis2/trunk/c/include/axis2_dep_engine.h
    webservices/axis2/trunk/c/include/axis2_desc_builder.h
    webservices/axis2/trunk/c/include/axis2_module_builder.h
    webservices/axis2/trunk/c/include/axis2_phases_info.h
    webservices/axis2/trunk/c/include/axis2_repos_listener.h
    webservices/axis2/trunk/c/include/axis2_svc_builder.h
    webservices/axis2/trunk/c/include/axis2_svc_grp_builder.h
    webservices/axis2/trunk/c/include/axis2_ws_info.h
    webservices/axis2/trunk/c/include/axis2_ws_info_list.h
Modified:
    webservices/axis2/trunk/c/modules/core/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
    webservices/axis2/trunk/c/modules/mod_addr/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/Makefile.am?rev=377625&r1=377624&r2=377625&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/Makefile.am Mon Feb 13 21:21:40 2006
@@ -1 +1 @@
-SUBDIRS = engine transport transport/http transport/http/sender transport/http/receiver transport/http/server
+SUBDIRS = engine transport transport/http/sender transport/http/receiver transport/http/server

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am?rev=377625&r1=377624&r2=377625&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am Mon Feb 13 21:21:40 2006
@@ -15,4 +15,5 @@
            -I$(top_builddir)/modules/core/context \
            -I$(top_builddir)/modules/core/phaseresolver \
            -I$(top_builddir)/modules/core/engine \
+           -I$(top_builddir)/modules/core/deployment \
            -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/mod_addr/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/mod_addr/Makefile.am?rev=377625&r1=377624&r2=377625&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/mod_addr/Makefile.am Mon Feb 13 21:21:40 2006
@@ -17,5 +17,6 @@
             -I$(top_builddir)/modules/core/phaseresolver \
             -I$(top_builddir)/modules/core/engine \
             -I$(top_builddir)/modules/core/transport \
+            -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/wsdl \
             -I$(top_builddir)/modules/platforms