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 09:36:16 UTC

svn commit: r351638 - in /webservices/axis2/trunk/c/test: ./ common/ core/handlers/ unit/ unit/core/context/ unit/core/description/ unit/core/engine/ unit/core/phaseresolver/ unit/util/ unit/xml/om/ util/ xml/ xml/om/

Author: damitha
Date: Fri Dec  2 00:35:33 2005
New Revision: 351638

URL: http://svn.apache.org/viewcvs?rev=351638&view=rev
Log:
Moved test folder from modules/test to c

Added:
    webservices/axis2/trunk/c/test/
      - copied from r351631, webservices/axis2/trunk/c/modules/test/
    webservices/axis2/trunk/c/test/Makefile.am
      - copied unchanged from r351636, webservices/axis2/trunk/c/modules/test/Makefile.am
    webservices/axis2/trunk/c/test/common/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/common/Makefile.am
    webservices/axis2/trunk/c/test/common/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/common/Makefile.in
    webservices/axis2/trunk/c/test/core/handlers/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/core/handlers/Makefile.am
    webservices/axis2/trunk/c/test/core/handlers/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/core/handlers/Makefile.in
    webservices/axis2/trunk/c/test/unit/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/Makefile.am
    webservices/axis2/trunk/c/test/unit/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/context/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/context/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/description/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/description/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/engine/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/util/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/util/Makefile.in
    webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/xml/om/Makefile.am
    webservices/axis2/trunk/c/test/unit/xml/om/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/unit/xml/om/Makefile.in
    webservices/axis2/trunk/c/test/util/Makefile.am
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/util/Makefile.am
    webservices/axis2/trunk/c/test/util/Makefile.in
      - copied unchanged from r351633, webservices/axis2/trunk/c/modules/test/util/Makefile.in
    webservices/axis2/trunk/c/test/xml/
      - copied from r351636, webservices/axis2/trunk/c/modules/test/xml/
Modified:
    webservices/axis2/trunk/c/test/Makefile.in
    webservices/axis2/trunk/c/test/xml/om/Makefile.am
    webservices/axis2/trunk/c/test/xml/om/Makefile.in

Modified: webservices/axis2/trunk/c/test/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/Makefile.in?rev=351638&r1=351631&r2=351638&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/Makefile.in Fri Dec  2 00:35:33 2005
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = util common om unit core
+SUBDIRS = util common xml unit core
 all: all-recursive
 
 .SUFFIXES:

Modified: webservices/axis2/trunk/c/test/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/Makefile.am?rev=351638&r1=351636&r2=351638&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.am Fri Dec  2 00:35:33 2005
@@ -4,10 +4,10 @@
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_om_SOURCES = test_om.c
 
-test_om_LDADD   =  $(LDFLAGS) -L$(top_builddir)/modules/xml/om/src/.libs -laxis2_om \
-                    -L$(top_builddir)/modules/xml/parser/guththila/src/.libs -laxis2_guththila \
-                    -L$(top_builddir)/modules/xml/parser/guththila/impl/src/.libs -lguththila \
-                    -L$(top_builddir)/modules/util/src/.libs -laxis2_util
+test_om_LDADD   =  $(LDFLAGS) -L$(top_builddir)/lib -laxis2_om \
+                    -L$(top_builddir)/lib -laxis2_guththila \
+                    -L$(top_builddir)/lib -lguththila \
+                    -L$(top_builddir)/lib -laxis2_util
                     
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/xml/parser \

Modified: webservices/axis2/trunk/c/test/xml/om/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/xml/om/Makefile.in?rev=351638&r1=351636&r2=351638&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.in Fri Dec  2 00:35:33 2005
@@ -40,7 +40,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = test_om$(EXEEXT)
-subdir = modules/test/om/src
+subdir = modules/test/xml/om
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -193,10 +193,10 @@
 SUBDIRS = 
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_om_SOURCES = test_om.c
-test_om_LDADD = $(LDFLAGS) -L$(top_builddir)/modules/xml/om/src/.libs -laxis2_om \
-                    -L$(top_builddir)/modules/xml/parser/guththila/src/.libs -laxis2_guththila \
-                    -L$(top_builddir)/modules/xml/parser/guththila/impl/src/.libs -lguththila \
-                    -L$(top_builddir)/modules/util/src/.libs -laxis2_util
+test_om_LDADD = $(LDFLAGS) -L$(top_builddir)/lib -laxis2_om \
+                    -L$(top_builddir)/lib -laxis2_guththila \
+                    -L$(top_builddir)/lib -lguththila \
+                    -L$(top_builddir)/lib -laxis2_util
 
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/xml/parser \
@@ -215,9 +215,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/om/src/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/xml/om/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/om/src/Makefile
+	  $(AUTOMAKE) --gnu  modules/test/xml/om/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \