Author: oheger
Date: Thu Apr 21 19:39:34 2011
New Revision: 1095798
URL: http://svn.apache.org/viewvc?rev=1095798&view=rev
Log:
[CONFIGURATION-447] Updated documentation and changes.
Modified:
commons/proper/configuration/trunk/src/changes/changes.xml
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_configurationbuilder.xml
Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1095798&r1=1095797&r2=1095798&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Apr 21
19:39:34 2011
@@ -23,6 +23,10 @@
<body>
<release version="1.7" date="in SVN" description="">
+ <action dev="oheger" type="add" issue="CONFIGURATION-447">
+ DefaultConfigurationBuilder now supports including environment
properties
+ using the "env" tag.
+ </action>
<action dev="oheger" type="update" issue="CONFIGURATION-446">
XMLConfiguration now handles attributes correctly whose value is an
empty string.
Modified:
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_configurationbuilder.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_configurationbuilder.xml?rev=1095798&r1=1095797&r2=1095798&view=diff
==============================================================================
---
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_configurationbuilder.xml
(original)
+++
commons/proper/configuration/trunk/src/site/xdoc/userguide/howto_configurationbuilder.xml
Thu Apr 21 19:39:34 2011
@@ -164,6 +164,10 @@
combined configuration. Behind the scenes an instance of
<code><a
href="../apidocs/org/apache/commons/configuration/HierarchicalINIConfiguration.html">
HierarchicalINIConfiguration</a></code> is used to load the ini
file.</dd>
+ <dt>env</dt>
+ <dd>With this tag direct access to environment properties can be
enabled.
+ This works in the same way as the <code><system></code> tag for
+ Java system properties.</dd>
</dl>
</p>
<p>