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/07/06 13:42:58 UTC

svn commit: r419528 - in /webservices/axis2/trunk/c/woden: samples/Makefile.am samples/wsdl10/Makefile.am src/wsdl20/Makefile.am test/Makefile.am

Author: damitha
Date: Thu Jul  6 04:42:57 2006
New Revision: 419528

URL: http://svn.apache.org/viewvc?rev=419528&view=rev
Log:
More refactoring work

Modified:
    webservices/axis2/trunk/c/woden/samples/Makefile.am
    webservices/axis2/trunk/c/woden/samples/wsdl10/Makefile.am
    webservices/axis2/trunk/c/woden/src/wsdl20/Makefile.am
    webservices/axis2/trunk/c/woden/test/Makefile.am

Modified: webservices/axis2/trunk/c/woden/samples/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/samples/Makefile.am?rev=419528&r1=419527&r2=419528&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/samples/Makefile.am (original)
+++ webservices/axis2/trunk/c/woden/samples/Makefile.am Thu Jul  6 04:42:57 2006
@@ -10,7 +10,7 @@
 					-laxis2_axiom \
 					-laxis2_xml_schema \
                     -laxis2_parser \
-					../src/wsdl20/libwoden_wsdl20.la \
+					../src/wsdl20/libwoden.la \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/woden/samples/wsdl10/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/samples/wsdl10/Makefile.am?rev=419528&r1=419527&r2=419528&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/samples/wsdl10/Makefile.am (original)
+++ webservices/axis2/trunk/c/woden/samples/wsdl10/Makefile.am Thu Jul  6 04:42:57 2006
@@ -9,7 +9,7 @@
 					-laxis2_axiom \
 					-laxis2_xml_schema \
                     -laxis2_parser \
-					../../src/wsdl20/libwoden_wsdl20.la \
+					../../src/wsdl20/libwoden.la \
                     $(GUTHTHILA_LIBS) \
                     $(LIBXML2_LIBS)
 

Modified: webservices/axis2/trunk/c/woden/src/wsdl20/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/wsdl20/Makefile.am?rev=419528&r1=419527&r2=419528&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/src/wsdl20/Makefile.am (original)
+++ webservices/axis2/trunk/c/woden/src/wsdl20/Makefile.am Thu Jul  6 04:42:57 2006
@@ -1,7 +1,7 @@
 SUBDIRS = xml extensions
-lib_LTLIBRARIES = libwoden_wsdl20.la
+lib_LTLIBRARIES = libwoden.la
 
-libwoden_wsdl20_la_SOURCES = \
+libwoden_la_SOURCES = \
 							interface_fault.c \
 							interface_fault_ref.c \
 							interface_msg_ref.c \
@@ -13,7 +13,7 @@
 							desc.c \
 							component_model_builder.c
 
-libwoden_wsdl20_la_LIBADD =  \
+libwoden_la_LIBADD =  \
                     $(top_builddir)/src/xml/libwoden_xml.la \
                     $(top_builddir)/src/util/libwoden_util.la \
                     $(top_builddir)/src/types/libwoden_types.la \

Modified: webservices/axis2/trunk/c/woden/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/test/Makefile.am?rev=419528&r1=419527&r2=419528&view=diff
==============================================================================
--- webservices/axis2/trunk/c/woden/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/woden/test/Makefile.am Thu Jul  6 04:42:57 2006
@@ -17,7 +17,7 @@
 woden_test_SOURCES = main.c
 woden_test_LDADD   =  \
 					  libtest_woden.la  \
-					  ../src/wsdl20/libwoden_wsdl20.la \
+					  ../src/wsdl20/libwoden.la \
                      -L$(CUTEST_HOME)/lib \
                      -lcutest \
                    	-laxis2_util \



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