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/05/18 08:58:02 UTC

svn commit: r407476 - in /webservices/axis2/trunk/c: axiom/attachments/ axiom/include/ axiom/soap/ include/ util/include/

Author: damitha
Date: Wed May 17 23:58:01 2006
New Revision: 407476

URL: http://svn.apache.org/viewvc?rev=407476&view=rev
Log:
Changes due to folder structure change

Added:
    webservices/axis2/trunk/c/axiom/include/axis2_soap.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_body.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_body.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_builder.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_builder.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_const.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_const.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_envelope.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_envelope.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_code.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_code.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_detail.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_detail.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_node.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_node.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_reason.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_reason.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_role.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_role.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_sub_code.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_sub_code.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_text.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_text.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_fault_value.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_fault_value.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_header.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_header.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_header_block.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_header_block.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_message.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_message.h
    webservices/axis2/trunk/c/axiom/include/axis2_soap_over_http_sender.h
      - copied unchanged from r407443, webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h
    webservices/axis2/trunk/c/include/axis2_handler_desc.h
      - copied unchanged from r407475, webservices/axis2/trunk/c/util/include/axis2_handler_desc.h
Removed:
    webservices/axis2/trunk/c/include/axis2_soap.h
    webservices/axis2/trunk/c/include/axis2_soap_body.h
    webservices/axis2/trunk/c/include/axis2_soap_builder.h
    webservices/axis2/trunk/c/include/axis2_soap_const.h
    webservices/axis2/trunk/c/include/axis2_soap_envelope.h
    webservices/axis2/trunk/c/include/axis2_soap_fault.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_code.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_detail.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_node.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_reason.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_role.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_sub_code.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_text.h
    webservices/axis2/trunk/c/include/axis2_soap_fault_value.h
    webservices/axis2/trunk/c/include/axis2_soap_header.h
    webservices/axis2/trunk/c/include/axis2_soap_header_block.h
    webservices/axis2/trunk/c/include/axis2_soap_message.h
    webservices/axis2/trunk/c/include/axis2_soap_over_http_sender.h
    webservices/axis2/trunk/c/util/include/axis2_handler_desc.h
Modified:
    webservices/axis2/trunk/c/axiom/attachments/Makefile.am
    webservices/axis2/trunk/c/axiom/attachments/axis2_mime_body_part.h
    webservices/axis2/trunk/c/axiom/attachments/axis2_mime_output.h
    webservices/axis2/trunk/c/axiom/attachments/mime_body_part.c
    webservices/axis2/trunk/c/axiom/soap/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/attachments/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/attachments/Makefile.am?rev=407476&r1=407475&r2=407476&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/attachments/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/attachments/Makefile.am Wed May 17 23:58:01 2006
@@ -7,8 +7,8 @@
 
 libaxis2_attachments_la_LIBADD =  ../../util/libaxis2_util.la 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/modules/platforms
+            -I$(top_builddir)/parser \
+			@UTILINC@ \
+			@UTILINC@/platforms
 
 EXTRA_DIST = axis2_mime_body_part.h axis2_mime_output.h

Modified: webservices/axis2/trunk/c/axiom/attachments/axis2_mime_body_part.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/attachments/axis2_mime_body_part.h?rev=407476&r1=407475&r2=407476&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/attachments/axis2_mime_body_part.h (original)
+++ webservices/axis2/trunk/c/axiom/attachments/axis2_mime_body_part.h Wed May 17 23:58:01 2006
@@ -29,7 +29,6 @@
 #include <axis2_allocator.h>
 #include <axis2_string.h>
 #include <axis2_array_list.h>
-#include <axis2_handler_desc.h>
 #include <axis2_data_handler.h>
 
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/axiom/attachments/axis2_mime_output.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/attachments/axis2_mime_output.h?rev=407476&r1=407475&r2=407476&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/attachments/axis2_mime_output.h (original)
+++ webservices/axis2/trunk/c/axiom/attachments/axis2_mime_output.h Wed May 17 23:58:01 2006
@@ -29,7 +29,6 @@
 #include <axis2_allocator.h>
 #include <axis2_string.h>
 #include <axis2_array_list.h>
-#include <axis2_handler_desc.h>
 
 
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/axiom/attachments/mime_body_part.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/attachments/mime_body_part.c?rev=407476&r1=407475&r2=407476&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/attachments/mime_body_part.c (original)
+++ webservices/axis2/trunk/c/axiom/attachments/mime_body_part.c Wed May 17 23:58:01 2006
@@ -16,6 +16,7 @@
  
 #include <axis2_mime_body_part.h>
 #include <axis2_data_handler.h>
+#include <axis2_hash.h>
 
 typedef struct axis2_mime_body_part_impl
 {

Modified: webservices/axis2/trunk/c/axiom/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/soap/Makefile.am?rev=407476&r1=407475&r2=407476&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/soap/Makefile.am Wed May 17 23:58:01 2006
@@ -18,10 +18,10 @@
 
 libaxis2_soap_la_LIBADD = 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/platforms \
-            -I$(top_builddir)/modules/xml/om
+            -I$(top_builddir)/parser \
+            -I$(top_builddir)/om \
+			@UTILINC@ \
+			@UTILINC@/platforms
 
 EXTRA_DIST=_axis2_soap_body.h _axis2_soap_fault.h _axis2_soap_fault_code.h \
 		_axis2_soap_fault_reason.h _axis2_soap_fault_value.h \