Author: julien_viet
Date: 2010-02-24 08:00:58 -0500 (Wed, 24 Feb 2010)
New Revision: 1844
Modified:
portal/trunk/component/portal/src/main/java/gatein-objects.xsd
Log:
we don't support the <application> tag officially
Modified: portal/trunk/component/portal/src/main/java/gatein-objects.xsd
===================================================================
--- portal/trunk/component/portal/src/main/java/gatein-objects.xsd 2010-02-24 12:44:30 UTC
(rev 1843)
+++ portal/trunk/component/portal/src/main/java/gatein-objects.xsd 2010-02-24 13:00:58 UTC
(rev 1844)
@@ -112,7 +112,6 @@
<xs:group name="containerChildrenGroup">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element name="application"
type="portletApplicationType" minOccurs="1"
maxOccurs="1"/>
<xs:element name="portlet-application"
type="portletApplicationType" minOccurs="1"
maxOccurs="1"/>
<xs:element name="container" type="containerType"
minOccurs="1" maxOccurs="1"/>
<xs:element name="page-body" type="xs:string"
minOccurs="1" maxOccurs="1"/>
@@ -150,13 +149,6 @@
<xs:attribute name="attribute" type="xs:string"/>
</xs:complexType>
- <xs:complexType name="applicationType">
- <xs:sequence>
- <xs:element name="instance-id" type="xs:string"
minOccurs="1" maxOccurs="1"/>
- <xs:element name="show-info-bar" type="xs:boolean"
minOccurs="1" maxOccurs="1"/>
- </xs:sequence>
- </xs:complexType>
-
<xs:complexType name="portletApplicationType">
<xs:sequence>
<xs:element name="portlet" type="portletType"
minOccurs="1" maxOccurs="1"/>
Show replies by date