You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/08/23 09:59:23 UTC

svn commit: r1516729 - /myfaces/site/publish/tobago/tobago-config-2.0.xsd

Author: lofwyr
Date: Fri Aug 23 07:59:23 2013
New Revision: 1516729

URL: http://svn.apache.org/r1516729
Log:
add emphasized warning

Modified:
    myfaces/site/publish/tobago/tobago-config-2.0.xsd

Modified: myfaces/site/publish/tobago/tobago-config-2.0.xsd
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/tobago-config-2.0.xsd?rev=1516729&r1=1516728&r2=1516729&view=diff
==============================================================================
--- myfaces/site/publish/tobago/tobago-config-2.0.xsd (original)
+++ myfaces/site/publish/tobago/tobago-config-2.0.xsd Fri Aug 23 07:59:23 2013
@@ -32,6 +32,13 @@
   <xs:annotation>
     <xs:documentation>
       <![CDATA[
+      ************************************************************************************
+      ************************************************************************************
+      THIS IS A PRE-RELEASE VERSION OF THIS FILE, PLEASE CHECK IF THERE IS AN UPDATE ON
+      http://myfaces.apache.org/tobago/tobago-config-2.0.xsd
+      ************************************************************************************
+      ************************************************************************************
+
       This is the XML schema for the Tobago configuration files version 2.0.
 
       Use the following definition:
@@ -55,8 +62,8 @@
       <xs:element name="ordering" type="tobago:ordering-type" minOccurs="0"/>
       <xs:element name="theme-config" type="tobago:theme-config-type" minOccurs="0"/>
       <xs:element name="resource-dir" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
-      <xs:element name="create-session-secret" type="xs:boolean" minOccurs="0"/>
-      <xs:element name="check-session-secret" type="xs:boolean" minOccurs="0"/>
+      <xs:element name="create-session-secret" type="xs:boolean" minOccurs="0" default="true"/>
+      <xs:element name="check-session-secret" type="xs:boolean" minOccurs="0" default="true"/>
       <xs:element name="prevent-frame-attacks" type="xs:boolean" minOccurs="0" default="true"/>
       <xs:element name="content-security-policy" type="tobago:content-security-policy-type" minOccurs="0"/>
       <xs:element name="renderers" type="tobago:renderers-type" minOccurs="0"/>
@@ -128,7 +135,6 @@
     <xs:sequence>
       <xs:element name="name" type="xs:string"/>
       <xs:element name="display-name" type="xs:string" minOccurs="0"/>
-      <xs:element name="deprecated-name" type="xs:string" minOccurs="0"/>
       <xs:element name="resource-path" type="xs:string"/>
       <xs:element name="fallback" type="xs:string" minOccurs="0"/>
       <xs:element name="versioned" type="xs:boolean" minOccurs="0" default="false"/>