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 02:56:23 UTC

svn commit: r377571 - in /webservices/axis2/trunk/c: modules/core/ modules/core/addr/ modules/core/clientapi/ modules/core/context/ modules/core/description/ modules/core/engine/ modules/core/phaseresolver/ modules/core/receivers/ modules/core/transpor...

Author: damitha
Date: Mon Feb 13 17:56:21 2006
New Revision: 377571

URL: http://svn.apache.org/viewcvs?rev=377571&view=rev
Log:
Now in linux, I have configured the build system to produce
to deliver appropriate binaries.


Modified:
    webservices/axis2/trunk/c/modules/core/Makefile.am
    webservices/axis2/trunk/c/modules/core/addr/Makefile.am
    webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/modules/core/context/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/Makefile.am
    webservices/axis2/trunk/c/modules/core/engine/Makefile.am
    webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am
    webservices/axis2/trunk/c/modules/core/util/Makefile.am
    webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/math/Makefile.am
    webservices/axis2/trunk/c/samples/server/axis2.xml
    webservices/axis2/trunk/c/samples/server/echo/services.xml
    webservices/axis2/trunk/c/samples/server/math/services.xml
    webservices/axis2/trunk/c/test/core/addr/Makefile.am
    webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
    webservices/axis2/trunk/c/test/core/context/Makefile.am
    webservices/axis2/trunk/c/test/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/core/description/Makefile.am
    webservices/axis2/trunk/c/test/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
    webservices/axis2/trunk/c/test/unit/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/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=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,2 +1 @@
-TESTS =
-SUBDIRS = context engine phaseresolver description deployment addr receivers clientapi util transport 
+SUBDIRS = engine transport transport/http transport/http/sender transport/http/receiver transport/http/server

Modified: webservices/axis2/trunk/c/modules/core/addr/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/addr/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/addr/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_addr.la
+noinst_LTLIBRARIES = libaxis2_addr.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_addr_la_SOURCES = relates_to.c svc_name.c any_content_type.c endpoint_ref.c msg_info_headers.c
 

Modified: webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_clientapi.la
+noinst_LTLIBRARIES = libaxis2_clientapi.la
 noinst_HEADERS = callback_recv.h listener_manager.h
 
 AM_CPPFLAGS = $(CPPFLAGS)

Modified: webservices/axis2/trunk/c/modules/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/context/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_context.la
+noinst_LTLIBRARIES = libaxis2_context.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_context_la_SOURCES = ctx.c \
                                 msg_ctx.c \

Modified: webservices/axis2/trunk/c/modules/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/description/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_description.la
+noinst_LTLIBRARIES = libaxis2_description.la
 noinst_HEADERS = axis2_description.h
 
 AM_CPPFLAGS = $(CPPFLAGS)

Modified: webservices/axis2/trunk/c/modules/core/engine/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/engine/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/engine/Makefile.am Mon Feb 13 17:56:21 2006
@@ -13,14 +13,76 @@
                                 soap_action_disp.c \
                                 soap_body_disp.c \
                                 ctx_handler.c \
-                                engine.c 
+                                engine.c \
+                                ../description/param_container.c \
+                                ../description/op.c \
+                                ../description/svc.c \
+                                ../description/module.c \
+                                ../description/module_desc.c \
+                                ../description/param.c \
+                                ../description/svc_grp.c \
+                                ../description/phase_rule.c \
+                                ../description/handler_desc.c \
+                                ../description/flow.c \
+                                ../description/flow_container.c \
+                                ../description/transport_in_desc.c \
+                                ../description/transport_out_desc.c \
+                                ../description/dll_desc.c \
+                                ../receivers/msg_recv.c \
+                                ../receivers/raw_xml_in_out_msg_recv.c \
+                                ../receivers/svr_callback.c \
+                                ../deployment/phases_info.c \
+                                ../deployment/desc_builder.c \
+                                ../deployment/arch_reader.c \
+                                ../deployment/dep_engine.c \
+                                ../deployment/arch_file_data.c \
+                                ../deployment/ws_info.c \
+                                ../deployment/ws_info_list.c \
+                                ../deployment/svc_builder.c \
+                                ../deployment/svc_grp_builder.c \
+                                ../deployment/module_builder.c \
+                                ../deployment/conf_builder.c \
+                                ../deployment/repos_listener.c \
+                                ../deployment/conf_init.c \
+                                ../context/ctx.c \
+                                ../context/msg_ctx.c \
+                                ../context/op_ctx.c \
+                                ../context/svc_ctx.c \
+                                ../context/svc_grp_ctx.c \
+                                ../context/conf_ctx.c \
+                                ../addr/relates_to.c \
+                                ../addr/svc_name.c \
+                                ../addr/any_content_type.c \
+                                ../addr/endpoint_ref.c \
+                                ../addr/msg_info_headers.c \
+                                ../clientapi/async_result.c \
+                                ../clientapi/callback.c \
+                                ../clientapi/mep_client.c \
+                                ../clientapi/listener_manager.c \
+                                ../clientapi/callback_recv.c \
+                                ../clientapi/call.c \
+                                ../clientapi/msg_sender.c \
+                                ../clientapi/stub.c \
+                                ../phaseresolver/phase_holder.c \
+                                ../phaseresolver/phase_resolver.c \
+                                ../util/core_utils.c \
+                                ../transport/http/http_worker.c \
+                                ../transport/http/http_transport_utils.c\
+                				../transport/http/http_simple_request.c\
+                				../transport/http/http_simple_response.c\
+				                ../transport/http/http_request_line.c\
+				                ../transport/http/http_status_line.c\
+				                ../transport/http/http_header.c\
+                                ../transport/http/url.c\
+                                ../transport/http/http_out_transport_info.c\
+                                ../transport/http/http_chunked_stream.c
 
-libaxis2_engine_la_LIBADD = 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \
-            -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/wsdl \
+            -I$(top_builddir)/modules/core/description \
+            -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/core/transport \
+            -I$(top_builddir)/modules/core/clientapi \
             -I$(top_builddir)/modules/xml/parser \
-            -I$(top_builddir)/modules/core/deployment \
             -I$(top_builddir)/modules/platforms

Modified: webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/phaseresolver/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_phaseresolver.la
+noinst_LTLIBRARIES = libaxis2_phaseresolver.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_phaseresolver_la_SOURCES = phase_holder.c \
                                     phase_resolver.c

Modified: webservices/axis2/trunk/c/modules/core/receivers/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/receivers/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/receivers/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/receivers/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_receivers.la
+noinst_LTLIBRARIES = libaxis2_receivers.la
 AM_CPPFLAGS = $(CPPFLAGS)
 
 libaxis2_receivers_la_SOURCES = msg_recv.c \

Modified: webservices/axis2/trunk/c/modules/core/transport/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,6 +1,2 @@
-TESTS =
-
-SUBDIRS = http http/sender http/receiver http/server
-
 noinst_HEADERS = axis2_transport_receiver.h \
                     axis2_transport_sender.h

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/Makefile.am Mon Feb 13 17:56:21 2006
@@ -5,26 +5,26 @@
 AM_CPPFLAGS = $(CPPFLAGS) -g -pthread
 axis2_http_server_SOURCES = http_server_main.c
 
-axis2_http_server_LDADD   = $(LDFLAGS) \
+axis2_http_server_LDADD   =  $(LDFLAGS) \
                             -L$(AXIS2C_HOME)/lib  \
-                            -laxis2_util \
-                            -laxis2_http_transport \
-                            -laxis2_context \
-                            -laxis2_addr \
                             -laxis2_om \
                             -laxis2_engine \
-                            -laxis2_receivers \
-                            -laxis2_description \
                             -laxis2_soap \
                             -laxis2_wsdl \
-                            -laxis2_phaseresolver \
-                            -laxis2_core_util \
-                            -laxis2_deployment \
                             -laxis2_libxml2 \
                             -laxis2_http_sender \
                             -laxis2_http_receiver \
                             -lxml2 \
-                            -laxis2_unix \
+                            -laxis2_unix\
+                            -L$(top_builddir)/modules/util/.libs\
+                            -L$(top_builddir)/modules/wsdl/.libs\
+                            -L$(top_builddir)/modules/core/engine/.libs \
+                            -L$(top_builddir)/modules/core/transport/http/sender/.libs\
+                            -L$(top_builddir)/modules/core/transport/http/receiver/.libs\
+                            -L$(top_builddir)/modules/xml/om/.libs\
+                            -L$(top_builddir)/modules/xml/parser/libxml2/.libs\
+                            -L$(top_builddir)/modules/xml/soap/.libs\
+                            -L$(top_builddir)/modules/platforms/unix/.libs\
                             -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME) \
                             -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME)
                     

Modified: webservices/axis2/trunk/c/modules/core/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/util/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/util/Makefile.am Mon Feb 13 17:56:21 2006
@@ -1,5 +1,5 @@
 TESTS =
-lib_LTLIBRARIES = libaxis2_core_util.la
+noinst_LTLIBRARIES = libaxis2_core_util.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_core_util_la_SOURCES = core_utils.c
 

Modified: webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/addr_echo/Makefile.am Mon Feb 13 17:56:21 2006
@@ -4,19 +4,11 @@
 
 addr_echo_LDADD   =  -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -laxis2_unix \
-                    -laxis2_receivers \
-                    -laxis2_core_util \
-                    -laxis2_clientapi \
                     -laxis2_soap \
                     -laxis2_http_transport \
                     -laxis2_http_sender \

Modified: webservices/axis2/trunk/c/samples/client/echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/echo/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo/Makefile.am Mon Feb 13 17:56:21 2006
@@ -6,19 +6,11 @@
 
 echo_LDADD   =  -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -laxis2_unix \
-                    -laxis2_receivers \
-                    -laxis2_core_util \
-                    -laxis2_clientapi \
                     -laxis2_soap \
                     -laxis2_http_transport \
                     -laxis2_http_sender \

Modified: webservices/axis2/trunk/c/samples/client/math/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/math/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/math/Makefile.am Mon Feb 13 17:56:21 2006
@@ -6,19 +6,11 @@
 
 math_LDADD   =  -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_wsdl \
                     -laxis2_engine \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -laxis2_unix \
-                    -laxis2_receivers \
-                    -laxis2_core_util \
-                    -laxis2_clientapi \
                     -laxis2_soap \
                     -laxis2_http_transport \
                     -laxis2_http_sender \

Modified: webservices/axis2/trunk/c/samples/server/axis2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/axis2.xml?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/axis2.xml (original)
+++ webservices/axis2/trunk/c/samples/server/axis2.xml Mon Feb 13 17:56:21 2006
@@ -34,7 +34,7 @@
     <!-- Message Receivers -->
     <!-- ================================================= -->
     <!-- This is the Deafult Message Receiver for the Request Response style Operations -->
-    <messageReceiver mep="INOUT" class="axis2_receivers"/>
+    <!--messageReceiver mep="INOUT" class="axis2_receivers"/-->
 
     <!-- ================================================= -->
     <!-- Transport Ins -->

Modified: webservices/axis2/trunk/c/samples/server/echo/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/services.xml?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/services.xml (original)
+++ webservices/axis2/trunk/c/samples/server/echo/services.xml Mon Feb 13 17:56:21 2006
@@ -6,7 +6,7 @@
    </description>
 
     <operation name="echoString">
-            <messageReceiver class="axis2_receivers" />
+            <!--messageReceiver class="axis2_receivers" /-->
             <parameter name="wsamapping" >http://127.0.0.1:9090/axis2/services/echo/echoString</parameter>
     </operation>
 

Modified: webservices/axis2/trunk/c/samples/server/math/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/math/services.xml?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/math/services.xml (original)
+++ webservices/axis2/trunk/c/samples/server/math/services.xml Mon Feb 13 17:56:21 2006
@@ -6,19 +6,19 @@
    </description>
 
     <operation name="add">
-            <messageReceiver class="axis2_receivers" />
+            <!--messageReceiver class="axis2_receivers" /-->
     </operation>
 
     <operation name="sub">
-            <messageReceiver class="axis2_receivers" />
+            <!--messageReceiver class="axis2_receivers" /-->
     </operation>
 
     <operation name="mul">
-            <messageReceiver class="axis2_receivers" />
+            <!--messageReceiver class="axis2_receivers" /-->
     </operation>
 
     <operation name="div">
-            <messageReceiver class="axis2_receivers" />
+            <!--messageReceiver class="axis2_receivers" /-->
     </operation>
 
 </service>

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/addr/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Mon Feb 13 17:56:21 2006
@@ -6,17 +6,12 @@
 
 
 test_addr_LDADD   =  -L$(AXIS2C_HOME)/lib \
-	                -laxis2_description \
-	                -laxis2_context \
 	                -laxis2_util \
                     -laxis2_unix \
-	                -laxis2_deployment \
 	                -laxis2_om \
 	                -laxis2_engine \
 	                -laxis2_wsdl \
 	                -laxis2_parser \
-	                -laxis2_phaseresolver \
-	                -laxis2_addr \
 	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
 	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
 

Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Mon Feb 13 17:56:21 2006
@@ -8,21 +8,12 @@
 test_clientapi_SOURCES = test_clientapi.c
 
 test_clientapi_LDADD   =  -L$(AXIS2C_HOME)/lib \
-                    -laxis2_description \
-	                -laxis2_context \
 	                -laxis2_util \
-                    -laxis2_unix \
-	                -laxis2_core_util \
-	                -laxis2_deployment \
 	                -laxis2_om \
 	                -laxis2_engine \
 	                -laxis2_wsdl \
 	                -laxis2_http_sender \
 	                -laxis2_parser \
-	                -laxis2_phaseresolver \
-	                -laxis2_addr \
-	                -laxis2_receivers \
-					-laxis2_clientapi \
 	                -laxis2_http_transport \
 					-laxis2_soap \
                     -laxis2_unix \
@@ -30,19 +21,11 @@
 	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME)
 
 test_client_LDADD   =  -L$(AXIS2C_HOME)/lib \
-                    -laxis2_description \
-	                -laxis2_context \
 	                -laxis2_util \
-	                -laxis2_core_util \
-	                -laxis2_deployment \
 	                -laxis2_om \
 	                -laxis2_engine \
 	                -laxis2_wsdl \
 	                -laxis2_parser \
-	                -laxis2_phaseresolver \
-	                -laxis2_addr \
-	                -laxis2_receivers \
-					-laxis2_clientapi \
 					-laxis2_soap \
                     -laxis2_unix \
 	                -laxis2_http_transport \

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/context/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Mon Feb 13 17:56:21 2006
@@ -6,17 +6,12 @@
 
 
 test_context_LDADD   =  -L$(AXIS2C_HOME)/lib \
-			        -laxis2_description \
-			        -laxis2_context \
                     -laxis2_util \
                     -laxis2_unix \
                     -laxis2_om \
 			        -laxis2_engine \
-	                -laxis2_deployment \
 			        -laxis2_parser \
 			        -laxis2_wsdl \
-			        -laxis2_phaseresolver \
-			        -laxis2_addr \
 			        -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
 			        -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
 

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Mon Feb 13 17:56:21 2006
@@ -7,19 +7,12 @@
 
 test_deployment_LDADD   =  -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
-                    -laxis2_context \
-                    -laxis2_description \
                     -laxis2_unix \
-                    -laxis2_deployment \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_wsdl \
                     -laxis2_engine \
-                    -laxis2_receivers \
                     -laxis2_soap \
-                    -laxis2_core_util \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
                     

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/description/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Mon Feb 13 17:56:21 2006
@@ -7,19 +7,12 @@
 
 test_description_LDADD   =  -L$(AXIS2C_HOME)/lib \
 					-laxis2_util \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_unix \
                     -laxis2_wsdl \
                     -laxis2_engine \
-                    -laxis2_receivers \
                     -laxis2_soap \
-                    -laxis2_core_util \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
                     

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/engine/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Mon Feb 13 17:56:21 2006
@@ -6,17 +6,12 @@
 
 
 test_engine_LDADD   =  -L$(AXIS2C_HOME)/lib \
-                    -laxis2_description \
-	                -laxis2_context \
 	                -laxis2_util \
                     -laxis2_unix \
-	                -laxis2_deployment \
 	                -laxis2_om \
 	                -laxis2_engine \
 	                -laxis2_wsdl \
 	                -laxis2_parser \
-	                -laxis2_phaseresolver \
-	                -laxis2_addr \
 	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
 	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
 

Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Mon Feb 13 17:56:21 2006
@@ -8,16 +8,11 @@
 								-L$(AXIS2C_HOME)/lib \
 								-laxis2_util \
 								-laxis2_http_transport \
-								-laxis2_context \
-								-laxis2_addr \
 								-laxis2_om \
 								-laxis2_unix \
 								-laxis2_engine \
-								-laxis2_description \
 								-laxis2_soap \
 								-laxis2_wsdl \
-								-laxis2_phaseresolver \
-								-laxis2_deployment \
 								-laxis2_parser \
 								-laxis2_http_sender \
 								-L$(LIBXML2_LIB) $(LIBXML2_LIBNAME) \

Modified: webservices/axis2/trunk/c/test/unit/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/Makefile.am Mon Feb 13 17:56:21 2006
@@ -19,17 +19,10 @@
                     -laxis2_util \
                     -laxis2_unix \
                     -laxis2_om \
-                    -laxis2_description \
-                    -laxis2_deployment \
                     -laxis2_engine \
-                    -laxis2_receivers \
                     -laxis2_soap \
-                    -laxis2_core_util \
-                    -laxis2_context \
-                    -laxis2_phaseresolver \
                     -laxis2_wsdl \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
                     

Modified: webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/context/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/context/Makefile.am Mon Feb 13 17:56:21 2006
@@ -19,15 +19,10 @@
                     -L$(AXIS2C_HOME)/lib \
                     -laxis2_util \
                     -laxis2_unix \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
                     -laxis2_engine \
                     -laxis2_wsdl \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
 

Modified: webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am Mon Feb 13 17:56:21 2006
@@ -28,18 +28,11 @@
                     -L$(AXIS2C_HOME)/lib \
                     -laxis2_util \
                     -laxis2_unix \
-                    -laxis2_context \
-                    -laxis2_deployment \
-                    -laxis2_description \
                     -laxis2_engine \
-                    -laxis2_receivers \
                     -laxis2_soap \
-                    -laxis2_core_util \
                     -laxis2_wsdl \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
 

Modified: webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/description/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/description/Makefile.am Mon Feb 13 17:56:21 2006
@@ -27,15 +27,10 @@
                     -L$(AXIS2C_HOME)/lib \
                     -laxis2_util \
                     -laxis2_unix \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
                     -laxis2_engine \
                     -laxis2_wsdl \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
 

Modified: webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am Mon Feb 13 17:56:21 2006
@@ -22,14 +22,9 @@
                     -L$(AXIS2C_HOME)/lib \
                     -laxis2_util \
                     -laxis2_unix \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
                     -laxis2_engine \
                     -laxis2_wsdl \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)

Modified: webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am Mon Feb 13 17:56:21 2006
@@ -24,14 +24,9 @@
                     -L$(AXIS2C_HOME)/lib \
                     -laxis2_util \
                     -laxis2_unix \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
                     -laxis2_engine \
                     -laxis2_wsdl \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
-                    -laxis2_addr \
 					-laxis2_parser \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)

Modified: webservices/axis2/trunk/c/test/unit/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/Makefile.am?rev=377571&r1=377570&r2=377571&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/util/Makefile.am Mon Feb 13 17:56:21 2006
@@ -33,18 +33,11 @@
                     -L$(AXIS2C_HOME)/lib \
                     -laxis2_util \
                     -laxis2_unix \
-                    -laxis2_context \
-                    -laxis2_description \
-                    -laxis2_deployment \
                     -laxis2_engine \
-                    -laxis2_receivers \
                     -laxis2_soap \
-                    -laxis2_core_util \
                     -laxis2_wsdl \
-                    -laxis2_phaseresolver \
                     -laxis2_om \
                     -laxis2_parser \
-                    -laxis2_addr \
                     -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
                     -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)