Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 8150 invoked from network); 29 Sep 2008 08:07:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2008 08:07:43 -0000 Received: (qmail 20871 invoked by uid 500); 29 Sep 2008 08:07:42 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 20830 invoked by uid 500); 29 Sep 2008 08:07:41 -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" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 20821 invoked by uid 99); 29 Sep 2008 08:07:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 01:07:41 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Sep 2008 08:06:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id ADCD52388892; Mon, 29 Sep 2008 01:07:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r700017 - svn:log Date: Mon, 29 Sep 2008 08:07:22 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080929080722.ADCD52388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thorsten Revision: 700017 Modified property: svn:log Modified: svn:log at Mon Sep 29 01:07:22 2008 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Sep 29 01:07:22 2008 @@ -1 +1,6 @@ -Extracting common method that can be used in both implementations +Extracting common method that can be used in both implementations. + +addProperties method has enhanced the properties treatment. +Before if in xmlProperties mode we always created a dom object even if the property only contained a @value and no childs. + +Now in this case we will fall back to the @value and passing a string.