Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 54211 invoked from network); 8 Oct 2004 09:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Oct 2004 09:29:42 -0000 Received: (qmail 52162 invoked by uid 500); 8 Oct 2004 09:29:40 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 51998 invoked by uid 500); 8 Oct 2004 09:29:38 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 51984 invoked by uid 99); 8 Oct 2004 09:29:38 -0000 X-ASF-Spam-Status: No, hits=-10.0 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.28) with SMTP; Fri, 08 Oct 2004 02:29:38 -0700 Received: (qmail 54153 invoked by uid 1683); 8 Oct 2004 09:29:37 -0000 Date: 8 Oct 2004 09:29:37 -0000 Message-ID: <20041008092937.54152.qmail@minotaur.apache.org> From: damitha@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c Makefile.am X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N damitha 2004/10/08 02:29:37 Modified: c Makefile.am Log: linux configuration files in deploy/conf and deploy folder were moved to deploy/etc folder. Makefile.am is changed accordingly Revision Changes Path 1.7 +1 -1 ws-axis/c/Makefile.am Index: Makefile.am =================================================================== RCS file: /home/cvs/ws-axis/c/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Makefile.am 8 Oct 2004 05:40:42 -0000 1.6 +++ Makefile.am 8 Oct 2004 09:29:37 -0000 1.7 @@ -1,3 +1,3 @@ SUBDIRS = src @SAMPLESBUILD@ @TESTCASESBUILD@ bin_SCRIPTS=deploy/bin/deploy_apache2.sh deploy/bin/deploy_apache.sh samples/client/run_interoptests.sh -sysconf_DATA=deploy/conf/server.wsdd_linux deploy/conf/client.wsdd_linux +sysconf_DATA=deploy/etc/server.wsdd_linux deploy/etc/client.wsdd_linux deploy/etc/axiscpp.conf_linux