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 sa...@apache.org on 2006/01/27 01:39:38 UTC

svn commit: r372676 - /webservices/axis2/trunk/c/configure.ac

Author: samisa
Date: Thu Jan 26 16:39:34 2006
New Revision: 372676

URL: http://svn.apache.org/viewcvs?rev=372676&view=rev
Log:
Added test math service

Modified:
    webservices/axis2/trunk/c/configure.ac

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=372676&r1=372675&r2=372676&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Thu Jan 26 16:39:34 2006
@@ -113,6 +113,7 @@
     test/Makefile \
     test/server/Makefile \
     test/server/echo/Makefile \
+    test/server/math/Makefile \
     test/xml/Makefile \
     test/xml/om/Makefile \
     test/xml/soap/Makefile \