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 sa...@apache.org on 2006/02/28 06:33:50 UTC

svn commit: r381568 - in /webservices/axis2/trunk/c: configure.ac test/Makefile.am

Author: sahan
Date: Mon Feb 27 21:33:48 2006
New Revision: 381568

URL: http://svn.apache.org/viewcvs?rev=381568&view=rev
Log:
Creating Makefile in test/tools

Modified:
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/test/Makefile.am

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=381568&r1=381567&r2=381568&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Mon Feb 27 21:33:48 2006
@@ -217,6 +217,7 @@
     test/itest/Makefile \
     test/itest/whitemesa/Makefile \
     test/itest/whitemesa/round1/Makefile \
+    test/tools/Makefile \
     ides/Makefile \
     ides/anjuta/Makefile
     ])

Modified: webservices/axis2/trunk/c/test/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/Makefile.am?rev=381568&r1=381567&r2=381568&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/Makefile.am Mon Feb 27 21:33:48 2006
@@ -1,2 +1,2 @@
 TESTS =
-SUBDIRS = util xml unit core itest
+SUBDIRS = util xml unit core itest tools