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 [5/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/core/CoreProcessChoiceBar.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/CoreProcessChoiceBar.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/CoreProcessChoiceBar.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessChoiceBar.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/processChoiceBar.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreProcessChoiceBar</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreProcessChoiceBar</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreProcessChoiceBar</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreProcessChoiceBar</component-class>
     <property>
       <description><![CDATA[the short description of the bean.  This text
          is commonly used by user agents to display tooltip help text.]]>
@@ -170,15 +170,15 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Process</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.ChoiceBar</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Process</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.ChoiceBar</mfp:renderer-type>
       <mfp:tag-name>af:processChoiceBar</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreProcessChoiceBarTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreProcessChoiceBarTag</mfp:tag-class>
       <mfp:long-description><![CDATA[ProcessChoiceBar is a UIXProcess component that renders a previous
           button, a choice bar, and a next button.
           <section name="Model">
           The processChoiceBar takes a model of type 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>. The last node along the focusPath and its siblings are rendered.         
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>. The last node along the focusPath and its siblings are rendered.         
           <html:p>
           MenuModel extends TreeModel, but it also knows how to go from the current viewId to the focus path. Notice that the menuModel has no special knowledge of page navigation and places no requirements on the nodes that go into the tree. The nodes in the tree are stamped out with the 'nodeStamp' facet, which should contain a commandNavigationItem component, which allows the default actionListener mechanism to be used for page navigation. 
           </html:p>  
@@ -191,7 +191,7 @@
               </html:li>
             </html:ul>
             
-            The class <html:code>org.apache.myfaces.adf.model.ProcessMenuModel</html:code> and <html:code>org.apache.myfaces.adf.model.ProcessUtils</html:code> were created to support the &quot;Plus One&quot; and &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. 
+            The class <html:code>org.apache.myfaces.trinidad.model.ProcessMenuModel</html:code> and <html:code>org.apache.myfaces.trinidad.model.ProcessUtils</html:code> were created to support the &quot;Plus One&quot; and &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. 
           </html:p>
           <html:p>
           On browsers that support disabled items in the drop down, 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessTrain.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/CoreProcessTrain.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/CoreProcessTrain.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProcessTrain.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/processTrain.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreProcessTrain</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreProcessTrain</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreProcessTrain</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreProcessTrain</component-class>
     <property>
       <description><![CDATA[the short description of the bean.  This text
          is commonly used by user agents to display tooltip help text.]]>
@@ -172,17 +172,17 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Process</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Train</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Process</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Train</mfp:renderer-type>
       <mfp:tag-name>af:processTrain</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreProcessTrainTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreProcessTrainTag</mfp:tag-class>
       <mfp:long-description><![CDATA[ProcessTrain is a UIXProcess component that renders a train.
           A processTrain is a horizontal series of train stations connected by
           a horizontal line. Each train station
           is an image and text describing the page in the multi-page process.
           <section name="Model">
           The train takes a model of type 
-          <html:code>org.apache.myfaces.adf.model.MenuModel</html:code>. The last node along the focusPath and its siblings are rendered.         
+          <html:code>org.apache.myfaces.trinidad.model.MenuModel</html:code>. The last node along the focusPath and its siblings are rendered.         
           <html:p>
           MenuModel extends TreeModel, but it also knows how to go from the current viewId to the focus path. Notice that the menuModel has no special knowledge of page navigation and places no requirements on the nodes that go into the tree. The nodes in the tree are stamped out with the 'nodeStamp' facet, which should contain a commandNavigationItem component, which allows the default actionListener mechanism to be used for page navigation. 
           </html:p>  
@@ -195,7 +195,7 @@
               </html:li>
             </html:ul>
             
-            The class <html:code>org.apache.myfaces.adf.model.ProcessMenuModel</html:code> and <html:code>org.apache.myfaces.adf.model.ProcessUtils</html:code> were created to support the &quot;Plus One&quot; and &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. 
+            The class <html:code>org.apache.myfaces.trinidad.model.ProcessMenuModel</html:code> and <html:code>org.apache.myfaces.trinidad.model.ProcessUtils</html:code> were created to support the &quot;Plus One&quot; and &quot;Max Visited&quot; scenarios. Please see the javadoc for these classes for more information. 
             
             <html:p>
             When the focusPath is not focused on a top level node, 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProgressIndicator.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/CoreProgressIndicator.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/CoreProgressIndicator.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreProgressIndicator.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/progressIndicator.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreProgressIndicator</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.output.CoreProgressIndicator</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreProgressIndicator</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.output.CoreProgressIndicator</component-class>
     <property>
       <description><![CDATA[the short description of the bean.  This text
          is commonly used by user agents to display tooltip help text.]]>
@@ -170,13 +170,13 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.Progress</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Indicator</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Progress</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Indicator</mfp:renderer-type>
       <mfp:tag-name>af:progressIndicator</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.output.CoreProgressIndicatorTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.output.CoreProgressIndicatorTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
           The progress is tracked from the 
-          <code>org.apache.myfaces.adf.model.BoundedRangeModel</code>
+          <code>org.apache.myfaces.trinidad.model.BoundedRangeModel</code>
           attached to this component through its 'value' attribute.
           The progressIndicator element goes to an indeterminate mode
           and shows up as a spinner animation if the 'value' or 'maximum'

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.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/CoreResetButton.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/CoreResetButton.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreResetButton.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/resetButton.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreResetButton</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreResetButton</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreResetButton</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreResetButton</component-class>
     <property>
       <description><![CDATA[the textual label of the button.]]></description>
       <property-name>text</property-name>
@@ -228,11 +228,11 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.ResetButton</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.Reset</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.ResetButton</mfp:renderer-type>
+      <mfp:component-family>org.apache.myfaces.trinidad.ResetButton</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.Reset</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.ResetButton</mfp:renderer-type>
       <mfp:tag-name>af:resetButton</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreResetButtonTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreResetButtonTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
             The reset button control creates a push button which will
             reset the content of a form.

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanCheckbox.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/CoreSelectBooleanCheckbox.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/CoreSelectBooleanCheckbox.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanCheckbox.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/selectBooleanCheckbox.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectBooleanCheckbox</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectBooleanCheckbox</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectBooleanCheckbox</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectBooleanCheckbox</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>      
     <property>
       <description><![CDATA[If set to TRUE on a form element, the component will automatically submit
@@ -307,10 +307,10 @@
       </property-extension>
     </property>   
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectBoolean</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Checkbox</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectBoolean</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Checkbox</mfp:renderer-type>
       <mfp:tag-name>af:selectBooleanCheckbox</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectBooleanCheckboxTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectBooleanCheckboxTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html><p>
             The selectBooleanCheckbox component maps to a standard browser input
             checkbox, which toggles between selected and unselected

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanRadio.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/CoreSelectBooleanRadio.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/CoreSelectBooleanRadio.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectBooleanRadio.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/selectBooleanRadio.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectBooleanRadio</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectBooleanRadio</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectBooleanRadio</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectBooleanRadio</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[If set to TRUE on a form element, the component will automatically submit
@@ -318,10 +318,10 @@
       </property-extension>
     </property>  
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectBoolean</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Radio</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectBoolean</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Radio</mfp:renderer-type>
       <mfp:tag-name>af:selectBooleanRadio</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectBooleanRadioTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectBooleanRadioTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html><p>
           The selectBooleanRadio component maps to a single browser input
           radio, grouped with all other selectBooleanRadio controls

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectInputColor.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/CoreSelectInputColor.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/CoreSelectInputColor.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectInputColor.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/selectInputColor.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectInputColor</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectInputColor</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectInputColor</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectInputColor</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[If true, attempt to use less screen real-estate to display the 
@@ -331,10 +331,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectInput</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Color</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectInput</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Color</mfp:renderer-type>
       <mfp:tag-name>af:selectInputColor</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectInputColorTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectInputColorTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The selectInputColor component creates a text field for entering colors.
           Users can specify color values in one of three ways, depending on
           how the selectInputColor component is configured.

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectInputDate.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/CoreSelectInputDate.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/CoreSelectInputDate.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectInputDate.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/selectInputDate.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectInputDate</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectInputDate</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectInputDate</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectInputDate</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/>
     <property>
       <description><![CDATA[The id of the chooseDate component which can be used to
@@ -335,10 +335,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectInput</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Date</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectInput</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Date</mfp:renderer-type>
       <mfp:tag-name>af:selectInputDate</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectInputDateTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectInputDateTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The selectInputDate component creates a text field for entering dates and
           a button for picking dates from a calendar.
           <html:p>

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectInputText.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/CoreSelectInputText.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/CoreSelectInputText.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectInputText.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/selectInputText.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectInputText</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectInputText</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectInputText</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectInputText</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[the search description for the button that launches the dialog.
@@ -363,10 +363,10 @@
       <property-class>int</property-class>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectInput</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Text</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectInput</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Text</mfp:renderer-type>
       <mfp:tag-name>af:selectInputText</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectInputTextTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectInputTextTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html:p>
         The selectInputText is a text field that also supports
 launching a dialog to assist users in entering a value.  The dialog

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectItem.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/CoreSelectItem.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/CoreSelectItem.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectItem.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/selectItem.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectItem</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectItem</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectItem</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectItem</component-class>
     <property>
       <description><![CDATA[the user-visible text of the item]]></description>
       <property-name>label</property-name>
@@ -68,9 +68,9 @@
       <property-extension/>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectItem</mfp:component-supertype>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectItem</mfp:component-supertype>
       <mfp:tag-name>af:selectItem</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectItemTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectItemTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The selectItem tag represents a single item that the user
 may select from a list, choice, radio, or shuttle ADF control.
 It may be used in place of the JSF selectItem or selectItems

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyCheckbox.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/CoreSelectManyCheckbox.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/CoreSelectManyCheckbox.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyCheckbox.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/selectManyCheckbox.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectManyCheckbox</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectManyCheckbox</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectManyCheckbox</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectManyCheckbox</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[whether the control displays the buttons 
@@ -334,10 +334,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectMany</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Checkbox</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectMany</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Checkbox</mfp:renderer-type>
       <mfp:tag-name>af:selectManyCheckbox</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectManyCheckboxTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectManyCheckboxTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html><p>The selectManyCheckbox component creates a component which allows
           the user to select many values from a series of checkboxes.
           It can contain any number of

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyListbox.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/CoreSelectManyListbox.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/CoreSelectManyListbox.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyListbox.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/selectManyListbox.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectManyListbox</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectManyListbox</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectManyListbox</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectManyListbox</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[how many items should be visible.  Small values may be overridden if the platform cannot render a list of that size correctly.]]>
@@ -334,10 +334,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectMany</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Listbox</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectMany</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Listbox</mfp:renderer-type>
       <mfp:tag-name>af:selectManyListbox</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectManyListboxTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectManyListboxTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html>The UIXSelectManyListbox component creates a component which allows
           the user to select many values from a list of items.
           It can contain any number of

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.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/CoreSelectManyShuttle.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/CoreSelectManyShuttle.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectManyShuttle.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/selectManyShuttle.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectManyShuttle</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectManyShuttle</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectManyShuttle</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectManyShuttle</component-class>
     <facet>
       <description><![CDATA[the filter above the leading list.]]></description>
       <facet-name>filter</facet-name>
@@ -312,10 +312,10 @@
       <property-extension/>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectMany</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Shuttle</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectMany</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Shuttle</mfp:renderer-type>
       <mfp:tag-name>af:selectManyShuttle</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectManyShuttleTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectManyShuttleTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The selectManyShuttle component provides a mechanism for selecting
    multiple values from a list of values by allowing the user to move
    items between two lists.  The &quot;value&quot; attribute of the selectManyShuttle,

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneChoice.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/CoreSelectOneChoice.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/CoreSelectOneChoice.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneChoice.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/selectOneChoice.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectOneChoice</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectOneChoice</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectOneChoice</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOneChoice</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[The label for the option that represents a value of null, meaning nothing is selected. If unselectedLabel is not set and if the component does not have a selected value, then an option with an empty string as the label and value is rendered as the first option in the choice box (if there isn't an empty option already defined). Once an option has been successfully selected, and if unselectedLabel is not set, then the empty option will not be rendered.]]>
@@ -326,10 +326,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Choice</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Choice</mfp:renderer-type>
       <mfp:tag-name>af:selectOneChoice</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectOneChoiceTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectOneChoiceTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html>The selectOneChoice component creates a menu-style component,
           which allows the user to select a single value from a list of items.
           The selectOneChoice component contains any number of

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneListbox.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/CoreSelectOneListbox.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/CoreSelectOneListbox.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneListbox.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/selectOneListbox.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectOneListbox</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectOneListbox</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectOneListbox</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOneListbox</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[The number of items that should be visible in the list. The renderer may constrain the maximum and minimum number of items shown.]]></description>
@@ -342,10 +342,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Listbox</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Listbox</mfp:renderer-type>
       <mfp:tag-name>af:selectOneListbox</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectOneListboxTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectOneListboxTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html>The UIXSelectOneListbox component creates a component which allows
           the user to select a single value from a list of items.
           The UIXSelectOneListbox component contains any number of

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneRadio.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/CoreSelectOneRadio.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/CoreSelectOneRadio.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOneRadio.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/selectOneRadio.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectOneRadio</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectOneRadio</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectOneRadio</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOneRadio</component-class>
     <xi:include href="includes/CommonFormControls.xml" xpointer="/faces-config/component/*"/> 
     <property>
       <description><![CDATA[the label for an additional item that indicates no selection has
@@ -344,10 +344,10 @@
       <default-value>false</default-value>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Radio</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Radio</mfp:renderer-type>
       <mfp:tag-name>af:selectOneRadio</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectOneRadioTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectOneRadioTag</mfp:tag-class>
       <mfp:long-description><![CDATA[<html><p>The selectOneRadio component creates a component
           which allows the user to select a single value from a set of items
           displayed as a series of radio buttons.

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.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/CoreSelectOrderShuttle.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/CoreSelectOrderShuttle.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectOrderShuttle.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/selectOrderShuttle.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectOrderShuttle</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.input.CoreSelectOrderShuttle</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectOrderShuttle</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.input.CoreSelectOrderShuttle</component-class>
     <facet>
       <description><![CDATA[the filter above the leading list.]]></description>
       <facet-name>filter</facet-name>
@@ -319,10 +319,10 @@
       <property-extension/>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectOrder</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Shuttle</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectOrder</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Shuttle</mfp:renderer-type>
       <mfp:tag-name>af:selectOrderShuttle</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.input.CoreSelectOrderShuttleTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.input.CoreSelectOrderShuttleTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The selectOrderShuttle component provides a mechanism for selecting
    multiple values from a list of values by allowing the user to move
    items between two lists, and reordering that list of values.

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectRangeChoiceBar.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/CoreSelectRangeChoiceBar.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/CoreSelectRangeChoiceBar.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSelectRangeChoiceBar.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/selectRangeChoiceBar.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSelectRangeChoiceBar</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.data.CoreSelectRangeChoiceBar</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSelectRangeChoiceBar</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.data.CoreSelectRangeChoiceBar</component-class>
     <property>
       <description><![CDATA[the short description of the bean.  This text
          is commonly used by user agents to display tooltip help text.]]>
@@ -184,10 +184,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SelectRange</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.ChoiceBar</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SelectRange</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.ChoiceBar</mfp:renderer-type>
       <mfp:tag-name>af:selectRangeChoiceBar</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.data.CoreSelectRangeChoiceBarTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.data.CoreSelectRangeChoiceBarTag</mfp:tag-class>
       <mfp:long-description><![CDATA[SelectRangeChoiceBar is used to allow the user to select a range of
           records to display among a larger set of records. 
           It allows the user to move back and forth through these records.

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetail.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/CoreShowDetail.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/CoreShowDetail.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetail.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">
@@ -37,8 +37,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/showDetail.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowDetail</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowDetail</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowDetail</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowDetail</component-class>
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
     <facet>
@@ -88,10 +88,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowDetail</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.ShowDetail</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowDetail</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.ShowDetail</mfp:renderer-type>
       <mfp:tag-name>af:showDetail</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowDetailTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowDetailTag</mfp:tag-class>
       <mfp:long-description>
         <![CDATA[The showDetail provides a means of toggling a group of components between being 
 disclosed or undisclosed.  A showDetail should be used to:

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailHeader.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/CoreShowDetailHeader.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/CoreShowDetailHeader.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailHeader.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>
@@ -28,16 +28,16 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/showDetailHeader.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowDetailHeader</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowDetailHeader</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowDetailHeader</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowDetailHeader</component-class>
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CommonHeaderAttrs.xml" xpointer="/faces-config/component/*"/>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowDetail</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Header</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowDetail</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Header</mfp:renderer-type>
       <mfp:tag-name>af:showDetailHeader</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowDetailHeaderTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowDetailHeaderTag</mfp:tag-class>
       <mfp:long-description>
         <![CDATA[<html:p>
   The showDetailHeader provides a means of toggling the contents

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailItem.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/CoreShowDetailItem.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/CoreShowDetailItem.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowDetailItem.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/showDetailItem.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowDetailItem</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowDetailItem</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowDetailItem</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowDetailItem</component-class>
     <facet>
       <description>
         <![CDATA[The content for the toolbar region of the detail item.
@@ -124,14 +124,14 @@
       <default-value>0</default-value>
       <property-extension>
         <mfp:required>false</mfp:required>
-        <mfp:unsupported-render-kit>org.apache.myfaces.adf.core</mfp:unsupported-render-kit>
+        <mfp:unsupported-render-kit>org.apache.myfaces.trinidad.core</mfp:unsupported-render-kit>
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowDetail</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Item</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowDetail</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Item</mfp:renderer-type>
       <mfp:tag-name>af:showDetailItem</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowDetailItemTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowDetailItemTag</mfp:tag-class>
       <mfp:long-description>
         <![CDATA[<html:p>
   The showDetailItem component is used inside of a showOne

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowManyAccordion.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/CoreShowManyAccordion.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/CoreShowManyAccordion.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowManyAccordion.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"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -25,8 +25,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/showManyAccordion.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowManyAccordion</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowManyAccordion</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowManyAccordion</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowManyAccordion</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
@@ -43,10 +43,10 @@
     </property>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowMany</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Accordion</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowMany</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Accordion</mfp:renderer-type>
       <mfp:tag-name>af:showManyAccordion</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowManyAccordionTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowManyAccordionTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The showManyAccordion control can be used to display a group of contents belonging to a showDetailItem.
           Accordion bar(s) with panels representing showDetailItem children is displayed.
           The panel for the showDetailItem that is selected to be shown is shown as expanded and contents of 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneAccordion.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/CoreShowOneAccordion.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/CoreShowOneAccordion.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneAccordion.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"
               xmlns:xhtml="http://www.w3.org/1999/xhtml">
@@ -25,8 +25,8 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/showOneAccordion.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowOneAccordion</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowOneAccordion</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowOneAccordion</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowOneAccordion</component-class>
 
     <xi:include href="includes/CommonAttrs.xml" xpointer="/faces-config/component/*"/>
     <xi:include href="includes/CoreJSEvents.xml" xpointer="/faces-config/component/*"/>
@@ -43,10 +43,10 @@
     </property>
 
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Accordion</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Accordion</mfp:renderer-type>
       <mfp:tag-name>af:showOneAccordion</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowOneAccordionTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowOneAccordionTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The showOneAccordion control can be used to display a group of contents belonging to a showDetailItem.
           Accordion bar(s) with panels representing showDetailItem children is displayed.
           The panel for the showDetailItem that is selected to be shown is shown as expanded and contents of 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneChoice.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/CoreShowOneChoice.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/CoreShowOneChoice.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneChoice.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/showOneChoice.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowOneChoice</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowOneChoice</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowOneChoice</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowOneChoice</component-class>
     <property>
       <description><![CDATA[the user-visible text of the item]]></description>
       <property-name>label</property-name>
@@ -251,10 +251,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Choice</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Choice</mfp:renderer-type>
       <mfp:tag-name>af:showOneChoice</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowOneChoiceTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowOneChoiceTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The showOneChoice control can be used to display a group of contents belonging to a showDetailItem.
           A choice control with each individual option representing a showDetailItem child is displayed.
           An option within choice control corresponding to showDetailItem that is disclosed is shown as 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneRadio.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/CoreShowOneRadio.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/CoreShowOneRadio.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneRadio.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/showOneRadio.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowOneRadio</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowOneRadio</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowOneRadio</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowOneRadio</component-class>
     <property>
       <description><![CDATA[the user-visible text of the item]]></description>
       <property-name>label</property-name>
@@ -209,10 +209,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Radio</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Radio</mfp:renderer-type>
       <mfp:tag-name>af:showOneRadio</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowOneRadioTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowOneRadioTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The showOneRadio control can be used to display a group of contents belonging to a showDetailItem.
           Radio buttons with each individual radio button representing a showDetailItem child is displayed.
           The radio button control corresponding to showDetailItem that is disclosed is shown as selected

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneTab.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/CoreShowOneTab.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/CoreShowOneTab.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreShowOneTab.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/showOneTab.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreShowOneTab</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.layout.CoreShowOneTab</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreShowOneTab</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.layout.CoreShowOneTab</component-class>
     <property>
       <description><![CDATA[the position of the tab bar. Defaults to
              "both", if not specified. Other values are "above" and "below".]]>
@@ -183,10 +183,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.ShowOne</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.Tab</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ShowOne</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.Tab</mfp:renderer-type>
       <mfp:tag-name>af:showOneTab</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.layout.CoreShowOneTabTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.layout.CoreShowOneTabTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The showOneTab control can be used to display a group of contents that belongs to
            a showDetailItem that is shown. Tab bar(s) with tabs representing the showDetailItem children is displayed.
           The tab for the showDetailItem that is selected to be shown is highlighted and contents from the 

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSingleStepButtonBar.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/CoreSingleStepButtonBar.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/CoreSingleStepButtonBar.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreSingleStepButtonBar.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/singleStepButtonBar.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreSingleStepButtonBar</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.nav.CoreSingleStepButtonBar</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreSingleStepButtonBar</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.nav.CoreSingleStepButtonBar</component-class>
     <property>
       <description><![CDATA[the short description of the bean.  This text
          is commonly used by user agents to display tooltip help text.]]>
@@ -170,10 +170,10 @@
       </property-extension>
     </property>
     <component-extension>
-      <mfp:component-supertype>org.apache.myfaces.adf.SingleStep</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.ButtonBar</mfp:renderer-type>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.SingleStep</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.ButtonBar</mfp:renderer-type>
       <mfp:tag-name>af:singleStepButtonBar</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.nav.CoreSingleStepButtonBarTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.nav.CoreSingleStepButtonBarTag</mfp:tag-class>
       <mfp:long-description><![CDATA[SingleStepButtonBar renders a Previous button,
           text indicating the current step and the maximum steps, and a Next button.
           SingleStepButtonBar is used to navigate forward and back in

Modified: incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreStyleSheet.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/CoreStyleSheet.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/CoreStyleSheet.xml (original)
+++ incubator/adffaces/branches/matzew-repackaging-trinidad/trinidad/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/trinidad/core/CoreStyleSheet.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:afh="http://myfaces.apache.org/adf/faces/html"
+              xmlns:afh="http://myfaces.apache.org/trinidad/html"
               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,14 +27,14 @@
     <icon>
       <small-icon>/oracle/adfdtinternal/view/rich/metadata/icons/styleSheet.png</small-icon>
     </icon>
-    <component-type>org.apache.myfaces.adf.CoreStyleSheet</component-type>
-    <component-class>org.apache.myfaces.adf.component.core.CoreStyleSheet</component-class>
+    <component-type>org.apache.myfaces.trinidad.CoreStyleSheet</component-type>
+    <component-class>org.apache.myfaces.trinidad.component.core.CoreStyleSheet</component-class>
     <component-extension>
-      <mfp:component-family>org.apache.myfaces.adf.StyleSheet</mfp:component-family>
-      <mfp:component-supertype>org.apache.myfaces.adf.ComponentBase</mfp:component-supertype>
-      <mfp:renderer-type>org.apache.myfaces.adf.StyleSheet</mfp:renderer-type>
+      <mfp:component-family>org.apache.myfaces.trinidad.StyleSheet</mfp:component-family>
+      <mfp:component-supertype>org.apache.myfaces.trinidad.ComponentBase</mfp:component-supertype>
+      <mfp:renderer-type>org.apache.myfaces.trinidad.StyleSheet</mfp:renderer-type>
       <mfp:tag-name>afh:styleSheet</mfp:tag-name>
-      <mfp:tag-class>org.apache.myfaces.adfinternal.taglib.core.CoreStyleSheetTag</mfp:tag-class>
+      <mfp:tag-class>org.apache.myfaces.trinidadinternal.taglib.core.CoreStyleSheetTag</mfp:tag-class>
       <mfp:long-description><![CDATA[The styleSheet component generates the style
           sheet link reference to a generated ADF Faces style sheet.
           This is automatically included for you if you use the ADF