Author: matzew
Date: Thu Jun 22 21:30:52 2006
New Revision: 416561
URL: http://svn.apache.org/viewvc?rev=416561&view=rev
Log:
THANKS TO MATT COOPER FOR PATCH ADFFACES-33 (MATT _DOT_ FACES _AT_ GMAIL _DOT_
COM)
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Column.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationLevel.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationPath.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationTree.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Page.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Process.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/SelectRange.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Table.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Tree.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreDocument.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreMessage.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePage.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelBorder.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelForm.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelGroup.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelHorizontal.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelLabelAndMessage.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPage.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPageHeader.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelSideBar.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectManyShuttle.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectOrderShuttle.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreShowDetail.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreTreeTable.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonFormControls.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonTableAttrs.xml
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/html/HtmlFrameBorderLayout.xml
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Column.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Column.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Column.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Column.xml
Thu Jun 22 21:30:52 2006
@@ -29,7 +29,6 @@
<component-class>org.apache.myfaces.adf.component.UIXColumn</component-class>
<facet>
<description><![CDATA[the node to use to render this column's
header.]]></description>
- <display-name>header</display-name>
<facet-name>header</facet-name>
<facet-extension>
<mfp:long-description>the node to use to render this column's
header.</mfp:long-description>
@@ -48,7 +47,6 @@
</facet>
<facet>
<description><![CDATA[the node to render as this column's
footer.]]></description>
- <display-name>footer</display-name>
<facet-name>footer</facet-name>
</facet>
<property>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationLevel.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationLevel.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationLevel.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationLevel.xml
Thu Jun 22 21:30:52 2006
@@ -32,7 +32,6 @@
<description><![CDATA[the component to use to stamp each element in the
navigation. A CommandNavigationItem is expected.]]>
</description>
- <display-name>nodeStamp</display-name>
<facet-name>nodeStamp</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationPath.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationPath.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationPath.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationPath.xml
Thu Jun 22 21:30:52 2006
@@ -34,7 +34,6 @@
<description><![CDATA[the component to use to stamp each element in the
navigation. A CommandNavigationItem is expected.]]>
</description>
- <display-name>nodeStamp</display-name>
<facet-name>nodeStamp</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationTree.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationTree.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationTree.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/NavigationTree.xml
Thu Jun 22 21:30:52 2006
@@ -38,7 +38,6 @@
components with no behavior and most components that implement
the
EditableValueHolder or ActionSource interfaces.]]>
</description>
- <display-name>nodeStamp</display-name>
<facet-name>nodeStamp</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Page.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Page.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Page.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Page.xml
Thu Jun 22 21:30:52 2006
@@ -35,7 +35,6 @@
<description><![CDATA[the component to use to stamp each element in the
menu. A CommandNavigationItem is expected.]]>
</description>
- <display-name>nodeStamp</display-name>
<facet-name>nodeStamp</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Process.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Process.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Process.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Process.xml
Thu Jun 22 21:30:52 2006
@@ -31,7 +31,6 @@
<description><![CDATA[the component to use to stamp each element in the
process. A CommandNavigationItem is expected.]]>
</description>
- <display-name>nodeStamp</display-name>
<facet-name>nodeStamp</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/SelectRange.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/SelectRange.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/SelectRange.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/SelectRange.xml
Thu Jun 22 21:30:52 2006
@@ -32,7 +32,6 @@
<component-class>org.apache.myfaces.adf.component.UIXSelectRange</component-class>
<facet>
<description><![CDATA[use to customize the label of each range
selection.]]></description>
- <display-name>rangeLabel</display-name>
<facet-name>rangeLabel</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Table.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Table.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Table.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Table.xml
Thu Jun 22 21:30:52 2006
@@ -37,7 +37,6 @@
<description><![CDATA[the component to stamp below every row which is
disclosed. Adding a
detail facet will automatically cause the detail column to be displayed.]]>
</description>
- <display-name>detailStamp</display-name>
<facet-name>detailStamp</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda</mfp:unsupported-agents>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Tree.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Tree.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Tree.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/Tree.xml
Thu Jun 22 21:30:52 2006
@@ -40,7 +40,6 @@
components with no behavior and most components that implement
the
EditableValueHolder or ActionSource interfaces. In a treeTable,
this must be a column.]]>
</description>
- <display-name>nodeStamp</display-name>
<facet-name>nodeStamp</facet-name>
</facet>
<property>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreDocument.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreDocument.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreDocument.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreDocument.xml
Thu Jun 22 21:30:52 2006
@@ -30,7 +30,6 @@
<component-class>org.apache.myfaces.adf.component.core.CoreDocument</component-class>
<facet>
<description><![CDATA[Content to be rendered as meta data inside the
"head" section.]]></description>
- <display-name>metaContainer</display-name>
<facet-name>metaContainer</facet-name>
</facet>
<property>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreMessage.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreMessage.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreMessage.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreMessage.xml
Thu Jun 22 21:30:52 2006
@@ -34,7 +34,6 @@
<xi:include href="includes/CoreJSEvents.xml"
xpointer="/faces-config/component/*"/>
<facet>
<description>This facet should contain field level help.</description>
- <display-name>help</display-name>
<facet-name>help</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePage.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePage.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePage.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePage.xml
Thu Jun 22 21:30:52 2006
@@ -29,7 +29,6 @@
<component-class>org.apache.myfaces.adf.component.core.nav.CorePage</component-class>
<facet>
<description><![CDATA[This location typically contains a
menuChoice.]]></description>
- <display-name>menuSwitch</display-name>
<facet-name>menuSwitch</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -41,7 +40,6 @@
</facet>
<facet>
<description><![CDATA[The context switcher of a page.]]></description>
- <display-name>contextSwitcher</display-name>
<facet-name>contextSwitcher</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -52,7 +50,6 @@
</facet>
<facet>
<description><![CDATA[The node to display messages. Usually contains a
messages component.]]></description>
- <display-name>messages</display-name>
<facet-name>messages</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -65,7 +62,6 @@
contains a medium size objectImage of the logo of the
organization
owning the page.]]>
</description>
- <display-name>branding</display-name>
<facet-name>branding</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -78,7 +74,6 @@
<description><![CDATA[The application, module, or product branding
region of the page.
This section typically contains a objectImage of the
application logo.]]>
</description>
- <display-name>brandingApp</display-name>
<facet-name>brandingApp</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -96,7 +91,6 @@
then navigates into a tabbed application pertaining to that
specific context.]]>
</description>
- <display-name>brandingAppContextual</display-name>
<facet-name>brandingAppContextual</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -104,7 +98,6 @@
</facet>
<facet>
<description><![CDATA[The search region of the page.]]></description>
- <display-name>search</display-name>
<facet-name>search</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -120,7 +113,6 @@
links that will bring the user back to each of the parent
pages of a tree of pages that he has navigated down into.]]>
</description>
- <display-name>location</display-name>
<facet-name>location</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -135,7 +127,6 @@
the user to move to the next or previous step in a process.
]]>
</description>
- <display-name>actions</display-name>
<facet-name>actions</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -147,7 +138,6 @@
<description><![CDATA[The copyright region of the page. If present,
this area
typically contains a outputText with the copyright
information.]]>
</description>
- <display-name>appCopyright</display-name>
<facet-name>appCopyright</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -162,7 +152,6 @@
typically contains a commandLink to the privacy policy for the
application.]]>
</description>
- <display-name>appPrivacy</display-name>
<facet-name>appPrivacy</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -173,7 +162,6 @@
</facet>
<facet>
<description><![CDATA[Area to put a commandLink to more information
about the application.]]></description>
- <display-name>appAbout</display-name>
<facet-name>appAbout</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -187,7 +175,6 @@
presenting additional information for the user. It often
contains a panelBox.]]>
</description>
- <display-name>infoSupplemental</display-name>
<facet-name>infoSupplemental</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -199,7 +186,6 @@
<facet>
<description><![CDATA[The return information region. Typically this will
contain a "return to [X]" link.]]>
</description>
- <display-name>infoReturn</display-name>
<facet-name>infoReturn</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -212,7 +198,6 @@
<description><![CDATA[The user information region. This region provides
a location for
presenting user login and connection information.]]>
</description>
- <display-name>infoUser</display-name>
<facet-name>infoUser</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -225,7 +210,6 @@
<description><![CDATA[The footnote information region. This region
provides a location for
page-level information that is ancillary to the user's task.]]>
</description>
- <display-name>infoFootnote</display-name>
<facet-name>infoFootnote</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -241,7 +225,6 @@
A key notation is a legend used to define icons, elements, or
terms used within the page content.]]>
</description>
- <display-name>infoStatus</display-name>
<facet-name>infoStatus</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelBorder.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelBorder.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelBorder.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelBorder.xml
Thu Jun 22 21:30:52 2006
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright 2006 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
+<!--
+ Copyright 2006 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:af="http://myfaces.apache.org/adf/faces"
xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
@@ -32,7 +32,6 @@
<facet>
<description><![CDATA[Content to be rendered above the children.]]>
</description>
- <display-name>top</display-name>
<facet-name>top</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -43,7 +42,6 @@
<facet>
<description><![CDATA[Content to be rendered below the children.]]>
</description>
- <display-name>bottom</display-name>
<facet-name>bottom</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -55,7 +53,6 @@
<description><![CDATA[Content to be rendered to the left of the children
and
between any top and bottom children.]]>
</description>
- <display-name>left</display-name>
<facet-name>left</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -65,7 +62,6 @@
<description><![CDATA[Content to be rendered to the right of the
children and
between any top and bottom children.]]>
</description>
- <display-name>right</display-name>
<facet-name>right</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -76,7 +72,6 @@
between any top and bottom children, if the reading direction
is
left-to-right, on the right otherwise.]]>
</description>
- <display-name>start</display-name>
<facet-name>start</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -90,7 +85,6 @@
between any top and bottom children, if the reading direction
is
left-to-right, on the left otherwise.]]>
</description>
- <display-name>end</display-name>
<facet-name>end</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -144,4 +138,4 @@
<mfp:uix2-local-name>borderLayout</mfp:uix2-local-name>
</component-extension>
</component>
-</faces-config>
+</faces-config>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelForm.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelForm.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelForm.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelForm.xml
Thu Jun 22 21:30:52 2006
@@ -39,7 +39,6 @@
This facet may not always line up perfectly, especially if the labels or
fields are longer than expected. Try adjusting things with the labelWidth and
fieldWidth attributes when necessary. Also, the columns attribute on inputText
may be helpful.
</p>]]>
</description>
- <display-name>footer</display-name>
<facet-name>footer</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelGroup.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelGroup.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelGroup.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelGroup.xml
Thu Jun 22 21:30:52 2006
@@ -29,7 +29,6 @@
<facet>
<description><![CDATA[Content to be rendered once between each of the
other children.]]></description>
- <display-name>separator</display-name>
<facet-name>separator</facet-name>
</facet>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelHorizontal.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelHorizontal.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelHorizontal.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelHorizontal.xml
Thu Jun 22 21:30:52 2006
@@ -32,7 +32,6 @@
<facet>
<description><![CDATA[Content to be rendered once between each of the
other children.]]></description>
- <display-name>separator</display-name>
<facet-name>separator</facet-name>
</facet>
<property>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelLabelAndMessage.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelLabelAndMessage.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelLabelAndMessage.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelLabelAndMessage.xml
Thu Jun 22 21:30:52 2006
@@ -29,7 +29,6 @@
<facet>
<description>This facet should contain field level help.</description>
- <display-name>help</display-name>
<facet-name>help</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -39,7 +38,6 @@
</facet>
<facet>
<description><![CDATA[Component to render after the
children.]]></description>
- <display-name>end</display-name>
<facet-name>end</facet-name>
</facet>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPage.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPage.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPage.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPage.xml
Thu Jun 22 21:30:52 2006
@@ -13,7 +13,6 @@
<facet>
<description><![CDATA[Area to put a commandLink to more information
about the application.]]></description>
- <display-name>appAbout</display-name>
<facet-name>appAbout</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -26,7 +25,6 @@
<description><![CDATA[The copyright region of the page. If present,
this area
typically contains an outputText with the copyright
information.]]>
</description>
- <display-name>appCopyright</display-name>
<facet-name>appCopyright</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -41,7 +39,6 @@
typically contains a commandLink to the privacy policy for the
application.]]>
</description>
- <display-name>appPrivacy</display-name>
<facet-name>appPrivacy</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -52,7 +49,6 @@
</facet>
<facet>
<description><![CDATA[The auxiliary content for the primary
layer.]]></description>
- <display-name>auxiliary1</display-name>
<facet-name>auxiliary1</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -60,7 +56,6 @@
</facet>
<facet>
<description><![CDATA[The auxiliary content for the secondary
layer.]]></description>
- <display-name>auxiliary2</display-name>
<facet-name>auxiliary2</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -68,7 +63,6 @@
</facet>
<facet>
<description><![CDATA[The auxiliary content for the global
layer.]]></description>
- <display-name>auxiliaryGlobal</display-name>
<facet-name>auxiliaryGlobal</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -79,7 +73,6 @@
contains a horizontal panelGroup for an objectImage of a logo
and an
outputText for a title.]]>
</description>
- <display-name>branding</display-name>
<facet-name>branding</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -90,7 +83,6 @@
</facet>
<facet>
<description><![CDATA[The global contextual region of the
page.]]></description>
- <display-name>contextGlobal</display-name>
<facet-name>contextGlobal</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -98,7 +90,6 @@
</facet>
<facet>
<description><![CDATA[An optional horizontally oriented region of
contexual components for the main content.]]></description>
- <display-name>contextLocal</display-name>
<facet-name>contextLocal</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -108,7 +99,6 @@
<description><![CDATA[The footnote information region. This region
provides a location for
page-level information that is ancillary to the user's task.]]>
</description>
- <display-name>infoFootnote</display-name>
<facet-name>infoFootnote</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -120,7 +110,6 @@
<facet>
<description><![CDATA[The return information region. Typically this will
contain a "return to [X]" link.]]>
</description>
- <display-name>infoReturn</display-name>
<facet-name>infoReturn</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -134,7 +123,6 @@
provides a location for page-level status that is important to
the user's task.]]>
</description>
- <display-name>infoStatus</display-name>
<facet-name>infoStatus</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -146,7 +134,6 @@
<description><![CDATA[The user information region. This region provides
a location for
presenting user sign-in and connection information.]]>
</description>
- <display-name>infoUser</display-name>
<facet-name>infoUser</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -162,7 +149,6 @@
links that will bring the user back to each of the parent
pages of a tree of pages that he has navigated down into.]]>
</description>
- <display-name>location</display-name>
<facet-name>location</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -172,7 +158,6 @@
</facet>
<facet>
<description><![CDATA[This location typically contains tabs for the
primary layer.]]></description>
- <display-name>navigation1</display-name>
<facet-name>navigation1</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -183,7 +168,6 @@
</facet>
<facet>
<description><![CDATA[This location typically contains tabs for the
secondary layer.]]></description>
- <display-name>navigation2</display-name>
<facet-name>navigation2</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -193,7 +177,6 @@
</facet>
<facet>
<description><![CDATA[An optional vertically oriented region of
contexual components for the main content. Often this contains a list or tree
of links for deeper navigation structure than the global, primary, and
secondary regions can provide.]]></description>
- <display-name>navigation3</display-name>
<facet-name>navigation3</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -204,7 +187,6 @@
</facet>
<facet>
<description><![CDATA[This section typically contains global application
links or otherwise top level navigation structure links, e.g. "Home",
"Preferences", "Help", and "Sign Out".]]></description>
- <display-name>navigationGlobal</display-name>
<facet-name>navigationGlobal</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -215,7 +197,6 @@
</facet>
<facet>
<description><![CDATA[The search region of the page. Typically used for
application or system-wide searches.]]></description>
- <display-name>search</display-name>
<facet-name>search</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -226,7 +207,6 @@
</facet>
<facet>
<description><![CDATA[This location typically is a toolbar for the
primary layer.]]></description>
- <display-name>toolbar1</display-name>
<facet-name>toolbar1</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -234,7 +214,6 @@
</facet>
<facet>
<description><![CDATA[This location typically is a toolbar for the
secondary layer.]]></description>
- <display-name>toolbar2</display-name>
<facet-name>toolbar2</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -242,7 +221,6 @@
</facet>
<facet>
<description><![CDATA[This location typically is a toolbar for the
global layer.]]></description>
- <display-name>toolbarGlobal</display-name>
<facet-name>toolbarGlobal</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPageHeader.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPageHeader.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPageHeader.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelPageHeader.xml
Thu Jun 22 21:30:52 2006
@@ -28,7 +28,6 @@
<component-class>org.apache.myfaces.adf.component.core.layout.CorePanelPageHeader</component-class>
<facet>
<description><![CDATA[This location typically contains a
menuTabs.]]></description>
- <display-name>navigation1</display-name>
<facet-name>navigation1</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -38,7 +37,6 @@
</facet>
<facet>
<description><![CDATA[This location typically contains a
menuBar.]]></description>
- <display-name>navigation2</display-name>
<facet-name>navigation2</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -48,7 +46,6 @@
</facet>
<facet>
<description><![CDATA[This section typically contains a
menuButtons.]]></description>
- <display-name>navigationGlobal</display-name>
<facet-name>navigationGlobal</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -58,7 +55,6 @@
</facet>
<facet>
<description><![CDATA[This location typically contains a
menuChoice.]]></description>
- <display-name>menuSwitch</display-name>
<facet-name>menuSwitch</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -73,7 +69,6 @@
contains a medium size objectImage of the logo of the
organization
owning the page.]]>
</description>
- <display-name>branding</display-name>
<facet-name>branding</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -85,7 +80,6 @@
<description><![CDATA[The application, module, or product branding
region of the page.
This section typically contains a objectImage of the
application logo.]]>
</description>
- <display-name>brandingApp</display-name>
<facet-name>brandingApp</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -101,7 +95,6 @@
then navigates into a tabbed application pertaining to that
specific context.]]>
</description>
- <display-name>brandingAppContextual</display-name>
<facet-name>brandingAppContextual</facet-name>
<facet-extension>
<mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>
@@ -109,7 +102,6 @@
</facet>
<facet>
<description><![CDATA[The search region of the page.]]></description>
- <display-name>search</display-name>
<facet-name>search</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelSideBar.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelSideBar.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelSideBar.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CorePanelSideBar.xml
Thu Jun 22 21:30:52 2006
@@ -29,7 +29,6 @@
<facet>
<description><![CDATA[rendered above the children of the
panelSideBar.]]></description>
- <display-name>filter</display-name>
<facet-name>filter</facet-name>
</facet>
<property>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectManyShuttle.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectManyShuttle.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectManyShuttle.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectManyShuttle.xml
Thu Jun 22 21:30:52 2006
@@ -31,7 +31,6 @@
<component-class>org.apache.myfaces.adf.component.core.input.CoreSelectManyShuttle</component-class>
<facet>
<description><![CDATA[the filter above the leading list.]]></description>
- <display-name>filter</display-name>
<facet-name>filter</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -41,7 +40,6 @@
</facet>
<facet>
<description><![CDATA[the footer of buttons/images under the leading
list.]]></description>
- <display-name>leadingFooter</display-name>
<facet-name>leadingFooter</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -51,7 +49,6 @@
</facet>
<facet>
<description><![CDATA[the footer of buttons/images under the trailing
list.]]></description>
- <display-name>trailingFooter</display-name>
<facet-name>trailingFooter</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectOrderShuttle.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectOrderShuttle.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectOrderShuttle.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreSelectOrderShuttle.xml
Thu Jun 22 21:30:52 2006
@@ -31,7 +31,6 @@
<component-class>org.apache.myfaces.adf.component.core.input.CoreSelectOrderShuttle</component-class>
<facet>
<description><![CDATA[the filter above the leading list.]]></description>
- <display-name>filter</display-name>
<facet-name>filter</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -41,7 +40,6 @@
</facet>
<facet>
<description><![CDATA[the footer of buttons/images under the leading
list.]]></description>
- <display-name>leadingFooter</display-name>
<facet-name>leadingFooter</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -51,7 +49,6 @@
</facet>
<facet>
<description><![CDATA[the footer of buttons/images under the trailing
list.]]></description>
- <display-name>trailingFooter</display-name>
<facet-name>trailingFooter</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreShowDetail.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreShowDetail.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreShowDetail.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreShowDetail.xml
Thu Jun 22 21:30:52 2006
@@ -46,7 +46,6 @@
<![CDATA[Component rendered next to the hide or show icon. If this
facet is present, this
will be used instead of the disclosedText and undisclosedText attributes.]]>
</description>
- <display-name>prompt</display-name>
<facet-name>prompt</facet-name>
<facet-extension>
<mfp:required>false</mfp:required>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreTreeTable.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreTreeTable.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreTreeTable.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/CoreTreeTable.xml
Thu Jun 22 21:30:52 2006
@@ -36,7 +36,6 @@
<description><![CDATA[the component used to stamp each step of the focus
path of this
treeTable.]]>
</description>
- <display-name>pathStamp</display-name>
<facet-name>pathStamp</facet-name>
<facet-extension>
<mfp:long-description>the component used to stamp each step of the
focus path of this
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonFormControls.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonFormControls.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonFormControls.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonFormControls.xml
Thu Jun 22 21:30:52 2006
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright 2006 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
+<!--
+ Copyright 2006 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:af="http://myfaces.apache.org/adf/faces"
xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
@@ -21,7 +21,6 @@
<component>
<facet>
<description>This facet should contain field level help.</description>
- <display-name>help</display-name>
<facet-name>help</facet-name>
<facet-extension>
<mfp:facet-metadata>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonTableAttrs.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonTableAttrs.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonTableAttrs.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/core/includes/CommonTableAttrs.xml
Thu Jun 22 21:30:52 2006
@@ -6,7 +6,6 @@
<component>
<facet>
<description><![CDATA[the component used to render the table
footer.]]></description>
- <display-name>footer</display-name>
<facet-name>footer</facet-name>
<facet-extension>
<mfp:long-description>This component will be used to render the table
footer.
@@ -17,7 +16,6 @@
</facet>
<facet>
<description><![CDATA[the component used to render the table
header.]]></description>
- <display-name>header</display-name>
<facet-name>header</facet-name>
<facet-extension>
<mfp:long-description>This component will be used to render the table
header.</mfp:long-description>
Modified:
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/html/HtmlFrameBorderLayout.xml
URL:
http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/html/HtmlFrameBorderLayout.xml?rev=416561&r1=416560&r2=416561&view=diff
==============================================================================
---
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/html/HtmlFrameBorderLayout.xml
(original)
+++
incubator/adffaces/trunk/adf-faces/adf-faces-build/src/main/resources/META-INF/maven-faces-plugin/components/adf/html/HtmlFrameBorderLayout.xml
Thu Jun 22 21:30:52 2006
@@ -30,7 +30,6 @@
<component-class>org.apache.myfaces.adf.component.html.HtmlFrameBorderLayout</component-class>
<facet>
<description><![CDATA[The frame to be rendered in the
center.]]></description>
- <display-name>center</display-name>
<facet-name>center</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -44,7 +43,6 @@
This frame's height attribute is used to allocate
its height.]]>
</description>
- <display-name>top</display-name>
<facet-name>top</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -58,7 +56,6 @@
This frame's height attribute is used to allocate
its height.]]>
</description>
- <display-name>bottom</display-name>
<facet-name>bottom</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -72,7 +69,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>left</display-name>
<facet-name>left</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -86,7 +82,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>right</display-name>
<facet-name>right</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -102,7 +97,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>start</display-name>
<facet-name>start</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -117,7 +111,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>end</display-name>
<facet-name>end</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -131,7 +124,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>innerLeft</display-name>
<facet-name>innerLeft</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -145,7 +137,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>innerRight</display-name>
<facet-name>innerRight</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -160,7 +151,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>innerStart</display-name>
<facet-name>innerStart</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -175,7 +165,6 @@
This frame's width attribute is used to allocate
its width.]]>
</description>
- <display-name>innerEnd</display-name>
<facet-name>innerEnd</facet-name>
<facet-extension>
<mfp:facet-metadata>
@@ -188,7 +177,6 @@
<code>NOFRAMES</code> tags. Browsers that do not
support frames will render these contents.]]>
</description>
- <display-name>alternateContent</display-name>
<facet-name>alternateContent</facet-name>
</facet>
<property>