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 pi...@apache.org on 2006/11/14 14:24:57 UTC

svn commit: r474779 - in /webservices/axis2/trunk/c: axiom/test/Makefile.am test/Makefile.am util/test/Makefile.am

Author: pini
Date: Tue Nov 14 05:24:56 2006
New Revision: 474779

URL: http://svn.apache.org/viewvc?view=rev&rev=474779
Log:
Fixed build break.

Modified:
    webservices/axis2/trunk/c/axiom/test/Makefile.am
    webservices/axis2/trunk/c/test/Makefile.am
    webservices/axis2/trunk/c/util/test/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/Makefile.am?view=diff&rev=474779&r1=474778&r2=474779
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/Makefile.am Tue Nov 14 05:24:56 2006
@@ -1,3 +1,3 @@
 TESTS =
-SUBDIRS = om soap unit
+SUBDIRS = om soap 
 

Modified: webservices/axis2/trunk/c/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/Makefile.am?view=diff&rev=474779&r1=474778&r2=474779
==============================================================================
--- webservices/axis2/trunk/c/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/Makefile.am Tue Nov 14 05:24:56 2006
@@ -1,5 +1,5 @@
 TESTS =
-SUBDIRS = unit core tools itest
+SUBDIRS = core tools itest
 EXTRA_DIST=wsdl
 
 

Modified: webservices/axis2/trunk/c/util/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/test/Makefile.am?view=diff&rev=474779&r1=474778&r2=474779
==============================================================================
--- webservices/axis2/trunk/c/util/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/util/test/Makefile.am Tue Nov 14 05:24:56 2006
@@ -1,2 +1,2 @@
-SUBDIRS = util unit
+SUBDIRS = util 
 



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