Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 38715 invoked from network); 19 Feb 2007 07:52:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 07:52:12 -0000 Received: (qmail 47848 invoked by uid 500); 19 Feb 2007 07:52:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47724 invoked by uid 500); 19 Feb 2007 07:52:19 -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 47713 invoked by uid 500); 19 Feb 2007 07:52:19 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 47710 invoked by uid 99); 19 Feb 2007 07:52:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 23:52:19 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 23:52:10 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1EBBE1A981A; Sun, 18 Feb 2007 23:51:50 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r509118 - in /webservices/axis2/trunk/c/test: core/addr/ core/clientapi/ core/context/ core/deployment/ core/description/ core/engine/ core/transport/http/ itest/whitemesa/round1/ itest/whitemesa/round2/ wsdl/builder/print/ Date: Mon, 19 Feb 2007 07:51:49 -0000 To: axis2-cvs@ws.apache.org From: pini@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070219075150.1EBBE1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pini Date: Sun Feb 18 23:51:48 2007 New Revision: 509118 URL: http://svn.apache.org/viewvc?view=rev&rev=509118 Log: Fixing jira issue 376 Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am webservices/axis2/trunk/c/test/core/clientapi/Makefile.am webservices/axis2/trunk/c/test/core/context/Makefile.am webservices/axis2/trunk/c/test/core/deployment/Makefile.am webservices/axis2/trunk/c/test/core/description/Makefile.am webservices/axis2/trunk/c/test/core/engine/Makefile.am webservices/axis2/trunk/c/test/core/transport/http/Makefile.am webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am Modified: webservices/axis2/trunk/c/test/core/addr/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/addr/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/addr/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/addr/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,7 +1,6 @@ TESTS = test_addr -bindir=$(prefix)/bin/system_test check_PROGRAMS = test_addr -bin_PROGRAMS = test_addr +noinst_PROGRAMS = test_addr SUBDIRS = AM_CFLAGS = -g -pthread test_addr_SOURCES = test_addr.c Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,6 +1,5 @@ -bindir=$(prefix)/bin/system_test/ TESTS = test_client test_clientapi -bin_PROGRAMS = test_client test_clientapi +noinst_PROGRAMS = test_client test_clientapi check_PROGRAMS = test_client test_clientapi SUBDIRS = AM_CFLAGS = -g -pthread Modified: webservices/axis2/trunk/c/test/core/context/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/context/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/context/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/context/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,7 +1,6 @@ -bindir=$(prefix)/bin/system_test TESTS = test_context check_PROGRAMS = test_context -bin_PROGRAMS = test_context +noinst_PROGRAMS = test_context SUBDIRS = AM_CFLAGS = -g -pthread test_context_SOURCES = test_context.c Modified: webservices/axis2/trunk/c/test/core/deployment/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/deployment/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/deployment/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/deployment/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,6 +1,5 @@ TESTS = test_deployment -bindir=$(prefix)/bin/system_test -bin_PROGRAMS = test_deployment +noinst_PROGRAMS = test_deployment SUBDIRS = AM_CFLAGS = $(CFLAGS) -g -pthread test_deployment_SOURCES = test_deployment.c Modified: webservices/axis2/trunk/c/test/core/description/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/description/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/description/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/description/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,6 +1,5 @@ TESTS = test_description -bindir=$(prefix)/bin/system_test -bin_PROGRAMS = test_description +noinst_PROGRAMS = test_description SUBDIRS = AM_CFLAGS = -g -O2 -pthread test_description_SOURCES = test_description.c Modified: webservices/axis2/trunk/c/test/core/engine/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/engine/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/engine/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/engine/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,7 +1,6 @@ -bindir=$(prefix)/bin/system_test TESTS = test_engine check_PROGRAMS = test_engine -bin_PROGRAMS = test_engine +noinst_PROGRAMS = test_engine SUBDIRS = AM_CFLAGS = -g -pthread test_engine_SOURCES = test_engine.c Modified: webservices/axis2/trunk/c/test/core/transport/http/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/transport/http/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/core/transport/http/Makefile.am (original) +++ webservices/axis2/trunk/c/test/core/transport/http/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,7 +1,6 @@ -bindir=$(prefix)/bin/system_test TESTS = test_http_transport check_PROGRAMS = test_http_transport -bin_PROGRAMS = test_http_transport +noinst_PROGRAMS = test_http_transport SUBDIRS = AM_CFLAGS = -g -pthread test_http_transport_SOURCES = test_http_transport.c Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am (original) +++ webservices/axis2/trunk/c/test/itest/whitemesa/round1/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,5 +1,4 @@ -bindir=$(prefix)/bin/itest -bin_PROGRAMS = round1 +noinst_PROGRAMS = round1 round1_SOURCES = round1_client.c round1_LDADD = $(LDFLAGS) \ Modified: webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am (original) +++ webservices/axis2/trunk/c/test/itest/whitemesa/round2/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,5 +1,4 @@ -bindir=$(prefix)/bin/itest -bin_PROGRAMS = round2 +noinst_PROGRAMS = round2 round2_SOURCES = round2_client.c round2_LDADD = $(LDFLAGS) \ Modified: webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am?view=diff&rev=509118&r1=509117&r2=509118 ============================================================================== --- webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am (original) +++ webservices/axis2/trunk/c/test/wsdl/builder/print/Makefile.am Sun Feb 18 23:51:48 2007 @@ -1,6 +1,5 @@ TESTS = test_print -bindir=$(prefix)/bin/system_test -bin_PROGRAMS = test_print +noinst_PROGRAMS = test_print SUBDIRS = AM_CFLAGS = -g -O2 -pthread test_print_SOURCES = test_print.c --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org