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 pi...@apache.org on 2007/04/04 07:37:52 UTC

svn commit: r525415 - in /webservices/axis2/trunk/c: axiom/src/attachments/ axiom/src/om/ axiom/test/om/ axiom/test/soap/ guththila/src/ modules/core/engine/ modules/core/transport/http/common/ modules/core/transport/http/receiver/ modules/core/transpo...

Author: pini
Date: Tue Apr  3 22:37:50 2007
New Revision: 525415

URL: http://svn.apache.org/viewvc?view=rev&rev=525415
Log:
Changed libaxis2_util to libaxutil

Modified:
    webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am
    webservices/axis2/trunk/c/axiom/src/om/Makefile.am
    webservices/axis2/trunk/c/axiom/test/om/Makefile.am
    webservices/axis2/trunk/c/axiom/test/soap/Makefile.am
    webservices/axis2/trunk/c/guththila/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/engine/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/common/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/util/Makefile.am
    webservices/axis2/trunk/c/modules/mod_addr/Makefile.am
    webservices/axis2/trunk/c/modules/mod_log/Makefile.am
    webservices/axis2/trunk/c/samples/client/echo/Makefile.am
    webservices/axis2/trunk/c/samples/client/google/Makefile.am
    webservices/axis2/trunk/c/samples/client/math/Makefile.am
    webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
    webservices/axis2/trunk/c/samples/client/notify/Makefile.am
    webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am
    webservices/axis2/trunk/c/samples/codegen/client/calc_xml_inout/Makefile.am
    webservices/axis2/trunk/c/samples/codegen/client/calculator/Makefile.am
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/Makefile.am
    webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/Makefile.am
    webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am
    webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am
    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/itest/whitemesa/round1/Makefile.am
    webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am
    webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am
    webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am
    webservices/axis2/trunk/c/tools/tcpmon/test/unit/Makefile.am
    webservices/axis2/trunk/c/util/src/Makefile.am
    webservices/axis2/trunk/c/util/test/util/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am Tue Apr  3 22:37:50 2007
@@ -5,7 +5,7 @@
 					mime_body_part.c \
                     mime_parser.c
 
-libaxis2_attachments_la_LIBADD = ../../../util/src/libaxis2_util.la 
+libaxis2_attachments_la_LIBADD = ../../../util/src/libaxutil.la 
 
 INCLUDES =	-I$(top_builddir)/include \
             -I$(top_builddir)/parser \

Modified: webservices/axis2/trunk/c/axiom/src/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/om/Makefile.am Tue Apr  3 22:37:50 2007
@@ -21,7 +21,7 @@
 				$(top_builddir)/src/attachments/libaxis2_attachments.la \
                     		$(top_builddir)/src/util/libaxis2_axiom_util.la \
 							../parser/${WRAPPER_DIR}/libaxis2_parser.la \
-							../../../util/src/libaxis2_util.la
+							../../../util/src/libaxutil.la
 
 INCLUDES =	-I$(top_builddir)/include \
             -I$(top_builddir)/src/parser \

Modified: webservices/axis2/trunk/c/axiom/test/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/om/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/om/Makefile.am Tue Apr  3 22:37:50 2007
@@ -5,7 +5,7 @@
 AM_CFLAGS = -g -O2 -pthread
 test_om_SOURCES = test_om.c
 
-test_om_LDADD   =	../../../util/src/libaxis2_util.la \
+test_om_LDADD   =	../../../util/src/libaxutil.la \
                     $(top_builddir)/src/om/libaxis2_axiom.la \
                     $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                     $(LIBXML2_LIBS) \

Modified: webservices/axis2/trunk/c/axiom/test/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/Makefile.am Tue Apr  3 22:37:50 2007
@@ -5,7 +5,7 @@
 AM_CFLAGS = -g -O2 -pthread
 test_soap_SOURCES = test_soap.c
 
-test_soap_LDADD   =	../../../util/src/libaxis2_util.la \
+test_soap_LDADD   =	../../../util/src/libaxutil.la \
 					$(top_builddir)/src/om/libaxis2_axiom.la \
 					$(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                     $(LIBXML2_LIBS) \

Modified: webservices/axis2/trunk/c/guththila/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/guththila/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/guththila/src/Makefile.am Tue Apr  3 22:37:50 2007
@@ -9,7 +9,7 @@
 			  guththila_unicode.c \
 			  guththila_xml_writer.c
 
-libguththila_la_LIBADD = ../../util/src/libaxis2_util.la
+libguththila_la_LIBADD = ../../util/src/libaxutil.la
 
 INCLUDES = -I$(top_builddir)/include \
 			-I ../../util/include

Modified: webservices/axis2/trunk/c/modules/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/engine/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/engine/Makefile.am Tue Apr  3 22:37:50 2007
@@ -20,7 +20,7 @@
 					$(top_builddir)/modules/core/clientapi/libaxis2_clientapi.la \
 					$(top_builddir)/modules/core/phaseresolver/libaxis2_phaseresolver.la \
 					$(top_builddir)/modules/core/util/libaxis2_core_utils.la \
-					$(top_builddir)/util/src/libaxis2_util.la \
+					$(top_builddir)/util/src/libaxutil.la \
 					$(top_builddir)/axiom/src/om/libaxis2_axiom.la 
 
 INCLUDES = 	-I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/modules/core/transport/http/common/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/common/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/common/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/common/Makefile.am Tue Apr  3 22:37:50 2007
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libaxis2_http_common.la
 
-libaxis2_http_common_la_LIBADD=$(top_builddir)/util/src/libaxis2_util.la\
+libaxis2_http_common_la_LIBADD=$(top_builddir)/util/src/libaxutil.la\
                                  $(top_builddir)/modules/core/transport/http/util/libaxis2_http_util.la
 
 libaxis2_http_common_la_SOURCES = http_header.c\

Modified: webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/receiver/Makefile.am Tue Apr  3 22:37:50 2007
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES = libaxis2_http_receiver.la
-libaxis2_http_receiver_la_LIBADD=$(top_builddir)/util/src/libaxis2_util.la\
+libaxis2_http_receiver_la_LIBADD=$(top_builddir)/util/src/libaxutil.la\
                                  $(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la
 
 

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am Tue Apr  3 22:37:50 2007
@@ -7,7 +7,7 @@
 libaxis2_http_sender_la_LIBADD = $(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la\
                                  $(top_builddir)/modules/core/transport/http/util/libaxis2_http_util.la\
 				 $(top_builddir)/axiom/src/om/libaxis2_axiom.la\
-				 $(top_builddir)/util/src/libaxis2_util.la
+				 $(top_builddir)/util/src/libaxutil.la
 
 
 if AXIS2_LIBCURL_ENABLED

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/apache2/Makefile.am Tue Apr  3 22:37:50 2007
@@ -9,7 +9,7 @@
 libmod_axis2_la_LIBADD   = $(LDFLAGS) \
 		     $(top_builddir)/axiom/src/om/libaxis2_axiom.la \
 		     $(top_builddir)/modules/core/engine/libaxis2_engine.la\
-		     $(top_builddir)/util/src/libaxis2_util.la \
+		     $(top_builddir)/util/src/libaxutil.la \
 		     $(top_builddir)/modules/core/transport/http/util/libaxis2_http_util.la\
 		     $(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la\
 		     $(top_builddir)/axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la\

Modified: webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/server/simple_axis2_server/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
 		             $(top_builddir)/modules/core/transport/http/util/libaxis2_http_util.la \
 		             $(top_builddir)/modules/core/transport/http/common/libaxis2_http_common.la \
 			     $(top_builddir)/axiom/src/om/libaxis2_axiom.la \
-			     $(top_builddir)/util/src/libaxis2_util.la \
+			     $(top_builddir)/util/src/libaxutil.la \
 			     $(top_builddir)/axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                              $(top_builddir)/modules/core/description/libaxis2_description.la \
 			     $(top_builddir)/modules/core/deployment/libaxis2_deployment.la \

Modified: webservices/axis2/trunk/c/modules/core/transport/http/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/util/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/util/Makefile.am Tue Apr  3 22:37:50 2007
@@ -4,7 +4,7 @@
 libaxis2_http_util_la_SOURCES = http_transport_utils.c\
 		           http_chunked_stream.c
 
-libaxis2_http_util_la_LIBADD=$(top_builddir)/util/src/libaxis2_util.la \
+libaxis2_http_util_la_LIBADD=$(top_builddir)/util/src/libaxutil.la \
 			$(top_builddir)/axiom/src/parser/${WRAPPER_DIR}/libaxis2_parser.la\
 			$(top_builddir)/axiom/src/om/libaxis2_axiom.la 
 

Modified: webservices/axis2/trunk/c/modules/mod_addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/mod_addr/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/mod_addr/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
 
 libaxis2_mod_addr_la_LIBADD =	$(top_builddir)/modules/core/engine/libaxis2_engine.la \
 							$(top_builddir)/axiom/src/om/libaxis2_axiom.la \
-							$(top_builddir)/util/src/libaxis2_util.la 
+							$(top_builddir)/util/src/libaxutil.la 
 
 lib_LTLIBRARIES = libaxis2.la
 libaxis2_la_SOURCES = addr_in_handler.c \

Modified: webservices/axis2/trunk/c/modules/mod_log/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/mod_log/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_log/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/mod_log/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
 
 libaxis2_mod_log_la_LIBADD =  \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
-					$(top_builddir)/util/src/libaxis2_util.la \
+					$(top_builddir)/util/src/libaxutil.la \
 					$(top_builddir)/axiom/src/om/libaxis2_axiom.la
 
 INCLUDES = -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/samples/client/echo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/echo/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 
 echo_LDADD   = $(LDFLAGS) \
                 -L$(AXIS2C_HOME)/lib \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/samples/client/google/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/google/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/client/google/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/google/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 
 google_LDADD   =    $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/samples/client/math/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/math/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/math/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
 
 math_LDADD   =  \
                 -L$(AXIS2C_HOME)/lib \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/samples/client/mtom/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/mtom/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/client/mtom/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/mtom/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
 
 mtom_LDADD   = $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/samples/client/notify/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/notify/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/client/notify/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/notify/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 
 notify_LDADD   =  \
                     -L$(AXIS2C_HOME)/lib \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/client/yahoo/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 
 yahoosearch_LDADD   =    $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/samples/codegen/client/calc_xml_inout/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/codegen/client/calc_xml_inout/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/codegen/client/calc_xml_inout/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/codegen/client/calc_xml_inout/Makefile.am Tue Apr  3 22:37:50 2007
@@ -9,7 +9,7 @@
 
 Calculator_LDADD   = $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
-                    -laxis2_util \
+                    -laxutil \
                     -laxis2_axiom \
                     -laxis2_wsdl \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/samples/codegen/client/calculator/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/codegen/client/calculator/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/codegen/client/calculator/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/codegen/client/calculator/Makefile.am Tue Apr  3 22:37:50 2007
@@ -11,7 +11,7 @@
 
 Calculator_LDADD   = $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
-                    -laxis2_util \
+                    -laxutil \
                     -laxis2_axiom \
                     -laxis2_wsdl \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/codegen/client/interop_doc1/Makefile.am Tue Apr  3 22:37:50 2007
@@ -16,7 +16,7 @@
 
 test_echo_date_LDADD   =  \
                 -L$(AXIS2C_HOME)/lib \
-                    -laxis2_util \
+                    -laxutil \
                     -laxis2_axiom \
                     -laxis2_wsdl \
                     -laxis2_engine \
@@ -42,7 +42,7 @@
 
 test_echo_struct_array_LDADD   =  \
                 -L$(AXIS2C_HOME)/lib \
-                    -laxis2_util \
+                    -laxutil \
                     -laxis2_axiom \
                     -laxis2_wsdl \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/codegen/client/interop_doc2/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
   axis2_echoVoid.c axis2_echoVoidResponse.c axis2_SOAPStruct.c axis2_WSDLInteropTestDocLitService_stub.c \
   test_echo_string.c
 test_echo_string_LDADD = \
-           $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxis2_util -laxis2_axiom \
+           $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxutil -laxis2_axiom \
             -laxis2_wsdl -laxis2_engine -laxis2_parser -lpthread -laxis2_http_sender \
             -laxis2_http_receiver \
            $(GUTHTHILA_LIBS) $(LIBXML2_LIBS)
@@ -20,7 +20,7 @@
   axis2_echoVoid.c axis2_echoVoidResponse.c axis2_SOAPStruct.c \
   axis2_WSDLInteropTestDocLitService_stub.c test_echo_struct.c 
 test_echo_struct_LDADD = \
-           $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxis2_util -laxis2_axiom \
+           $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxutil -laxis2_axiom \
             -laxis2_wsdl -laxis2_engine -laxis2_parser -lpthread -laxis2_http_sender \
             -laxis2_http_receiver \
            $(GUTHTHILA_LIBS) $(LIBXML2_LIBS)
@@ -32,7 +32,7 @@
   axis2_echoVoid.c axis2_echoVoidResponse.c axis2_SOAPStruct.c \
   axis2_WSDLInteropTestDocLitService_stub.c test_echo_string_array.c 
 test_echo_string_array_LDADD = \
-           $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxis2_util -laxis2_axiom \
+           $(LDFLAGS) -L$(AXIS2C_HOME)/lib -laxutil -laxis2_axiom \
             -laxis2_wsdl -laxis2_engine -laxis2_parser -lpthread -laxis2_http_sender \
             -laxis2_http_receiver \
            $(GUTHTHILA_LIBS) $(LIBXML2_LIBS)

Modified: webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/user_guide/clients/Makefile.am Tue Apr  3 22:37:50 2007
@@ -14,7 +14,7 @@
 
 LINK_FLAGS = $(LDFLAGS) \
              -L$(AXIS2C_HOME)/lib \
-			 -laxis2_util \
+			 -laxutil \
              -laxis2_axiom \
              -laxis2_engine \
              -laxis2_parser \

Modified: webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am (original)
+++ webservices/axis2/trunk/c/savan/samples/client/subscriber/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 subscriber_LDADD   = $(LDFLAGS) \
                     -L$(AXIS2C_HOME)/lib \
 					-L../../../src/core \
-					-laxis2_util \
+					-laxutil \
                     -laxis2_axiom \
                     -laxis2_engine \
                     -laxis2_parser \

Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 test_addr_SOURCES = test_addr.c
 
 test_addr_LDADD   =  \
-                    ../../../util/src/libaxis2_util.la \
+                    ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Tue Apr  3 22:37:50 2007
@@ -7,7 +7,7 @@
 test_clientapi_SOURCES = test_clientapi.c
 
 test_clientapi_LDADD   =  \
-                    ../../../util/src/libaxis2_util.la \
+                    ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                     -lpthread \
@@ -17,7 +17,7 @@
                     -L$(top_builddir)$(GUTHTHILA_LIBS)
 
 test_client_LDADD   =  \
-                    ../../../util/src/libaxis2_util.la \
+                    ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
                     -lpthread \

Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/context/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/context/Makefile.am Tue Apr  3 22:37:50 2007
@@ -6,7 +6,7 @@
 test_context_SOURCES = test_context.c
 
 
-test_context_LDADD   =	../../../util/src/libaxis2_util.la \
+test_context_LDADD   =	../../../util/src/libaxutil.la \
 						../../../axiom/src/om/libaxis2_axiom.la \
 						../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 						$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Tue Apr  3 22:37:50 2007
@@ -5,7 +5,7 @@
 test_deployment_SOURCES = test_deployment.c
 
 test_deployment_LDADD   =  \
-                    ../../../util/src/libaxis2_util.la \
+                    ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 			$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/description/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/description/Makefile.am Tue Apr  3 22:37:50 2007
@@ -5,7 +5,7 @@
 test_description_SOURCES = test_description.c
 
 test_description_LDADD   =  \
-			../../../util/src/libaxis2_util.la \
+			../../../util/src/libaxutil.la \
 			../../../axiom/src/om/libaxis2_axiom.la \
 			../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 			-lpthread \

Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Tue Apr  3 22:37:50 2007
@@ -7,7 +7,7 @@
 
 
 test_engine_LDADD   =   \
-                    ../../../util/src/libaxis2_util.la \
+                    ../../../util/src/libaxutil.la \
                     ../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 		$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Tue Apr  3 22:37:50 2007
@@ -7,7 +7,7 @@
 
 test_http_transport_LDADD   =  \
                                 $(LDFLAGS) \
-		                    ../../../../util/src/libaxis2_util.la \
+		                    ../../../../util/src/libaxutil.la \
        						../../../../axiom/src/om/libaxis2_axiom.la \
 		                    ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 							$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am Tue Apr  3 22:37:50 2007
@@ -2,7 +2,7 @@
 round1_SOURCES = round1_client.c
 
 round1_LDADD   =    $(LDFLAGS) \
-                    ../../../../util/src/libaxis2_util.la \
+                    ../../../../util/src/libaxutil.la \
                     ../../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am Tue Apr  3 22:37:50 2007
@@ -2,7 +2,7 @@
 round2_SOURCES = round2_client.c
 
 round2_LDADD   =    $(LDFLAGS) \
-                    ../../../../util/src/libaxis2_util.la \
+                    ../../../../util/src/libaxutil.la \
                     ../../../../axiom/src/om/libaxis2_axiom.la \
                     ../../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
 					$(top_builddir)/modules/core/engine/libaxis2_engine.la \

Modified: webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am Tue Apr  3 22:37:50 2007
@@ -9,7 +9,7 @@
                     -lschema \
                     -lxmlpull \
                     -lwsdl \
-                    -laxis2_util \
+                    -laxutil \
                     -lpthread \
                     -laxis2_wsdl4c
 

Modified: webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/src/Makefile.am Tue Apr  3 22:37:50 2007
@@ -11,7 +11,7 @@
             $(NULL)
 
 libaxis2_tcpmon_la_LIBADD = \
-			 ../../../util/src/libaxis2_util.la \
+			 ../../../util/src/libaxutil.la \
 			 ../../../axiom/src/om/libaxis2_axiom.la \
 			 ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
             $(NULL)
@@ -21,7 +21,7 @@
 tcpmon_SOURCES =  tcpmon.c
 tcpmon_LDADD =  \
              $(top_builddir)/src/libaxis2_tcpmon.la \
-			 ../../../util/src/libaxis2_util.la \
+			 ../../../util/src/libaxutil.la \
 			 ../../../axiom/src/om/libaxis2_axiom.la \
 			 ../../../axiom/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la \
              $(NULL)

Modified: webservices/axis2/trunk/c/tools/tcpmon/test/unit/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/test/unit/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/test/unit/Makefile.am (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/test/unit/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,7 +8,7 @@
                      $(top_builddir)/src/libaxis2_tcpmon.la \
                      -L$(CUTEST_HOME)/lib \
                      -lcutest \
-					 ../../../../util/src/libaxis2_util.la \
+					 ../../../../util/src/libaxutil.la \
 					 ../../../../axiom/src/om/libaxis2_axiom.la \
                      $(NULL)
 

Modified: webservices/axis2/trunk/c/util/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/util/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/util/src/Makefile.am Tue Apr  3 22:37:50 2007
@@ -1,6 +1,6 @@
 SUBDIRS = platforms/unix minizip
-lib_LTLIBRARIES = libaxis2_util.la
-libaxis2_util_la_SOURCES = hash.c \
+lib_LTLIBRARIES = libaxutil.la
+libaxutil_la_SOURCES = hash.c \
                         allocator.c \
                         env.c \
                         error.c \
@@ -36,7 +36,7 @@
 						date_time_util.c \
 						version.c
                         
-libaxis2_util_la_LIBADD =	$(top_builddir)/src/platforms/unix/libaxis2_unix.la \
+libaxutil_la_LIBADD =	$(top_builddir)/src/platforms/unix/libaxis2_unix.la \
                     		$(top_builddir)/src/minizip/libaxis2_minizip.la
 
 INCLUDES = -I$(top_builddir)/include

Modified: webservices/axis2/trunk/c/util/test/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/util/Makefile.am?view=diff&rev=525415&r1=525414&r2=525415
==============================================================================
--- webservices/axis2/trunk/c/util/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/util/test/util/Makefile.am Tue Apr  3 22:37:50 2007
@@ -8,11 +8,11 @@
 test_thread_SOURCES = test_thread.c
 
 test_util_LDADD   =   \
-                    $(top_builddir)/src/libaxis2_util.la \
+                    $(top_builddir)/src/libaxutil.la \
                         -lpthread
 
 test_thread_LDADD   =   \
-                    $(top_builddir)/src/libaxis2_util.la \
+                    $(top_builddir)/src/libaxutil.la \
                         -lpthread
 
 INCLUDES = -I$(top_builddir)/include



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