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:18:05 UTC

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

Author: damitha
Date: Fri Dec  2 01:17:28 2005
New Revision: 351642

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

Modified:
    webservices/axis2/trunk/c/configure
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/include/axis2_operation.h
    webservices/axis2/trunk/c/test/Makefile.am
    webservices/axis2/trunk/c/test/Makefile.in
    webservices/axis2/trunk/c/test/common/Makefile.am
    webservices/axis2/trunk/c/test/common/Makefile.in
    webservices/axis2/trunk/c/test/core/Makefile.in
    webservices/axis2/trunk/c/test/core/handlers/Makefile.am
    webservices/axis2/trunk/c/test/core/handlers/Makefile.in
    webservices/axis2/trunk/c/test/unit/Makefile.am
    webservices/axis2/trunk/c/test/unit/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.in
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/Makefile.in
    webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am
    webservices/axis2/trunk/c/test/unit/xml/om/Makefile.in
    webservices/axis2/trunk/c/test/util/Makefile.am
    webservices/axis2/trunk/c/test/util/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/configure
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure (original)
+++ webservices/axis2/trunk/c/configure Fri Dec  2 01:17:28 2005
@@ -22469,7 +22469,7 @@
 PULL_PARSER=$want_parser
 
 
-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ac_config_files="$ac_config_files Makefile modules/Makefile modules/core/Makefile modules/core/context/Makefile modules/core/context/src/Makefile modules/core/context/test/Makefile modules/core/description/Makefile modules/core/description/src/Makefile modules/core/description/test/Makefile modules/core/engine/Makefile modules/core/engine/src/Makefile modules/core/engine/test/Makefile modules/core/handlers/Makefile modules/core/handlers/src/Makefile modules/core/addr/Makefile modules/core/addr/src/Makefile modules/core/phaseresolver/Makefile modules/core/phaseresolver/src/Makefile modules/core/transport/Makefile modules/xml/Makefile modules/xml/parser/Makefile modules/xml/parser/guththila/Makefile modules/xml/parser/guththila/impl/Makefile modules/xml/parser/guththila/impl/src/Makefile modules/xml/parser/guththila/src/Makefile modules/xml/parser/guththila/test/Makefile modules/xml/parser/libxml2/Makefile modules/xml/parser/libxml2/src/Makefile modules/xml/parser/libxml2/test/Makefile modules/xml/soap/Makefile modules/xml/soap/src/Makefile modules/xml/om/Makefile modules/xml/om/src/Makefile modules/xml/om/test/Makefile modules/common/Makefile modules/common/src/Makefile modules/common/test/Makefile modules/util/Makefile modules/util/src/Makefile modules/util/test/Makefile modules/wsdl/Makefile modules/wsdl/src/Makefile modules/wsdl/test/Makefile modules/test/Makefile modules/test/om/Makefile modules/test/om/src/Makefile modules/test/common/Makefile modules/test/core/Makefile modules/test/core/handlers/Makefile modules/test/util/Makefile modules/test/unit/Makefile"
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ac_config_files="$ac_config_files Makefile modules/Makefile modules/core/Makefile modules/core/context/Makefile modules/core/context/src/Makefile modules/core/description/Makefile modules/core/description/src/Makefile modules/core/engine/Makefile modules/core/engine/src/Makefile modules/core/handlers/Makefile modules/core/handlers/src/Makefile modules/core/addr/Makefile modules/core/addr/src/Makefile modules/core/phaseresolver/Makefile modules/core/phaseresolver/src/Makefile modules/core/transport/Makefile modules/xml/Makefile modules/xml/parser/Makefile modules/xml/parser/guththila/Makefile modules/xml/parser/guththila/impl/Makefile modules/xml/parser/guththila/impl/src/Makefile modules/xml/parser/guththila/src/Makefile modules/xml/parser/libxml2/Makefile modules/xml/parser/libxml2/src/Makefile modules/xml/soap/Makefile modules/xml/soap/src/Makefile modules/xml/om/Makefile modules/xml/om/src/Makefile modules/common/Makefile modules/common/src/Makefile modules/util/Makefile modules/util/src/Makefile modules/wsdl/Makefile modules/wsdl/src/Makefile test/Makefile test/xml/Makefile test/xml/om/Makefile test/common/Makefile test/core/Makefile test/core/handlers/Makefile test/util/Makefile test/unit/Makefile test/unit/core/Makefile test/unit/core/description/Makefile test/unit/core/engine/Makefile test/unit/core/context/Makefile test/unit/core/phaseresolver/Makefile test/unit/util/Makefile test/unit/xml/Makefile test/unit/xml/om/Makefile"
 
 
 cat >confcache <<\_ACEOF
@@ -23068,13 +23068,10 @@
   "modules/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
   "modules/core/context/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/context/Makefile" ;;
   "modules/core/context/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/context/src/Makefile" ;;
-  "modules/core/context/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/context/test/Makefile" ;;
   "modules/core/description/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/description/Makefile" ;;
   "modules/core/description/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/description/src/Makefile" ;;
-  "modules/core/description/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/description/test/Makefile" ;;
   "modules/core/engine/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/engine/Makefile" ;;
   "modules/core/engine/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/engine/src/Makefile" ;;
-  "modules/core/engine/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/engine/test/Makefile" ;;
   "modules/core/handlers/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/handlers/Makefile" ;;
   "modules/core/handlers/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/handlers/src/Makefile" ;;
   "modules/core/addr/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/core/addr/Makefile" ;;
@@ -23088,32 +23085,34 @@
   "modules/xml/parser/guththila/impl/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/guththila/impl/Makefile" ;;
   "modules/xml/parser/guththila/impl/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/guththila/impl/src/Makefile" ;;
   "modules/xml/parser/guththila/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/guththila/src/Makefile" ;;
-  "modules/xml/parser/guththila/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/guththila/test/Makefile" ;;
   "modules/xml/parser/libxml2/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/libxml2/Makefile" ;;
   "modules/xml/parser/libxml2/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/libxml2/src/Makefile" ;;
-  "modules/xml/parser/libxml2/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/parser/libxml2/test/Makefile" ;;
   "modules/xml/soap/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/soap/Makefile" ;;
   "modules/xml/soap/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/soap/src/Makefile" ;;
   "modules/xml/om/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/om/Makefile" ;;
   "modules/xml/om/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/om/src/Makefile" ;;
-  "modules/xml/om/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/xml/om/test/Makefile" ;;
   "modules/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/common/Makefile" ;;
   "modules/common/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/common/src/Makefile" ;;
-  "modules/common/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/common/test/Makefile" ;;
   "modules/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/util/Makefile" ;;
   "modules/util/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/util/src/Makefile" ;;
-  "modules/util/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/util/test/Makefile" ;;
   "modules/wsdl/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/wsdl/Makefile" ;;
   "modules/wsdl/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/wsdl/src/Makefile" ;;
-  "modules/wsdl/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/wsdl/test/Makefile" ;;
-  "modules/test/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/Makefile" ;;
-  "modules/test/om/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/om/Makefile" ;;
-  "modules/test/om/src/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/om/src/Makefile" ;;
-  "modules/test/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/common/Makefile" ;;
-  "modules/test/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/core/Makefile" ;;
-  "modules/test/core/handlers/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/core/handlers/Makefile" ;;
-  "modules/test/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/util/Makefile" ;;
-  "modules/test/unit/Makefile" ) CONFIG_FILES="$CONFIG_FILES modules/test/unit/Makefile" ;;
+  "test/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
+  "test/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/xml/Makefile" ;;
+  "test/xml/om/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/xml/om/Makefile" ;;
+  "test/common/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/common/Makefile" ;;
+  "test/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/core/Makefile" ;;
+  "test/core/handlers/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/core/handlers/Makefile" ;;
+  "test/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/util/Makefile" ;;
+  "test/unit/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/Makefile" ;;
+  "test/unit/core/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/core/Makefile" ;;
+  "test/unit/core/description/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/core/description/Makefile" ;;
+  "test/unit/core/engine/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/core/engine/Makefile" ;;
+  "test/unit/core/context/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/core/context/Makefile" ;;
+  "test/unit/core/phaseresolver/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/core/phaseresolver/Makefile" ;;
+  "test/unit/util/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/util/Makefile" ;;
+  "test/unit/xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/xml/Makefile" ;;
+  "test/unit/xml/om/Makefile" ) CONFIG_FILES="$CONFIG_FILES test/unit/xml/om/Makefile" ;;
   "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
   "axis2_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS axis2_config.h" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Fri Dec  2 01:17:28 2005
@@ -95,13 +95,10 @@
     modules/core/Makefile \
     modules/core/context/Makefile \
     modules/core/context/src/Makefile \
-    modules/core/context/test/Makefile \
     modules/core/description/Makefile \
     modules/core/description/src/Makefile \
-    modules/core/description/test/Makefile \
     modules/core/engine/Makefile \
     modules/core/engine/src/Makefile \
-    modules/core/engine/test/Makefile \
     modules/core/handlers/Makefile \
     modules/core/handlers/src/Makefile \
     modules/core/addr/Makefile \
@@ -115,31 +112,34 @@
     modules/xml/parser/guththila/impl/Makefile \
     modules/xml/parser/guththila/impl/src/Makefile \
     modules/xml/parser/guththila/src/Makefile \
-    modules/xml/parser/guththila/test/Makefile \
     modules/xml/parser/libxml2/Makefile \
     modules/xml/parser/libxml2/src/Makefile \
-    modules/xml/parser/libxml2/test/Makefile \
     modules/xml/soap/Makefile \
     modules/xml/soap/src/Makefile \
     modules/xml/om/Makefile \
     modules/xml/om/src/Makefile \
-    modules/xml/om/test/Makefile \
     modules/common/Makefile \
     modules/common/src/Makefile \
-    modules/common/test/Makefile \
     modules/util/Makefile \
     modules/util/src/Makefile \
-    modules/util/test/Makefile \
     modules/wsdl/Makefile \
     modules/wsdl/src/Makefile \
-    modules/wsdl/test/Makefile \
-    modules/test/Makefile \
-    modules/test/om/Makefile \
-    modules/test/om/src/Makefile \
-    modules/test/common/Makefile \
-    modules/test/core/Makefile \
-    modules/test/core/handlers/Makefile \
-    modules/test/util/Makefile \
-    modules/test/unit/Makefile])
+    test/Makefile \
+    test/xml/Makefile \
+    test/xml/om/Makefile \
+    test/common/Makefile \
+    test/core/Makefile \
+    test/core/handlers/Makefile \
+    test/util/Makefile \
+    test/unit/Makefile \
+    test/unit/core/Makefile \
+    test/unit/core/description/Makefile \
+    test/unit/core/engine/Makefile \
+    test/unit/core/context/Makefile \
+    test/unit/core/phaseresolver/Makefile \
+    test/unit/util/Makefile \
+    test/unit/xml/Makefile \
+    test/unit/xml/om/Makefile
+    ])
     
 AC_OUTPUT

Modified: webservices/axis2/trunk/c/include/axis2_operation.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_operation.h?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_operation.h (original)
+++ webservices/axis2/trunk/c/include/axis2_operation.h Fri Dec  2 01:17:28 2005
@@ -30,6 +30,7 @@
 #include <axis2_array_list.h>
 #include <axis2_module_desc.h>
 #include <axis2_wsdl_msg_ref.h>
+#include <axis2_description.h>
 
 
 #ifdef __cplusplus

Modified: webservices/axis2/trunk/c/test/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/Makefile.am?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/Makefile.am Fri Dec  2 01:17:28 2005
@@ -1 +1 @@
-SUBDIRS = util common xml unit core
+SUBDIRS = util xml unit core

Modified: webservices/axis2/trunk/c/test/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/Makefile.in Fri Dec  2 01:17:28 2005
@@ -19,7 +19,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../..
+top_builddir = ..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -36,7 +36,7 @@
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-subdir = modules/test
+subdir = test
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -167,7 +167,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-SUBDIRS = util common xml unit core
+SUBDIRS = util xml unit core
 all: all-recursive
 
 .SUFFIXES:
@@ -180,9 +180,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/Makefile
+	  $(AUTOMAKE) --gnu  test/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Modified: webservices/axis2/trunk/c/test/common/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/common/Makefile.am?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/common/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/common/Makefile.am Fri Dec  2 01:17:28 2005
@@ -4,5 +4,5 @@
 AM_CPPFLAGS = $(CPPFLAGS)
 test_common_SOURCES = test_common.c
 
-test_common_LDADD   =  $(LDFLAGS) -L$(top_builddir)/lib -laxis2_common
+test_common_LDADD   =  $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_common
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include

Modified: webservices/axis2/trunk/c/test/common/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/common/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/common/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/common/Makefile.in Fri Dec  2 01:17:28 2005
@@ -22,7 +22,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../..
+top_builddir = ../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -40,7 +40,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = test_common$(EXEEXT)
-subdir = modules/test/common
+subdir = test/common
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -193,7 +193,7 @@
 SUBDIRS = 
 AM_CPPFLAGS = $(CPPFLAGS)
 test_common_SOURCES = test_common.c
-test_common_LDADD = $(LDFLAGS) -L$(top_builddir)/lib -laxis2_common
+test_common_LDADD = $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_common
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include
 all: all-recursive
 
@@ -208,9 +208,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/common/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/common/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/common/Makefile
+	  $(AUTOMAKE) --gnu  test/common/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Modified: webservices/axis2/trunk/c/test/core/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/core/Makefile.in Fri Dec  2 01:17:28 2005
@@ -19,7 +19,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../..
+top_builddir = ../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -36,7 +36,7 @@
 build_triplet = @build@
 host_triplet = @host@
 target_triplet = @target@
-subdir = modules/test/core
+subdir = test/core
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -180,9 +180,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/core/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/core/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/core/Makefile
+	  $(AUTOMAKE) --gnu  test/core/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Modified: webservices/axis2/trunk/c/test/core/handlers/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/handlers/Makefile.am?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/handlers/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/handlers/Makefile.am Fri Dec  2 01:17:28 2005
@@ -4,7 +4,7 @@
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_handler_SOURCES = test_handler.c
 
-test_handler_LDADD   =  $(LDFLAGS) -L$(top_builddir)/lib -laxis2_util
+test_handler_LDADD   =  $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_util
                     
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src

Modified: webservices/axis2/trunk/c/test/core/handlers/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/handlers/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/handlers/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/core/handlers/Makefile.in Fri Dec  2 01:17:28 2005
@@ -22,7 +22,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../..
+top_builddir = ../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -40,7 +40,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = test_handler$(EXEEXT)
-subdir = modules/test/core/handlers
+subdir = test/core/handlers
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -193,7 +193,7 @@
 SUBDIRS = 
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_handler_SOURCES = test_handler.c
-test_handler_LDADD = $(LDFLAGS) -L$(top_builddir)/lib -laxis2_util
+test_handler_LDADD = $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_util
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src
 
@@ -210,9 +210,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/core/handlers/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/core/handlers/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/core/handlers/Makefile
+	  $(AUTOMAKE) --gnu  test/core/handlers/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Modified: webservices/axis2/trunk/c/test/unit/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/Makefile.am?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/Makefile.am Fri Dec  2 01:17:28 2005
@@ -5,14 +5,14 @@
 main_unit_test_suite_SOURCES = main.c
 
 main_unit_test_suite_LDADD   =  $(LDFLAGS) \
-                    -L$(top_builddir)/modules/test/test/unit/core/description/.libs -ltest_description \
-                    -L$(top_builddir)/modules/test/test/unit/core/engine/.libs -ltest_engine \
-                    -L$(top_builddir)/modules/test/test/unit/core/context/.libs -ltest_context \
-                    -L$(top_builddir)/modules/test/test/unit/core/phaseresolver/.libs -ltest_phaseresolver \
-                    -L$(top_builddir)/modules/test/unit/util/.libs -ltest_util \
-                    -L$(top_builddir)/modules/test/unit/xml/om/.libs -ltest_om \
-                    -L$(top_builddir)/modules/lib -laxis2_guththila \
-                    -L$(top_builddir)/modules/lib -lguththila
+                    -L$(top_builddir)/test/test/unit/core/description/.libs -ltest_description \
+                    -L$(top_builddir)/test/test/unit/core/engine/.libs -ltest_engine \
+                    -L$(top_builddir)/test/test/unit/core/context/.libs -ltest_context \
+                    -L$(top_builddir)/test/test/unit/core/phaseresolver/.libs -ltest_phaseresolver \
+                    -L$(top_builddir)/test/unit/util/.libs -ltest_util \
+                    -L$(top_builddir)/test/unit/xml/om/.libs -ltest_om \
+                    -L$(top_builddir)/install/lib -laxis2_guththila \
+                    -L$(top_builddir)/install/lib -lguththila
 
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src

Modified: webservices/axis2/trunk/c/test/unit/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/unit/Makefile.in Fri Dec  2 01:17:28 2005
@@ -22,7 +22,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../..
+top_builddir = ../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -40,7 +40,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = main_unit_test_suite$(EXEEXT)
-subdir = modules/test/unit
+subdir = test/unit
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -194,14 +194,14 @@
 AM_CPPFLAGS = $(CPPFLAGS)
 main_unit_test_suite_SOURCES = main.c
 main_unit_test_suite_LDADD = $(LDFLAGS) \
-                    -L$(top_builddir)/modules/test/test/unit/core/description/.libs -ltest_description \
-                    -L$(top_builddir)/modules/test/test/unit/core/engine/.libs -ltest_engine \
-                    -L$(top_builddir)/modules/test/test/unit/core/context/.libs -ltest_context \
-                    -L$(top_builddir)/modules/test/test/unit/core/phaseresolver/.libs -ltest_phaseresolver \
-                    -L$(top_builddir)/modules/test/unit/util/.libs -ltest_util \
-                    -L$(top_builddir)/modules/test/unit/xml/om/.libs -ltest_om \
-                    -L$(top_builddir)/modules/lib -laxis2_guththila \
-                    -L$(top_builddir)/modules/lib -lguththila
+                    -L$(top_builddir)/test/test/unit/core/description/.libs -ltest_description \
+                    -L$(top_builddir)/test/test/unit/core/engine/.libs -ltest_engine \
+                    -L$(top_builddir)/test/test/unit/core/context/.libs -ltest_context \
+                    -L$(top_builddir)/test/test/unit/core/phaseresolver/.libs -ltest_phaseresolver \
+                    -L$(top_builddir)/test/unit/util/.libs -ltest_util \
+                    -L$(top_builddir)/test/unit/xml/om/.libs -ltest_om \
+                    -L$(top_builddir)/install/lib -laxis2_guththila \
+                    -L$(top_builddir)/install/lib -lguththila
 
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src
@@ -219,9 +219,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/unit/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/unit/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/unit/Makefile
+	  $(AUTOMAKE) --gnu  test/unit/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/context/Makefile.am Fri Dec  2 01:17:28 2005
@@ -13,7 +13,7 @@
 prgbin_PROGRAMS = context_test
 context_test_SOURCES = main.c
 context_test_LDADD   =  $(LDFLAGS) libtest_context.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/test/unit/core/context/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/context/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/context/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/unit/core/context/Makefile.in Fri Dec  2 01:17:28 2005
@@ -24,7 +24,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../../..
+top_builddir = ../../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -42,7 +42,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = context_test$(EXEEXT)
-subdir = modules/test/unit/core/context
+subdir = test/unit/core/context
 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -211,7 +211,7 @@
 
 context_test_SOURCES = main.c
 context_test_LDADD = $(LDFLAGS) libtest_context.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \
@@ -234,9 +234,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/unit/core/context/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/unit/core/context/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/unit/core/context/Makefile
+	  $(AUTOMAKE) --gnu  test/unit/core/context/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/description/Makefile.am Fri Dec  2 01:17:28 2005
@@ -13,7 +13,7 @@
 prgbin_PROGRAMS = description_test
 description_test_SOURCES = main.c
 description_test_LDADD   =  $(LDFLAGS) libtest_description.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/test/unit/core/description/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/description/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/description/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/unit/core/description/Makefile.in Fri Dec  2 01:17:28 2005
@@ -24,7 +24,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../../..
+top_builddir = ../../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -42,7 +42,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = description_test$(EXEEXT)
-subdir = modules/test/unit/core/description
+subdir = test/unit/core/description
 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -214,7 +214,7 @@
 
 description_test_SOURCES = main.c
 description_test_LDADD = $(LDFLAGS) libtest_description.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \
@@ -237,9 +237,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/unit/core/description/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/unit/core/description/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/unit/core/description/Makefile
+	  $(AUTOMAKE) --gnu  test/unit/core/description/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am Fri Dec  2 01:17:28 2005
@@ -12,7 +12,7 @@
 prgbin_PROGRAMS = engine_test
 engine_test_SOURCES = main.c
 engine_test_LDADD   =  $(LDFLAGS) libtest_engine.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/test/unit/core/engine/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/engine/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/engine/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/unit/core/engine/Makefile.in Fri Dec  2 01:17:28 2005
@@ -24,7 +24,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../../..
+top_builddir = ../../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -42,7 +42,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = engine_test$(EXEEXT)
-subdir = modules/test/unit/core/engine
+subdir = test/unit/core/engine
 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -211,7 +211,7 @@
 
 engine_test_SOURCES = main.c
 engine_test_LDADD = $(LDFLAGS) libtest_engine.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \
@@ -234,9 +234,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/unit/core/engine/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/unit/core/engine/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/unit/core/engine/Makefile
+	  $(AUTOMAKE) --gnu  test/unit/core/engine/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am Fri Dec  2 01:17:28 2005
@@ -12,7 +12,7 @@
 prgbin_PROGRAMS = phaseresolver_test
 phaseresolver_test_SOURCES = main.c
 phaseresolver_test_LDADD   =  $(LDFLAGS) libtest_phaseresolver.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \

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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/util/Makefile.am Fri Dec  2 01:17:28 2005
@@ -19,7 +19,7 @@
 prgbin_PROGRAMS = util_test
 util_test_SOURCES = main.c
 util_test_LDADD   =  $(LDFLAGS) libtest_util.la \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/test/unit/util/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/unit/util/Makefile.in Fri Dec  2 01:17:28 2005
@@ -24,7 +24,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../..
+top_builddir = ../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -42,7 +42,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = util_test$(EXEEXT)
-subdir = modules/test/unit/util
+subdir = test/unit/util
 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -220,7 +220,7 @@
 
 util_test_SOURCES = main.c
 util_test_LDADD = $(LDFLAGS) libtest_util.la \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \
@@ -243,9 +243,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/unit/util/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/unit/util/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/unit/util/Makefile
+	  $(AUTOMAKE) --gnu  test/unit/util/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Modified: webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am Fri Dec  2 01:17:28 2005
@@ -14,7 +14,7 @@
 prgbin_PROGRAMS = om_test
 om_test_SOURCES = main.c
 om_test_LDADD   =  $(LDFLAGS) libtest_om.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \

Modified: webservices/axis2/trunk/c/test/unit/xml/om/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/xml/om/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/xml/om/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/unit/xml/om/Makefile.in Fri Dec  2 01:17:28 2005
@@ -24,7 +24,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../../..
+top_builddir = ../../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -42,7 +42,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = om_test$(EXEEXT)
-subdir = modules/test/unit/xml/om
+subdir = test/unit/xml/om
 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -211,7 +211,7 @@
 
 om_test_SOURCES = main.c
 om_test_LDADD = $(LDFLAGS) libtest_om.la  \
-                    -L$(top_builddir)/lib \
+                    -L$(top_builddir)/install/lib \
                     -laxis2_context \
                     -laxis2_description \
                     -laxis2_engine \
@@ -234,9 +234,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/unit/xml/om/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/unit/xml/om/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/unit/xml/om/Makefile
+	  $(AUTOMAKE) --gnu  test/unit/xml/om/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

Modified: webservices/axis2/trunk/c/test/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/Makefile.am?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/util/Makefile.am Fri Dec  2 01:17:28 2005
@@ -4,6 +4,6 @@
 AM_CPPFLAGS = $(CPPFLAGS)
 test_util_SOURCES = test_util.c
 
-test_util_LDADD   =  $(LDFLAGS) -L$(top_builddir)/lib -laxis2_util
+test_util_LDADD   =  $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_util
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src

Modified: webservices/axis2/trunk/c/test/util/Makefile.in
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/Makefile.in?rev=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/util/Makefile.in Fri Dec  2 01:17:28 2005
@@ -22,7 +22,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../..
+top_builddir = ../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -40,7 +40,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = test_util$(EXEEXT)
-subdir = modules/test/util
+subdir = test/util
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
@@ -193,7 +193,7 @@
 SUBDIRS = 
 AM_CPPFLAGS = $(CPPFLAGS)
 test_util_SOURCES = test_util.c
-test_util_LDADD = $(LDFLAGS) -L$(top_builddir)/lib -laxis2_util
+test_util_LDADD = $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_util
 INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util/src
 
@@ -210,9 +210,9 @@
 	      exit 1;; \
 	  esac; \
 	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  modules/test/util/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/util/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/util/Makefile
+	  $(AUTOMAKE) --gnu  test/util/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \

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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.am Fri Dec  2 01:17:28 2005
@@ -4,10 +4,10 @@
 AM_CPPFLAGS = $(CPPFLAGS) -g -O2 -pthread
 test_om_SOURCES = test_om.c
 
-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
+test_om_LDADD   =  $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_om \
+                    -L$(top_builddir)/install/lib -laxis2_guththila \
+                    -L$(top_builddir)/install/lib -lguththila \
+                    -L$(top_builddir)/install/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=351642&r1=351641&r2=351642&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/xml/om/Makefile.in (original)
+++ webservices/axis2/trunk/c/test/xml/om/Makefile.in Fri Dec  2 01:17:28 2005
@@ -22,7 +22,7 @@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ../../../..
+top_builddir = ../../..
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
@@ -40,7 +40,7 @@
 host_triplet = @host@
 target_triplet = @target@
 prgbin_PROGRAMS = test_om$(EXEEXT)
-subdir = modules/test/xml/om
+subdir = 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)/lib -laxis2_om \
-                    -L$(top_builddir)/lib -laxis2_guththila \
-                    -L$(top_builddir)/lib -lguththila \
-                    -L$(top_builddir)/lib -laxis2_util
+test_om_LDADD = $(LDFLAGS) -L$(top_builddir)/install/lib -laxis2_om \
+                    -L$(top_builddir)/install/lib -laxis2_guththila \
+                    -L$(top_builddir)/install/lib -lguththila \
+                    -L$(top_builddir)/install/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/xml/om/Makefile'; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/xml/om/Makefile'; \
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  modules/test/xml/om/Makefile
+	  $(AUTOMAKE) --gnu  test/xml/om/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \