Author: ebourg
Date: Thu Feb 21 08:42:12 2008
New Revision: 629862

URL: http://svn.apache.org/viewvc?rev=629862&view=rev
Log:
Added the <environment/> element to the XML schema

Modified:
    
commons/proper/configuration/branches/configuration2_experimental/conf/CommonsConfiguration.xsd

Modified: 
commons/proper/configuration/branches/configuration2_experimental/conf/CommonsConfiguration.xsd
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/conf/CommonsConfiguration.xsd?rev=629862&r1=629861&r2=629862&view=diff
==============================================================================
--- 
commons/proper/configuration/branches/configuration2_experimental/conf/CommonsConfiguration.xsd
 (original)
+++ 
commons/proper/configuration/branches/configuration2_experimental/conf/CommonsConfiguration.xsd
 Thu Feb 21 08:42:12 2008
@@ -120,6 +120,7 @@
        <xs:complexType name="sources">
                <xs:choice maxOccurs="unbounded">
                        <xs:element name="system" type="xs:string"/>
+                       <xs:element name="environment" type="xs:string"/>
                        <xs:element name="properties" 
type="propertiesConfiguration"/>
                        <xs:element name="xml" type="xmlConfiguration"/>
                        <xs:element name="plist" 
type="abstractHierarchicalFileConfiguration"/>


Reply via email to