Author: nscavell
Date: 2011-07-01 15:26:48 -0400 (Fri, 01 Jul 2011)
New Revision: 6795
Modified:
portal/trunk/component/portal/src/main/java/gatein_objects_1_2.xsd
Log:
Theme accidently removed. Was added per jira GTNPORTAL-1818.
Modified: portal/trunk/component/portal/src/main/java/gatein_objects_1_2.xsd
===================================================================
--- portal/trunk/component/portal/src/main/java/gatein_objects_1_2.xsd 2011-07-01 19:24:03
UTC (rev 6794)
+++ portal/trunk/component/portal/src/main/java/gatein_objects_1_2.xsd 2011-07-01 19:26:48
UTC (rev 6795)
@@ -175,10 +175,11 @@
<xs:complexType name="portletApplicationType">
<xs:sequence>
- <xs:choice>
- <xs:element name="portlet" type="portletType"/>
- <xs:element name="wsrp" type="xs:string"/>
- </xs:choice>
+ <xs:choice>
+ <xs:element name="portlet" type="portletType"/>
+ <xs:element name="wsrp" type="xs:string"/>
+ </xs:choice>
+ <xs:element name="theme" type="xs:string"
minOccurs="0" maxOccurs="1"/>
<xs:element name="title" type="xs:string"
minOccurs="0" maxOccurs="1"/>
<xs:element name="access-permissions" type="xs:string"
minOccurs="1" maxOccurs="1"/>
<xs:element name="show-info-bar" type="xs:boolean"
minOccurs="1" maxOccurs="1"/>
Show replies by date