1 Reply Latest reply on Apr 30, 2010 1:34 PM by mwringe

    What does the overwrite element means in gatein-resources.xml

    plamarque

      Hello,

       

       

      I found the following definition for portal-skin in

      http://www.gatein.org/xml/ns/gatein_resources_1_0" xmlns="http://www.ga

      tein.org/xml/ns/gatein_resources_1_0.xsd

       

       

        <!-- Declares a portal skin resource -->
      <xs:complexType name="portal-skin">
      <xs:sequence>
      <xs:element name="skin-name" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="css-path" type="xs:string" minOccurs="1" maxOccurs="1"/>
      <xs:element name="overwrite" type="xs:string" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
      </xs:complexType>

       

       

       

      What does the "overwrite" element do exactly ?

       

       

      Thanks.