Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 30632 invoked from network); 12 Jan 2006 09:15:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jan 2006 09:15:45 -0000 Received: (qmail 53611 invoked by uid 500); 12 Jan 2006 09:15:43 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 53533 invoked by uid 500); 12 Jan 2006 09:15:43 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 53520 invoked by uid 500); 12 Jan 2006 09:15:43 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 53517 invoked by uid 99); 12 Jan 2006 09:15:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2006 01:15:43 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Jan 2006 01:15:42 -0800 Received: (qmail 30393 invoked by uid 65534); 12 Jan 2006 09:15:21 -0000 Message-ID: <20060112091521.30392.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r368324 - /webservices/axis2/trunk/c/configure.ac Date: Thu, 12 Jan 2006 09:15:21 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: damitha Date: Thu Jan 12 01:15:16 2006 New Revision: 368324 URL: http://svn.apache.org/viewcvs?rev=368324&view=rev Log: Added new path to deploymetn test 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=368324&r1=368323&r2=368324&view=diff ============================================================================== --- webservices/axis2/trunk/c/configure.ac (original) +++ webservices/axis2/trunk/c/configure.ac Thu Jan 12 01:15:16 2006 @@ -112,6 +112,7 @@ test/xml/om/Makefile \ test/core/Makefile \ test/core/description/Makefile \ + test/core/deployment/Makefile \ test/core/context/Makefile \ test/core/clientapi/Makefile \ test/core/engine/Makefile \