You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/12/02 10:16:35 UTC

svn commit: r351641 - in /webservices/axis2/trunk/c/modules: ./ common/ core/ core/context/ core/description/ core/description/test/ core/engine/ core/phaseresolver/src/.deps/ util/ wsdl/ xml/om/ xml/parser/guththila/ xml/parser/libxml2/

Author: damitha
Date: Fri Dec  2 01:16:01 2005
New Revision: 351641

URL: http://svn.apache.org/viewcvs?rev=351641&view=rev
Log:
Moved unit test folders to root test

Removed:
    webservices/axis2/trunk/c/modules/core/phaseresolver/src/.deps/
Modified:
    webservices/axis2/trunk/c/modules/Makefile.am
    webservices/axis2/trunk/c/modules/Makefile.in
    webservices/axis2/trunk/c/modules/common/Makefile.am
    webservices/axis2/trunk/c/modules/common/Makefile.in
    webservices/axis2/trunk/c/modules/core/Makefile.am
    webservices/axis2/trunk/c/modules/core/Makefile.in
    webservices/axis2/trunk/c/modules/core/context/Makefile.am
    webservices/axis2/trunk/c/modules/core/context/Makefile.in
    webservices/axis2/trunk/c/modules/core/description/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/Makefile.in
    webservices/axis2/trunk/c/modules/core/description/test/Makefile.am
    webservices/axis2/trunk/c/modules/core/description/test/Makefile.in
    webservices/axis2/trunk/c/modules/core/engine/Makefile.am
    webservices/axis2/trunk/c/modules/core/engine/Makefile.in
    webservices/axis2/trunk/c/modules/util/Makefile.am
    webservices/axis2/trunk/c/modules/util/Makefile.in
    webservices/axis2/trunk/c/modules/wsdl/Makefile.am
    webservices/axis2/trunk/c/modules/wsdl/Makefile.in
    webservices/axis2/trunk/c/modules/xml/om/Makefile.am
    webservices/axis2/trunk/c/modules/xml/om/Makefile.in
    webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am
    webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.in
    webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am
    webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.in

Modified: webservices/axis2/trunk/c/modules/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/Makefile.am Fri Dec  2 01:16:01 2005
@@ -4,10 +4,5 @@
 if COND_CORE
   MAYBE_CORE = core
 endif
-if COND_TEST
-  MAYBE_TEST = test
-endif
 
-#SUBDIRS = util common xml core wsdl test
 SUBDIRS = util common $(MAYBE_XML) wsdl $(MAYBE_CORE) $(MAYBE_TEST)
-#SUBDIRS = util common test

Modified: webservices/axis2/trunk/c/modules/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/Makefile.in Fri Dec  2 01:16:01 2005
@@ -58,7 +58,7 @@
 	uninstall-recursive
 ETAGS = etags
 CTAGS = ctags
-DIST_SUBDIRS = util common xml wsdl core test
+DIST_SUBDIRS = util common xml wsdl core
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMDEP_FALSE = @AMDEP_FALSE@
@@ -169,9 +169,6 @@
 target_vendor = @target_vendor@
 @COND_XML_TRUE@MAYBE_XML = xml
 @COND_CORE_TRUE@MAYBE_CORE = core
-@COND_TEST_TRUE@MAYBE_TEST = test
-
-#SUBDIRS = util common xml core wsdl test
 SUBDIRS = util common $(MAYBE_XML) wsdl $(MAYBE_CORE) $(MAYBE_TEST)
 all: all-recursive
 
@@ -481,7 +478,6 @@
 	mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 	uninstall uninstall-am uninstall-info-am
 
-#SUBDIRS = util common test
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:

Modified: webservices/axis2/trunk/c/modules/common/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/common/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/common/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/common/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/common/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/common/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/common/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/common/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/core/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = description context engine handlers phaseresolver transport
+SUBDIRS = context engine handlers phaseresolver transport description

Modified: webservices/axis2/trunk/c/modules/core/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = description context engine handlers phaseresolver transport
+SUBDIRS = context engine handlers phaseresolver transport description
 all: all-recursive
 
 .SUFFIXES:

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=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/context/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/core/context/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/context/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/context/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

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=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/description/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/core/description/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/description/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/core/description/test/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/test/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/description/test/Makefile.am Fri Dec  2 01:16:01 2005
@@ -5,8 +5,12 @@
 libtest_description_la_SOURCES = description_test.c
 include_HEADERS=$(top_builddir)/modules/core/description/test/*.h
 
-libtest_description_la_LIBADD = $(LDFLAGS) -L$(top_builddir)/modules/core/description/src/.libs \
-                                -laxis2_description
+libtest_description_la_LIBADD = $(LDFLAGS) \
+                        -L$(top_builddir)/modules/core/description/src/.libs -laxis2_description \
+                        -L$(top_builddir)/modules/core/engine/src/.libs -laxis2_engine \
+                        -L$(top_builddir)/modules/core/context/src/.libs -laxis2_context \
+                        -L$(top_builddir)/modules/core/phaseresolver/src/.libs -laxis2_phaseresolver
+
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src \
             -I${CUTEST_HOME}/include
@@ -15,6 +19,8 @@
 description_test_SOURCES = main.c
 description_test_LDADD   =  $(LDFLAGS) libtest_description.la  \
                     -L$(top_builddir)/modules/core/description/src/.libs -laxis2_description \
+                    -L$(top_builddir)/modules/core/engine/src/.libs -laxis2_engine \
                     -L$(top_builddir)/modules/util/src/.libs -laxis2_util \
-                    -L$(top_builddir)/modules/wsdl/src/.libs -laxis2_wsdl
+                    -L$(top_builddir)/modules/wsdl/src/.libs -laxis2_wsdl \
+                    -L$(top_builddir)/modules/core/phaseresolver/src/.libs -laxis2_phaseresolver
 

Modified: webservices/axis2/trunk/c/modules/core/description/test/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/test/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/test/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/description/test/Makefile.in Fri Dec  2 01:16:01 2005
@@ -208,8 +208,11 @@
 AM_CPPFLAGS = $(CPPFLAGS)
 libtest_description_la_SOURCES = description_test.c
 include_HEADERS = $(top_builddir)/modules/core/description/test/*.h
-libtest_description_la_LIBADD = $(LDFLAGS) -L$(top_builddir)/modules/core/description/src/.libs \
-                                -laxis2_description
+libtest_description_la_LIBADD = $(LDFLAGS) \
+                        -L$(top_builddir)/modules/core/description/src/.libs -laxis2_description \
+                        -L$(top_builddir)/modules/core/engine/src/.libs -laxis2_engine \
+                        -L$(top_builddir)/modules/core/context/src/.libs -laxis2_context \
+                        -L$(top_builddir)/modules/core/phaseresolver/src/.libs -laxis2_phaseresolver
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src \
@@ -218,8 +221,10 @@
 description_test_SOURCES = main.c
 description_test_LDADD = $(LDFLAGS) libtest_description.la  \
                     -L$(top_builddir)/modules/core/description/src/.libs -laxis2_description \
+                    -L$(top_builddir)/modules/core/engine/src/.libs -laxis2_engine \
                     -L$(top_builddir)/modules/util/src/.libs -laxis2_util \
-                    -L$(top_builddir)/modules/wsdl/src/.libs -laxis2_wsdl
+                    -L$(top_builddir)/modules/wsdl/src/.libs -laxis2_wsdl \
+                    -L$(top_builddir)/modules/core/phaseresolver/src/.libs -laxis2_phaseresolver
 
 all: all-am
 

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=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/engine/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/core/engine/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/engine/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/engine/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/core/engine/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/util/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/util/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/util/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/wsdl/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/wsdl/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/wsdl/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/wsdl/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/wsdl/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/wsdl/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/wsdl/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/wsdl/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/xml/om/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = impl src test
+SUBDIRS = impl src

Modified: webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = impl src test
+SUBDIRS = impl src
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am Fri Dec  2 01:16:01 2005
@@ -1 +1 @@
-SUBDIRS = src test
+SUBDIRS = src

Modified: webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.in?rev=351641&r1=351640&r2=351641&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.in (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.in Fri Dec  2 01:16:01 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = src test
+SUBDIRS = src
 all: all-recursive
 
 .SUFFIXES: