Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 63894 invoked from network); 18 Oct 2004 14:11:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Oct 2004 14:11:07 -0000 Received: (qmail 94334 invoked by uid 500); 18 Oct 2004 14:10:01 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 94200 invoked by uid 500); 18 Oct 2004 14:10:00 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 94048 invoked by uid 99); 18 Oct 2004 14:09:54 -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; Mon, 18 Oct 2004 07:09:54 -0700 Received: (qmail 63246 invoked by uid 65534); 18 Oct 2004 14:09:50 -0000 Date: 18 Oct 2004 14:09:50 -0000 Message-ID: <20041018140950.63244.qmail@minotaur.apache.org> From: crossley@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 55013 - in forrest/trunk: . src/core src/core/targets X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Oct 18 07:09:49 2004 New Revision: 55013 Modified: forrest/trunk/build.xml forrest/trunk/src/core/forrest.build.xml forrest/trunk/src/core/targets/context.xml forrest/trunk/src/core/targets/skins.xml Log: Change property name "version" to "forrest.version" to prevent collisions with other build systems when using the Ant task. Modified: forrest/trunk/build.xml ============================================================================== --- forrest/trunk/build.xml (original) +++ forrest/trunk/build.xml Mon Oct 18 07:09:49 2004 @@ -32,7 +32,7 @@ - + @@ -62,7 +62,7 @@ Project Name ${ant.project.name} Java Version ${ant.java.version} Timestamp ${DSTAMP}${TSTAMP} - This is: ${name} ${version} + This is: ${name} ${forrest.version} -------------------------------------------------------------- @@ -102,11 +102,11 @@ - + - + @@ -123,7 +123,7 @@ - + Modified: forrest/trunk/src/core/forrest.build.xml ============================================================================== --- forrest/trunk/src/core/forrest.build.xml (original) +++ forrest/trunk/src/core/forrest.build.xml Mon Oct 18 07:09:49 2004 @@ -26,7 +26,7 @@ - + @@ -235,7 +235,7 @@ to be used later by Cocoon. --> <info> <project-skin>${project.skin}</project-skin> - <forrest-version>${version}</forrest-version> + <forrest-version>${forrest.version}</forrest-version> </info> Modified: forrest/trunk/src/core/targets/context.xml ============================================================================== --- forrest/trunk/src/core/targets/context.xml (original) +++ forrest/trunk/src/core/targets/context.xml Mon Oct 18 07:09:49 2004 @@ -73,15 +73,15 @@ - + - + - + Modified: forrest/trunk/src/core/targets/skins.xml ============================================================================== --- forrest/trunk/src/core/targets/skins.xml (original) +++ forrest/trunk/src/core/targets/skins.xml Mon Oct 18 07:09:49 2004 @@ -37,7 +37,7 @@ - @@ -114,11 +114,11 @@ style="${forrest.home}/var/skinlist2fetch.xsl" force="true"> - + - \ No newline at end of file +