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 na...@apache.org on 2006/07/31 08:31:14 UTC

svn commit: r427029 - in /webservices/axis2/trunk/c/woden/src: wsdl10/ wsdl10/enumeration/ wsdl10/extensions/soap/ wsdl20/ wsdl20/enumeration/ wsdl20/extensions/

Author: nandika
Date: Sun Jul 30 23:31:14 2006
New Revision: 427029

URL: http://svn.apache.org/viewvc?rev=427029&view=rev
Log:
unused files removed

Removed:
    webservices/axis2/trunk/c/woden/src/wsdl10/enumeration/
    webservices/axis2/trunk/c/woden/src/wsdl20/binding.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault_ref.c
    webservices/axis2/trunk/c/woden/src/wsdl20/enumeration/
    webservices/axis2/trunk/c/woden/src/wsdl20/extensions/ext_element.c
    webservices/axis2/trunk/c/woden/src/wsdl20/interface_op.c
Modified:
    webservices/axis2/trunk/c/woden/src/wsdl10/component_model_builder.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_header_block_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_module_deserializer.c
    webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/component_model_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/component_model_builder.c?rev=427029&r1=427028&r2=427029&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/component_model_builder.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/component_model_builder.c Sun Jul 30 23:31:14 2006
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
  
-#include "woden_wsdl10_component_model_builder.h"
+#include <woden_wsdl10_component_model_builder.h>
 #include <woden_wsdl10_desc_element.h>
 #include <woden_include_element.h>
 #include <woden_import_element.h>

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_header_block_deserializer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_header_block_deserializer.c?rev=427029&r1=427028&r2=427029&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_header_block_deserializer.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_header_block_deserializer.c Sun Jul 30 23:31:14 2006
@@ -27,6 +27,7 @@
 #include <axiom_element.h>
 #include <axiom_util.h>
 #include <woden_qname_util.h>
+#include <woden_wsdl10_ext_deserializer.h>
 
 
 typedef struct woden_wsdl10_soap_header_block_deserializer_impl 

Modified: webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_module_deserializer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_module_deserializer.c?rev=427029&r1=427028&r2=427029&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_module_deserializer.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl10/extensions/soap/soap_module_deserializer.c Sun Jul 30 23:31:14 2006
@@ -28,7 +28,8 @@
 #include <axiom_element.h>
 #include <axiom_util.h>
 #include <woden_qname_util.h>
-
+#include <woden_wsdl10_ext_deserializer.h>
+#include <woden_wsdl10_soap_address_exts.h>
 
 typedef struct woden_wsdl10_soap_module_deserializer_impl 
         woden_wsdl10_soap_module_deserializer_impl_t;

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c?rev=427029&r1=427028&r2=427029&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/binding_fault.c Sun Jul 30 23:31:14 2006
@@ -23,6 +23,7 @@
 #include <woden_documentation_element.h>
 #include <xml_schema_element.h>
 #include <woden_interface_fault.h>
+#include <woden_binding_fault_element.h>
 
 typedef struct woden_binding_fault_impl woden_binding_fault_impl_t;
 



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