Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 23525 invoked from network); 7 Sep 2004 02:09:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Sep 2004 02:09:38 -0000 Received: (qmail 60185 invoked by uid 500); 7 Sep 2004 02:09:38 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 60157 invoked by uid 500); 7 Sep 2004 02:09:38 -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 60142 invoked by uid 99); 7 Sep 2004 02:09:37 -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; Mon, 06 Sep 2004 19:09:37 -0700 Received: (qmail 23511 invoked by uid 65534); 7 Sep 2004 02:09:36 -0000 Date: 7 Sep 2004 02:09:36 -0000 Message-ID: <20040907020936.23508.qmail@minotaur.apache.org> From: crossley@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 43443 - in forrest/trunk/src/core: context fresh-site X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon Sep 6 19:09:35 2004 New Revision: 43443 Modified: forrest/trunk/src/core/context/default-forrest.properties forrest/trunk/src/core/fresh-site/forrest.properties Log: Minor text tweaks. Modified: forrest/trunk/src/core/context/default-forrest.properties ============================================================================== --- forrest/trunk/src/core/context/default-forrest.properties (original) +++ forrest/trunk/src/core/context/default-forrest.properties Mon Sep 6 19:09:35 2004 @@ -76,7 +76,7 @@ ############## # validation properties -# These props determine if validation is performed at all +# This set of properties determine if validation is performed # Values are inherited unless overridden. # e.g. if forrest.validate=false then all others are false unless set to true. #forrest.validate=true @@ -87,11 +87,10 @@ #forrest.validate.skins=${forrest.validate} #forrest.validate.skins.stylesheets=${forrest.validate.skins} - # Key: -# *.failonerror=(true|false) stop when an XML file is invalid -# *.includes=(pattern) Comma-separated list of path patterns to validate -# *.excludes=(pattern) Comma-separated list of path patterns to not validate +# *.failonerror=(true|false) - stop when an XML file is invalid +# *.includes=(pattern) - comma-separated list of path patterns to validate +# *.excludes=(pattern) - comma-separated list of path patterns to not validate #forrest.validate.failonerror=true #forrest.validate.includes=**/* Modified: forrest/trunk/src/core/fresh-site/forrest.properties ============================================================================== --- forrest/trunk/src/core/fresh-site/forrest.properties (original) +++ forrest/trunk/src/core/fresh-site/forrest.properties Mon Sep 6 19:09:35 2004 @@ -67,7 +67,7 @@ ############## # validation properties -# This set of properties determine if validation is performed at all +# This set of properties determine if validation is performed # Values are inherited unless overridden. # e.g. if forrest.validate=false then all others are false unless set to true. #forrest.validate=true @@ -78,10 +78,10 @@ #forrest.validate.skins=${forrest.validate} #forrest.validate.skins.stylesheets=${forrest.validate.skins} -# *.failonerror=(true|false) stop when an XML file is invalid +# *.failonerror=(true|false) - stop when an XML file is invalid #forrest.validate.failonerror=true -# *.excludes=(pattern) Comma-separated list of path patterns to not validate +# *.excludes=(pattern) - comma-separated list of path patterns to not validate # e.g. #forrest.validate.xdocs.excludes=samples/subdir/**, samples/faq.xml #forrest.validate.xdocs.excludes=