You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/07/25 18:02:08 UTC

svn commit: r425469 [3/9] - in /incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin: components/javax/faces/ components/trinidad/ components/trinidad/core/ components/trinidad/c...

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Subform.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Subform.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Subform.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Subform.xml Tue Jul 25 11:01:57 2006
@@ -15,17 +15,17 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:mafp="http://myfaces.apache.org/maven-adf-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/baseSubform.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.Subform</component-type>
-    <component-class>org.apache.myfaces.adf.component.UIXSubform</component-class>
+    <component-type>org.apache.myfaces.trinidad.Subform</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.UIXSubform</component-class>
     <property>
       <description><![CDATA[whether the subform was submitted on this request]]></description>
       <property-name>submitted</property-name>
@@ -50,10 +50,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.Subform</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.ComponentBase</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Subform</mfp:renderer-type>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.UIXSubformTag</mfp:tag-class>
+      <mfp:component-family>org.apache.myfaces.trinidad.Subform</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Subform</mfp:renderer-type>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXSubformTag</mfp:tag-class>
       <mfp:long-description><![CDATA[UIXSubform is the base abstraction for an independently submittable
 region of a page.  The contents of a subform will only be validated
 (or otherwise processed) if a component inside of the subform is

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Switcher.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Switcher.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Switcher.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Switcher.xml Tue Jul 25 11:01:57 2006
@@ -15,10 +15,10 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:mafp="http://myfaces.apache.org/maven-adf-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description><![CDATA[The switcher component dynamically decides which facet component
@@ -26,8 +26,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/switcher.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.Switcher</component-type>
-    <component-class>org.apache.myfaces.adf.component.UIXSwitcher</component-class>
+    <component-type>org.apache.myfaces.trinidad.Switcher</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.UIXSwitcher</component-class>
     <property>
       <description><![CDATA[the name of the facet to render and process.]]></description>
       <property-name>facetName</property-name>
@@ -46,10 +46,10 @@
       <property-class>java.lang.String</property-class>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.Switcher</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.ComponentBase</mfp:component-supertype>
+      <mfp:component-family>org.apache.myfaces.trinidad.Switcher</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype>
       <mfp:tag-name>af:switcher</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.UIXSwitcherTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXSwitcherTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The switcher component dynamically decides which facet component
 should be rendered.  It has two properties.  The switcher will render
 the facet matching &quot;facetName&quot;;  however, if no such facet exists

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Table.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Table.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Table.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Table.xml Tue Jul 25 11:01:57 2006
@@ -15,18 +15,18 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:mafp="http://myfaces.apache.org/maven-adf-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description><![CDATA[UIXTable is the base abstraction for table components.]]></description>
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/baseTable.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.Table</component-type>
-    <component-class>org.apache.myfaces.adf.component.UIXTable</component-class>
+    <component-type>org.apache.myfaces.trinidad.Table</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.UIXTable</component-class>
 
     <xi:include href="includes/RowDisclosureEvent.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/DisclosedRowKeys.xml" xpointer="/faces-config/component/*"/>
@@ -40,7 +40,7 @@
       <facet-name>detailStamp</facet-name>
       <facet-extension>
         <mfp:unsupported-agents>pda</mfp:unsupported-agents>
-        <mfp:unsupported-render-kits>org.apache.myfaces.adf.dhtml</mfp:unsupported-render-kits>
+        <mfp:unsupported-render-kits>org.apache.myfaces.trinidad.dhtml</mfp:unsupported-render-kits>
       </facet-extension>
     </facet>
     <property>
@@ -49,7 +49,7 @@
       <property-class>javax.faces.el.MethodBinding</property-class>
       <property-extension>
         <mfp:method-binding-signature>
-          <mfp:parameter-type>org.apache.myfaces.adf.event.SortEvent</mfp:parameter-type>
+          <mfp:parameter-type>org.apache.myfaces.trinidad.event.SortEvent</mfp:parameter-type>
           <mfp:return-type>void</mfp:return-type>
         </mfp:method-binding-signature>
         <mfp:property-metadata>
@@ -66,7 +66,7 @@
       <property-class>javax.faces.el.MethodBinding</property-class>
       <property-extension>
         <mfp:method-binding-signature>
-          <mfp:parameter-type>org.apache.myfaces.adf.event.RangeChangeEvent</mfp:parameter-type>
+          <mfp:parameter-type>org.apache.myfaces.trinidad.event.RangeChangeEvent</mfp:parameter-type>
           <mfp:return-type>void</mfp:return-type>
         </mfp:method-binding-signature>
         <mfp:property-metadata>
@@ -88,23 +88,23 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.Table</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.Iterator</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Table</mfp:renderer-type>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.UIXTableTag</mfp:tag-class>
+      <mfp:component-family>org.apache.myfaces.trinidad.Table</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Iterator</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Table</mfp:renderer-type>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXTableTag</mfp:tag-class>
       <mfp:naming-container>true</mfp:naming-container>
       <mfp:author>Brian Albers</mfp:author>
       <mfp:author>Arjuna Wijeyekoon</mfp:author>
       <mfp:tag-class-modifier>abstract</mfp:tag-class-modifier>
       <mfp:event>
         <mfp:description>Generated when the user changes the range</mfp:description>
-        <mfp:event-type>org.apache.myfaces.adf.RangeChange</mfp:event-type>
+        <mfp:event-type>org.apache.myfaces.trinidad.RangeChange</mfp:event-type>
         <mfp:event-delivery-phase>Apply Request Values</mfp:event-delivery-phase>
         <mfp:event-delivery-phase>Invoke Application</mfp:event-delivery-phase>
       </mfp:event>
       <mfp:event>
         <mfp:description>Generated when the user sorts a column.</mfp:description>
-        <mfp:event-type>org.apache.myfaces.adf.Sort</mfp:event-type>
+        <mfp:event-type>org.apache.myfaces.trinidad.Sort</mfp:event-type>
         <mfp:event-delivery-phase>Apply Request Values</mfp:event-delivery-phase>
         <mfp:event-delivery-phase>Invoke Application</mfp:event-delivery-phase>
       </mfp:event>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Tree.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Tree.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Tree.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Tree.xml Tue Jul 25 11:01:57 2006
@@ -15,18 +15,18 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:mafp="http://myfaces.apache.org/maven-adf-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description><![CDATA[Represents an interactive tree component.]]></description>
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/baseTree.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.Tree</component-type>
-    <component-class>org.apache.myfaces.adf.component.UIXTree</component-class>
+    <component-type>org.apache.myfaces.trinidad.Tree</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.UIXTree</component-class>
 
     <xi:include href="includes/CommonTableAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/RowDisclosureEvent.xml" xpointer="/faces-config/component/*"/>
@@ -78,7 +78,7 @@
     </property>
     <property>
       <description><![CDATA[the hierarchy of tree data - must be of type 
-        org.apache.myfaces.adf.model.TreeModel]]></description>
+        org.apache.myfaces.trinidad.model.TreeModel]]></description>
       <property-name>value</property-name>
       <property-class>java.lang.Object</property-class>
       <property-extension>
@@ -107,7 +107,7 @@
       <property-class>javax.faces.el.MethodBinding</property-class>
       <property-extension>
         <mfp:method-binding-signature>
-          <mfp:parameter-type>org.apache.myfaces.adf.event.FocusEvent</mfp:parameter-type>
+          <mfp:parameter-type>org.apache.myfaces.trinidad.event.FocusEvent</mfp:parameter-type>
           <mfp:return-type>void</mfp:return-type>
         </mfp:method-binding-signature>
         <mfp:property-metadata>
@@ -119,11 +119,11 @@
 
 
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.Tree</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.ComponentBase</mfp:component-supertype>
-      <mfp:component-superclass>org.apache.myfaces.adf.component.UIXHierarchy</mfp:component-superclass>
-      <mfp:renderer-type>org.apache.myfaces.adf.Tree</mfp:renderer-type>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.UIXTreeTag</mfp:tag-class>
+      <mfp:component-family>org.apache.myfaces.trinidad.Tree</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype>
+      <mfp:component-superclass>org.apache.myfaces.trinidad.component.UIXHierarchy</mfp:component-superclass>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Tree</mfp:renderer-type>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXTreeTag</mfp:tag-class>
       <mfp:naming-container>true</mfp:naming-container>
       <mfp:long-description><![CDATA[<html:p>
             ADF Faces tree components are used to display hierarchical data. 
@@ -140,10 +140,10 @@
             <html:P>
               The ADF tree components use a model to access the data in the
               underlying hierarchy.  The specific model class is
-              <html:code>org.apache.myfaces.adf.model.TreeModel</html:code>.
+              <html:code>org.apache.myfaces.trinidad.model.TreeModel</html:code>.
 
               You may find the
-              <html:code>org.apache.myfaces.adf.model.ChildPropertyTreeModel</html:code> class
+              <html:code>org.apache.myfaces.trinidad.model.ChildPropertyTreeModel</html:code> class
               useful when constructing a <html:code>TreeModel</html:code>.
             </html:P>
           </section>
@@ -183,7 +183,7 @@
           <section name="Expand/Collapse State">
             <html:P>
               The ADF tree components use an instance of the
-              <html:code>org.apache.myfaces.adf.model.RowKeySet</html:code>
+              <html:code>org.apache.myfaces.trinidad.model.RowKeySet</html:code>
               class to keep track
               of which elements are expanded. This instance is stored
               as the &quot;expandedRowKeys&quot; attribute on the component. You may use this
@@ -199,7 +199,7 @@
 	        The TreeTable responds to this event by modifying the "focusRowKey" property appropriately.
 	        Subsequently, any registered FocusListener instances are called.
         </mfp:description>
-        <mfp:event-type>org.apache.myfaces.adf.Focus</mfp:event-type>
+        <mfp:event-type>org.apache.myfaces.trinidad.Focus</mfp:event-type>
         <mfp:event-delivery-phase>Apply Request Values</mfp:event-delivery-phase>
         <mfp:event-delivery-phase>Invoke Application</mfp:event-delivery-phase>
       </mfp:event>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/TreeTable.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/TreeTable.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/TreeTable.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/TreeTable.xml Tue Jul 25 11:01:57 2006
@@ -15,10 +15,10 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:mafp="http://myfaces.apache.org/maven-adf-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description><![CDATA[The ADF TreeTable is used to display data that is structured in a hierarchical format.]]>
@@ -26,8 +26,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/baseTreeTable.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.TreeTable</component-type>
-    <component-class>org.apache.myfaces.adf.component.UIXTreeTable</component-class>
+    <component-type>org.apache.myfaces.trinidad.TreeTable</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.UIXTreeTable</component-class>
     <property>
       <description><![CDATA[the maximum number of records that can be displayed at
               one time (range size).
@@ -57,7 +57,7 @@
       <property-class>javax.faces.el.MethodBinding</property-class>
       <property-extension>
         <mfp:method-binding-signature>
-          <mfp:parameter-type>org.apache.myfaces.adf.event.RangeChangeEvent</mfp:parameter-type>
+          <mfp:parameter-type>org.apache.myfaces.trinidad.event.RangeChangeEvent</mfp:parameter-type>
           <mfp:return-type>void</mfp:return-type>
         </mfp:method-binding-signature>
         <mfp:property-metadata>
@@ -67,10 +67,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.TreeTable</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.Tree</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.BaseTreeTable</mfp:renderer-type>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.UIXTreeTableTag</mfp:tag-class>
+      <mfp:component-family>org.apache.myfaces.trinidad.TreeTable</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Tree</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.BaseTreeTable</mfp:renderer-type>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXTreeTableTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The ADF TreeTable is used to display data that is structured in a hierarchical format.
           This component displays a hierarchy

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/Value.xml Tue Jul 25 11:01:57 2006
@@ -15,10 +15,10 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:mafp="http://myfaces.apache.org/maven-adf-faces-plugin"
+              xmlns:mafp="http://myfaces.apache.org/maven-trinidad-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
   <component>
     <description><![CDATA[The UIXValue component contains all the shared attributes
@@ -28,8 +28,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/value.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.Value</component-type>
-    <component-class>org.apache.myfaces.adf.component.UIXValue</component-class>
+    <component-type>org.apache.myfaces.trinidad.Value</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.UIXValue</component-class>
     <property>
       <description><![CDATA[the value of the component]]></description>
       <property-name>value</property-name>
@@ -52,10 +52,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.Value</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.ComponentBase</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Value</mfp:renderer-type>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.UIXValueTag</mfp:tag-class>
+      <mfp:component-family>org.apache.myfaces.trinidad.Value</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Value</mfp:renderer-type>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.UIXValueTag</mfp:tag-class>
       <mfp:author>Adam Winer</mfp:author>
       <mfp:component-class-modifier>abstract</mfp:component-class-modifier>
       <mfp:tag-class-modifier>abstract</mfp:tag-class-modifier>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseColor.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseColor.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseColor.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseColor.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -24,8 +24,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/chooseColor.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreChooseColor</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreChooseColor</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreChooseColor</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreChooseColor</component-class>
     <property>
       <description><![CDATA[the list of colors for the component]]></description>
       <property-name>colorData</property-name>
@@ -198,10 +198,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Choose</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Color</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Choose</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Color</mfp:renderer-type>
       <mfp:tag-name>af:chooseColor</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreChooseColorTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreChooseColorTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The chooseColor control creates a palette for picking colors.
           A chooseColor can display two sets of colors:
           <html:ul>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseDate.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseDate.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseDate.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreChooseDate.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -27,8 +27,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/chooseDate.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreChooseDate</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreChooseDate</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreChooseDate</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreChooseDate</component-class>
     <property>
       <description><![CDATA[The minimum value allowed for the Date value.
 When set to a fixed value on a tag, this will be parsed as an ISO 8601 date.
@@ -199,10 +199,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Choose</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Date</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Choose</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Date</mfp:renderer-type>
       <mfp:tag-name>af:chooseDate</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreChooseDateTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreChooseDateTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The chooseDate component is used in conjunction with a 
           selectInputDate to allow the user to quickly select a date value without 
           having to navigate to a secondary window.  The chooseDate is 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreColumn.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -27,8 +27,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/column.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreColumn</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.data.CoreColumn</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreColumn</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.data.CoreColumn</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
@@ -105,10 +105,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Column</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Column</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Column</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Column</mfp:renderer-type>
       <mfp:tag-name>af:column</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.data.CoreColumnTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.data.CoreColumnTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<P>
             The immediate children of a Table component must all be
             <code>&lt;af:column&gt;</code> components. Each visible ADF Column

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandButton.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandButton.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandButton.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandButton.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -24,8 +24,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/commandButton.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreCommandButton</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreCommandButton</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreCommandButton</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreCommandButton</component-class>
     <property>
       <description><![CDATA[the textual label of the button.]]></description>
       <property-name>text</property-name>
@@ -117,10 +117,10 @@
     <xi:include href="includes/LaunchSource.xml" xpointer="/faces-config/component/*"/>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Command</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Button</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Command</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Button</mfp:renderer-type>
       <mfp:tag-name>af:commandButton</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreCommandButtonTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreCommandButtonTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The commandButton control creates a button representation of a UIXCommand.]]></mfp:long-description>
       <mfp:example>
         <xhtml:p>A simple example of a button saying "Enter" that submits

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandLink.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandLink.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandLink.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandLink.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -24,8 +24,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/commandLink.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreCommandLink</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreCommandLink</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreCommandLink</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreCommandLink</component-class>
     <property>
       <description><![CDATA[the textual label of the link.]]></description>
       <property-name>text</property-name>
@@ -119,10 +119,10 @@
     <xi:include href="includes/LaunchSource.xml" xpointer="/faces-config/component/*"/>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Command</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Link</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Command</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Link</mfp:renderer-type>
       <mfp:tag-name>af:commandLink</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreCommandLinkTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreCommandLinkTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The commandLink control creates a link representation of a UIXCommand.
           </html:p>]]>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandNavigationItem.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandNavigationItem.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandNavigationItem.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreCommandNavigationItem.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -23,8 +23,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/commandNavigationItem.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreCommandNavigationItem</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreCommandNavigationItem</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreCommandNavigationItem</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreCommandNavigationItem</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/LaunchSource.xml" xpointer="/faces-config/component/*"/>
@@ -157,10 +157,10 @@
     </property>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Command</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.NavigationItem</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Command</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.NavigationItem</mfp:renderer-type>
       <mfp:tag-name>af:commandNavigationItem</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreCommandNavigationItemTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreCommandNavigationItemTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The commandNavigationItem control creates a navigation item representation of a UIXCommand. The item could be rendered as a link, an option, a button, etc. This component is normally used as a stamp for a component that takes a MenuModel object.
           </html:p>]]>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreDocument.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreDocument.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreDocument.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreDocument.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -26,8 +26,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/document.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreDocument</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.CoreDocument</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreDocument</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.CoreDocument</component-class>
     <facet>
       <description><![CDATA[Content to be rendered as meta data inside the "head" section.]]></description>
       <facet-name>metaContainer</facet-name>
@@ -221,10 +221,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Document</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Document</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Document</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Document</mfp:renderer-type>
       <mfp:tag-name>af:document</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.CoreDocumentTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.CoreDocumentTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The CoreDocument creates each of the standard root elements of an HTML page:  &lt;html&gt;, &lt;body&gt;, and &lt;head&gt;, but by abstracting away from those components, can be used in non-HTML pages as well.]]>
       </mfp:long-description>
       <mfp:example>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreForm.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreForm.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreForm.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreForm.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -25,8 +25,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/form.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreForm</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.CoreForm</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreForm</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.CoreForm</component-class>
     <property>
       <description><![CDATA[the target frame for the form]]></description>
       <property-name>targetFrame</property-name>
@@ -199,10 +199,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Form</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Form</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Form</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Form</mfp:renderer-type>
       <mfp:tag-name>af:form</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.CoreFormTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.CoreFormTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The UIXForm component creates an HTML &lt;form&gt; element.]]></mfp:long-description>
       <mfp:example>
         <mfp:source-code><![CDATA[<af:form usesUpload="true">

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoButton.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoButton.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoButton.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoButton.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -26,8 +26,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/goButton.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreGoButton</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreGoButton</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreGoButton</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreGoButton</component-class>
     <property>
       <description><![CDATA[the textual label of the go component.   Go components will
              also render children elements (including text nodes), though not
@@ -115,10 +115,10 @@
 
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Go</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Button</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Go</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Button</mfp:renderer-type>
       <mfp:tag-name>af:goButton</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreGoButtonTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreGoButtonTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The goButton creates a push button that navigates directly
 to another location instead of delivering an action.  It can
 be used in place of commandButton where a server-side action

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoLink.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoLink.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoLink.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGoLink.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -24,8 +24,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/goLink.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreGoLink</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreGoLink</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreGoLink</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreGoLink</component-class>
     <property>
       <description><![CDATA[the textual label of the go component.   Go components will
              also render children elements (including text nodes), though not
@@ -102,10 +102,10 @@
     <xi:include href="includes/FocusJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Go</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Link</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Go</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Link</mfp:renderer-type>
       <mfp:tag-name>af:goLink</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreGoLinkTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreGoLinkTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The goLink component wraps its children inside
           of an HTML link.  It is used on its own for general linking, but

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGroup.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGroup.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGroup.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreGroup.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -25,14 +25,14 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/group.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreGroup</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.CoreGroup</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreGroup</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.CoreGroup</component-class>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Group</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Group</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Group</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Group</mfp:renderer-type>
       <mfp:tag-name>af:group</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.CoreGroupTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.CoreGroupTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The group component is an invisible control that aggregates semantically-related children.
 The children of the group will not be displayed unless the parent of the group has specific support for displaying the grouped children, e.g. the rich panelForm.]]>
       </mfp:long-description>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreImportScript.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreImportScript.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreImportScript.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreImportScript.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -26,8 +26,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/importScript.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreImportScript</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.CoreImportScript</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreImportScript</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.CoreImportScript</component-class>
     <property>
       <description><![CDATA[a series of function names]]></description>
       <property-name>names</property-name>
@@ -41,11 +41,11 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.ImportScript</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.ComponentBase</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.ImportScript</mfp:renderer-type>
+      <mfp:component-family>org.apache.myfaces.trinidad.ImportScript</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.ImportScript</mfp:renderer-type>
       <mfp:tag-name>af:importScript</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.CoreImportScriptTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.CoreImportScriptTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The importScript component supports importing the built-in scripts
           provided by ADF Faces.  It can be used to ensure that a Javascript
           function is available before using it in a Javascript handler.

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputFile.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputFile.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputFile.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputFile.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -27,8 +27,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/inputFile.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreInputFile</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreInputFile</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreInputFile</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreInputFile</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>      
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>      
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>      
@@ -129,15 +129,15 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Input</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.File</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Input</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.File</mfp:renderer-type>
       <mfp:tag-name>af:inputFile</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreInputFileTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreInputFileTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The inputFile component is a component that can
           be used to upload a file.  Any ADF form that contains this component
           must have usesUpload set to true.  The &quot;value&quot; property
           of an inputFile component will be set to an instance
-          of the <html:code>org.apache.myfaces.adf.model.UploadedFile</html:code>
+          of the <html:code>org.apache.myfaces.trinidad.model.UploadedFile</html:code>
           class when a file is uploaded (with the appropriate
           <html:code>ValueChangeEvent</html:code> delivered.)  Before
           using this, developers must install the ADF Faces filter.]]>
@@ -155,10 +155,10 @@
         <mfp:favorite-property>label</mfp:favorite-property>
         <mfp:group>${md:getTranslatedString("PALETTE_INPUT")}</mfp:group>
       </mfp:component-metadata>
-      <mfp:javadoc-tags><![CDATA[@see org.apache.myfaces.adf.model.UploadedFile
-@see org.apache.myfaces.adf.webapp.AdfFacesFilter
-@see org.apache.myfaces.adf.model.UploadedFile
-@see org.apache.myfaces.adf.webapp.AdfFacesFilter]]>
+      <mfp:javadoc-tags><![CDATA[@see org.apache.myfaces.trinidad.model.UploadedFile
+@see org.apache.myfaces.trinidad.webapp.AdfFacesFilter
+@see org.apache.myfaces.trinidad.model.UploadedFile
+@see org.apache.myfaces.trinidad.webapp.AdfFacesFilter]]>
       </mfp:javadoc-tags>
       <mfp:uix2-local-name>inputFile</mfp:uix2-local-name>
       <mfp:unsupported-agents>pda phone voice</mfp:unsupported-agents>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputHidden.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputHidden.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputHidden.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputHidden.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -27,13 +27,13 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/inputHidden.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreInputHidden</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreInputHidden</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreInputHidden</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreInputHidden</component-class>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Input</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Hidden</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Input</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Hidden</mfp:renderer-type>
       <mfp:tag-name>af:inputHidden</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreInputHiddenTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreInputHiddenTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The UIXInputHidden component adds a value that
           will be submitted with a form, but not displayed
           to the user.  The value can be manipulated with

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreInputText.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -27,8 +27,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/inputText.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreInputText</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreInputText</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreInputText</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreInputText</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>    
     <property>
       <description><![CDATA[the number of rows to display in the text control.
@@ -393,10 +393,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Input</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Text</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Input</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Text</mfp:renderer-type>
       <mfp:tag-name>af:inputText</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreInputTextTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreInputTextTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html><p>
             The inputText component creates a browser input text widget.
             Depending on the value of &quot;rows&quot;, this component either maps to

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuBar.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuBar.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuBar.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuBar.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -24,20 +24,20 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/menuBar.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreMenuBar</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreMenuBar</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreMenuBar</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreMenuBar</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.NavigationLevel</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Bar</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.NavigationLevel</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Bar</mfp:renderer-type>
       <mfp:tag-name>af:menuBar</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreMenuBarTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreMenuBarTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The menuBar component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the menuBar component. If a menu model is bound, of class 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
           </html:p>
           <html:p>
            The 'level' attribute is used to indicate the level along the focusPath to render. 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuButtons.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuButtons.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuButtons.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuButtons.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -24,20 +24,20 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/menuButtons.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreMenuButtons</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreMenuButtons</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreMenuButtons</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreMenuButtons</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.NavigationLevel</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Buttons</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.NavigationLevel</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Buttons</mfp:renderer-type>
       <mfp:tag-name>af:menuButtons</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreMenuButtonsTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreMenuButtonsTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The menuButtons component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the menuButtons component. If a menu model is bound, of class 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
           </html:p>
           <html:p>
           

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuChoice.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuChoice.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuChoice.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuChoice.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -24,8 +24,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/menuChoice.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreMenuChoice</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreMenuChoice</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreMenuChoice</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreMenuChoice</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
@@ -74,13 +74,13 @@
     </property>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.NavigationLevel</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Choice</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.NavigationLevel</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Choice</mfp:renderer-type>
       <mfp:tag-name>af:menuChoice</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreMenuChoiceTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreMenuChoiceTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The menuChoice component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the menuChoice component. If a menu model is bound, of class 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
           </html:p>
           <html:p>
           

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuList.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuList.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuList.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuList.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -24,8 +24,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/menuList.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreMenuList</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreMenuList</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreMenuList</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreMenuList</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
@@ -57,13 +57,13 @@
     </property>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.NavigationLevel</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.List</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.NavigationLevel</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.List</mfp:renderer-type>
       <mfp:tag-name>af:menuList</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreMenuListTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreMenuListTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The menuList component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the menuList component. If a menu model is bound, of class 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
           </html:p>
           <html:p> The 'level' attribute is used to indicate the level along the focusPath to render. 
           </html:p>          

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuTabs.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuTabs.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuTabs.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMenuTabs.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xi="http://www.w3.org/2001/XInclude">
   <component>
@@ -24,20 +24,20 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/menuTabs.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreMenuTabs</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreMenuTabs</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreMenuTabs</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreMenuTabs</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.NavigationLevel</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Tabs</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.NavigationLevel</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Tabs</mfp:renderer-type>
       <mfp:tag-name>af:menuTabs</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreMenuTabsTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreMenuTabsTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The menuTabs component creates a series of navigation items representing one level in a navigation hierarchy. These items may either be added as children or a menu model may be bound to the menuTabs component. If a menu model is bound, of class 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>, a level along the focus path, or the next level down, will be rendered. A node that is on the focus path will be rendered as &quot;selected&quot;.
           </html:p>
           <html:p>
           

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessage.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessage.xml?rev=425469&r1=425468&r2=425469&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessage.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreMessage.xml Tue Jul 25 11:01:57 2006
@@ -15,7 +15,7 @@
   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:af="http://myfaces.apache.org/trinidad"
               xmlns:xi="http://www.w3.org/2001/XInclude"
               xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -28,8 +28,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/message.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreMessage</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.output.CoreMessage</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreMessage</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.output.CoreMessage</component-class>
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
     <facet>
@@ -68,10 +68,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Message</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Message</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Message</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Message</mfp:renderer-type>
       <mfp:tag-name>af:message</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.output.CoreMessageTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.output.CoreMessageTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
  Component that displays a message on behalf of a component.
  ADF input components typically support automatically showing