Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 89824 invoked from network); 8 Sep 2004 10:56:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Sep 2004 10:56:22 -0000 Received: (qmail 82087 invoked by uid 500); 8 Sep 2004 10:56:19 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 82043 invoked by uid 500); 8 Sep 2004 10:56:18 -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 82030 invoked by uid 99); 8 Sep 2004 10:56:18 -0000 X-ASF-Spam-Status: No, hits=-2.8 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; Wed, 08 Sep 2004 03:56:18 -0700 Received: (qmail 89784 invoked by uid 1876); 8 Sep 2004 10:56:17 -0000 Date: 8 Sep 2004 10:56:17 -0000 Message-ID: <20040908105617.89783.qmail@minotaur.apache.org> From: hawkeye@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c build.Linux.properties X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hawkeye 2004/09/08 03:56:17 Modified: c build.Linux.properties Log: Added support to specify a language to build. Choose either cpp or c. Defaults to both. Work done by Andrew Perry CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.3 +7 -0 ws-axis/c/build.Linux.properties Index: build.Linux.properties =================================================================== RCS file: /home/cvs/ws-axis/c/build.Linux.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.Linux.properties 7 Sep 2004 13:42:00 -0000 1.2 +++ build.Linux.properties 8 Sep 2004 10:56:17 -0000 1.3 @@ -102,6 +102,13 @@ # For Unix this should be ${dir.package.lib} dir.libraries = ${dir.package.bin} +# May want to uncomment for testing so the build output is used +#dir.include = ${dir.package.include} + +# If only a single language is required then set it here. +# Valid values are cpp or c. Default if unset is both. +target.lang = cpp + # AXISCPP_DEPLOY directory axiscpp_deploy = ${dir.test.generated}