Author: oheger
Date: Sat Sep 3 19:16:04 2011
New Revision: 1164913
URL: http://svn.apache.org/viewvc?rev=1164913&view=rev
Log:
Using Commons Configuration as an adjective to be compatible with trademark
policy.
Modified:
commons/proper/configuration/trunk/src/site/xdoc/index.xml
Modified: commons/proper/configuration/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/index.xml?rev=1164913&r1=1164912&r2=1164913&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/index.xml Sat Sep 3
19:16:04 2011
@@ -15,6 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!-- ===================================================================== -->
+<!-- $Id$ -->
+<!-- ===================================================================== -->
<document>
<properties>
@@ -30,7 +33,7 @@
<body>
<section name="Intro">
<p>
- Commons Configuration provides a generic configuration interface which
enables
+ The Commons Configuration software library provides a generic
configuration interface which enables
a Java application to read configuration data from a variety of
sources. Commons Configuration
provides typed access to single, and multi-valued configuration
parameters as demonstrated
by the following code: