Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 66740 invoked by uid 500); 16 Aug 2003 11:05:33 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 66725 invoked from network); 16 Aug 2003 11:05:32 -0000 Received: from dsl-217-155-97-60.zen.co.uk (HELO dsl-217-155-97-61.zen.co.uk) (217.155.97.60) by daedalus.apache.org with SMTP; 16 Aug 2003 11:05:32 -0000 Received: from apple.air.bandlem.com ([10.0.1.20] helo=ioshq.com) by dsl-217-155-97-61.zen.co.uk with esmtp (Exim 3.35 #1 (Debian)) id 19nysG-0004YJ-00 for ; Sat, 16 Aug 2003 12:05:32 +0100 Date: Sat, 16 Aug 2003 12:04:32 +0100 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: [PATCH] Added 'resources' directory to etc/project.xml file From: Alex Blewitt To: geronimo-dev@incubator.apache.org Content-Transfer-Encoding: 7bit Message-Id: <69F3B119-CFD9-11D7-870E-0003934D3EA4@ioshq.com> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I've modified the default project.xml file to have an additional include. Now, modules can have src/resources as well as the src/java and all contents of the 'resources' are put into the JAR as well. We can use this resources directory to store i18n files (amongst others). I've also modified my e-mail address to use my work-related one rather than my home one -- I'd rather not have the latter published on the site. Alex. Index: project.xml =================================================================== RCS file: /home/cvspublic/incubator-geronimo/etc/project.xml,v retrieving revision 1.7 diff -u -r1.7 project.xml --- project.xml 16 Aug 2003 02:35:15 -0000 1.7 +++ project.xml 16 Aug 2003 11:00:45 -0000 @@ -206,7 +206,8 @@ Alex Blewitt - Alex.Blewitt@bandlem.com + Alex.Blewitt@ioshq.com + International Object Solutions Limited Brent Worden @@ -240,6 +241,15 @@ **/Abstract*.java + + + ${basedir}/src/resources + + **/* + + + +