JBoss Rich Faces SVN: r10308 - trunk/ui/inplaceSelect/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2008-09-04 09:37:40 -0400 (Thu, 04 Sep 2008)
New Revision: 10308
Modified:
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
Log:
RF-3125 InplaceSelect: Some Attribute Names in FuncSpec and guide are different.
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-09-04 13:06:38 UTC (rev 10307)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-09-04 13:37:40 UTC (rev 10308)
@@ -3,310 +3,361 @@
<!DOCTYPE components PUBLIC "-//AJAX4JSF//CDK Generator config/EN" "http://labs.jboss.com/jbossrichfaces/component-config.dtd" >
<components>
- <component>
- <name>org.richfaces.InplaceSelect</name>
- <family>org.richfaces.InplaceSelect</family>
- <classname>
- org.richfaces.component.html.HtmlInplaceSelect
- </classname>
- <superclass>org.richfaces.component.UIInplaceSelect</superclass>
- <test>
- <classname>org.richfaces.component.html.HtmlInplaceSelectComponentTest</classname>
- <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
- </test>
- <description>
- The <rich:inplaceSelect> is used for creation select based inputs: it shows the value as text in one state and enables editing the value,
- providing a list of options in another state.
- </description>
- <renderer generate="true" override="true">
- <name>org.richfaces.renderkit.InplaceSelectRenderer</name>
- <template>inplaceselect.jspx</template>
- </renderer>
-
- <tag>
- <name>inplaceSelect</name>
- <classname>org.richfaces.taglib.InplaceSelectTag</classname>
- <superclass>
- org.ajax4jsf.webapp.taglib.HtmlComponentTagBase
- </superclass>
- <test/>
- </tag>
- <properties>
- <property>
- <name>layout</name>
- <classname>java.lang.String</classname>
- <description>Defines how the component is displayed in the layout. Possible values are "block", "inline". Default value is "inline".</description>
- <defaultvalue><![CDATA["inline"]]></defaultvalue>
- </property>
-
- <property>
- <name>editEvent</name>
- <classname>java.lang.String</classname>
- <description>The attribute provides an option to assign an JavaScript action that initiates the change of the state. Default value is "onclick".</description>
- <defaultvalue><![CDATA["onclick"]]></defaultvalue>
- </property>
- <property>
- <name>maxSelectWidth</name>
- <classname>java.lang.String</classname>
- <description>Sets the maximum width of the select element. Default value is "200px".</description>
- <defaultvalue><![CDATA["200px"]]></defaultvalue>
- </property>
- <property>
- <name>minSelectWidth</name>
- <classname>java.lang.String</classname>
- <description>Sets the minimum width of the select element. Default value is "100px".</description>
- <defaultvalue><![CDATA["100px"]]></defaultvalue>
- </property>
- <property>
- <name>selectWidth</name>
- <classname>java.lang.String</classname>
- <description>Sets width of the select element</description>
- <defaultvalue><![CDATA[""]]></defaultvalue>
- </property>
- <property>
- <name>defaultLabel</name>
- <classname>java.lang.String</classname>
- <description>The attribute is used to display text while value is undefined</description>
- <defaultvalue>"\u00a0\u00a0\u00a0"</defaultvalue>
- </property>
- <property>
- <name>showControls</name>
- <classname>boolean</classname>
- <description>The attribute serves to display "save" and "cancel" controls. Default value is "false". </description>
- <defaultvalue>false</defaultvalue>
- </property>
- <property>
- <name>saveControlIcon</name>
- <classname>java.lang.String</classname>
- <description>Defines custom save icon</description>
- </property>
- <property>
- <name>cancelControlIcon</name>
- <classname>java.lang.String</classname>
- <description>Defines custom cancel icon</description>
- </property>
- <property>
- <name>controlsVerticalPosition</name>
- <classname>java.lang.String</classname>
- <description>The attribute positions the controls vertically. Possible values are "bottom","top" </description>
- <defaultvalue><![CDATA["center"]]></defaultvalue>
- </property>
- <property>
- <name>controlsHorizontalPosition</name>
- <classname>java.lang.String</classname>
- <description>The attribute positions the controls horizontally. Possible values are "right","center","left". Default value is "right". </description>
- <defaultvalue><![CDATA["right"]]></defaultvalue>
- </property>
- <property>
- <name>onchange</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; the element value was changed</description>
- </property>
- <property>
- <name>onfocus</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; the element got the focus</description>
- </property>
- <property>
- <name>onblur</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; the element lost the focus</description>
- </property>
- <property>
- <name>onselect</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; the onselect event occurs when you select some menu item</description>
- </property>
- <property>
- <name>oninputfocus</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; the element got the focus</description>
- </property>
- <property>
- <name>oninputblur</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; the element lost the focus</description>
- </property>
- <property>
- <name>oninputclick</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is clicked</description>
- </property>
- <property>
- <name>oninputdblclick</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer button is double-clicked</description>
- </property>
- <property>
- <name>oninputkeydown</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed down</description>
- </property>
- <property>
- <name>oninputkeypress</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is pressed and released</description>
- </property>
- <property>
- <name>oninputkeyup</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a key is released</description>
- </property>
- <property>
- <name>oninputmousedown</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is pressed down</description>
- </property>
- <property>
- <name>oninputmousemove</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved within</description>
- </property>
- <property>
- <name>oninputmouseout</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved away</description>
- </property>
- <property>
- <name>oninputmouseover</name>
- <classname>java.lang.String</classname>
- <description>HTML: a script expression; a pointer is moved onto</description>
- </property>
- <property>
- <name>oninputmouseup</name>
- <classname>java.lang.String</classname>
- <description>HTML: script expression; a pointer button is released</description>
- </property>
- <property>
- <name>oneditactivation</name>
- <classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript on edit state activation</description>
- </property>
- <property>
- <name>onviewactivation</name>
- <classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript on view state activation</description>
- </property>
- <property>
- <name>oneditactivated</name>
- <classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript to be executed when edit state is activated</description>
- </property>
- <property>
- <name>onviewactivated</name>
- <classname>java.lang.String</classname>
- <description>The attributes provide a possibility to assign JavaScript to be executed when view state is activated</description>
- </property>
- <property hidden="true">
- <name>selectOnEdit</name>
- <classname>boolean</classname>
- <description>The attribute make the input field select when switched to edit state. Default value is "true".</description>
- <defaultvalue>true</defaultvalue>
- </property>
- <property>
- <name>tabindex</name>
- <classname>int</classname>
- <description>The attribute serves to define the tabbing order</description>
- </property>
- <property>
- <name>value</name>
- <classname>java.lang.Object</classname>
- <description>A value-binding expression for the current value of the component</description>
- </property>
-
- <property>
- <name>listWidth</name>
- <classname>java.lang.String</classname>
- <description>The attribute defines the width of option list. Default value is "200px".</description>
- <defaultvalue>"200px"</defaultvalue>
- </property>
-
- <property>
- <name>listHeight</name>
- <classname>java.lang.String</classname>
- <description>The attribute defines the height of option list. Default value is "200px".</description>
- <defaultvalue>"200px"</defaultvalue>
- </property>
- <property hidden="true">
- <name>editOnTab</name>
- <classname>boolean</classname>
- <description>The attribute activates edit state once Tab key pressed. Default value is "true".</description>
- <defaultvalue>true</defaultvalue>
- </property>
- <property>
- <name>openOnEdit</name>
- <classname>boolean</classname>
- <description>The attribute opens the list once edit activated. Default value is "true".</description>
- <defaultvalue>true</defaultvalue>
- </property>
- <property>
- <name>viewClass</name>
- <classname>java.lang.String</classname>
- <description>Style class for view state</description>
- </property>
- <property>
- <name>editClass</name>
- <classname>java.lang.String</classname>
- <description>CSS style class for edit state</description>
- </property>
- <property>
- <name>changedClass</name>
- <classname>java.lang.String</classname>
- <description>CSS style class for changed state</description>
- </property>
- <property>
- <name>controlClass</name>
- <classname>java.lang.String</classname>
- <description>CSS style class for controls</description>
- </property>
- <property>
- <name>viewHover</name>
- <classname>java.lang.String</classname>
- <description>CSS style class for hovered text in view state</description>
- </property>
- <property>
- <name>controlPressed</name>
- <classname>java.lang.String</classname>
- <description>CSS style class for controls pressed</description>
- </property>
- <property>
- <name>controlHover</name>
- <classname>java.lang.String</classname>
- <description>CSS style class for hovered control</description>
- </property>
- <property>
- <name>converterMessage</name>
- <classname>java.lang.String</classname>
- <description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
- </description>
- </property>
- <property>
- <name>requiredMessage</name>
- <classname>java.lang.String</classname>
- <description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
- </description>
- </property>
- <property>
- <name>validatorMessage</name>
- <classname>java.lang.String</classname>
- <description>
- A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
- </description>
- </property>
- &html_events;
- &ui_component_attributes;
- &ui_input_attributes;
- <property hidden="true" existintag="false" exist="false" >
- <name>localValueSet</name>
- <classname>boolean</classname>
- </property>
- <property hidden="true" existintag="false" exist="false" >
- <name>valid</name>
- <classname>boolean</classname>
- </property>
+ <component>
+ <name>org.richfaces.InplaceSelect</name>
+ <family>org.richfaces.InplaceSelect</family>
+ <classname> org.richfaces.component.html.HtmlInplaceSelect </classname>
+ <superclass>org.richfaces.component.UIInplaceSelect</superclass>
+ <test>
+ <classname>org.richfaces.component.html.HtmlInplaceSelectComponentTest</classname>
+ <superclassname>org.ajax4jsf.tests.AbstractAjax4JsfTestCase</superclassname>
+ </test>
+ <description> The <rich:inplaceSelect> is used for creation select
+ based inputs: it shows the value as text in one state and enables
+ editing the value, providing a list of options in another state. </description>
+ <renderer generate="true" override="true">
+ <name>org.richfaces.renderkit.InplaceSelectRenderer</name>
+ <template>inplaceselect.jspx</template>
+ </renderer>
- </properties>
- </component>
+ <tag>
+ <name>inplaceSelect</name>
+ <classname>org.richfaces.taglib.InplaceSelectTag</classname>
+ <superclass> org.ajax4jsf.webapp.taglib.HtmlComponentTagBase </superclass>
+ <test/>
+ </tag>
+ <properties>
+ <property>
+ <name>layout</name>
+ <classname>java.lang.String</classname>
+ <description>Defines how the component is displayed in the
+ layout. Possible values are
+ "block",
+ "inline". Default value is
+ "inline".</description>
+ <defaultvalue><![CDATA["inline"]]></defaultvalue>
+ </property>
+ <property>
+ <name>editEvent</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute provides an option to assign an
+ JavaScript action that initiates the change of the
+ state. Default value is
+ "onclick".</description>
+ <defaultvalue><![CDATA["onclick"]]></defaultvalue>
+ </property>
+ <property>
+ <name>maxSelectWidth</name>
+ <classname>java.lang.String</classname>
+ <description>Sets the maximum width of the select element.
+ Default value is "200px".</description>
+ <defaultvalue><![CDATA["200px"]]></defaultvalue>
+ </property>
+ <property>
+ <name>minSelectWidth</name>
+ <classname>java.lang.String</classname>
+ <description>Sets the minimum width of the select element.
+ Default value is "100px".</description>
+ <defaultvalue><![CDATA["100px"]]></defaultvalue>
+ </property>
+ <property>
+ <name>selectWidth</name>
+ <classname>java.lang.String</classname>
+ <description>Sets width of the select element</description>
+ <defaultvalue><![CDATA[""]]></defaultvalue>
+ </property>
+ <property>
+ <name>defaultLabel</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute is used to display text while
+ value is undefined</description>
+ <defaultvalue>"\u00a0\u00a0\u00a0"</defaultvalue>
+ </property>
+ <property>
+ <name>showControls</name>
+ <classname>boolean</classname>
+ <description>The attribute serves to display
+ "save" and
+ "cancel" controls. Default value
+ is "false". </description>
+ <defaultvalue>false</defaultvalue>
+ </property>
+ <property>
+ <name>saveControlIcon</name>
+ <classname>java.lang.String</classname>
+ <description>Defines custom save icon</description>
+ </property>
+ <property>
+ <name>cancelControlIcon</name>
+ <classname>java.lang.String</classname>
+ <description>Defines custom cancel icon</description>
+ </property>
+ <property>
+ <name>controlsVerticalPosition</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute positions the controls
+ vertically. Possible values are
+ "bottom","top" </description>
+ <defaultvalue><![CDATA["center"]]></defaultvalue>
+ </property>
+ <property>
+ <name>controlsHorizontalPosition</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute positions the controls
+ horizontally. Possible values are
+ "right","center","left".
+ Default value is "right". </description>
+ <defaultvalue><![CDATA["right"]]></defaultvalue>
+ </property>
+ <property>
+ <name>onchange</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; the element value was
+ changed</description>
+ </property>
+ <property>
+ <name>onfocus</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; the element got the
+ focus</description>
+ </property>
+ <property>
+ <name>onblur</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; the element lost the
+ focus</description>
+ </property>
+ <property>
+ <name>onselect</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; the onselect event
+ occurs when you select some menu
+ item</description>
+ </property>
+ <property>
+ <name>oninputfocus</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; the element got the
+ focus</description>
+ </property>
+ <property>
+ <name>oninputblur</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; the element lost the
+ focus</description>
+ </property>
+ <property>
+ <name>oninputclick</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a pointer button is
+ clicked</description>
+ </property>
+ <property>
+ <name>oninputdblclick</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a pointer button is
+ double-clicked</description>
+ </property>
+ <property>
+ <name>oninputkeydown</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a key is pressed
+ down</description>
+ </property>
+ <property>
+ <name>oninputkeypress</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a key is pressed and
+ released</description>
+ </property>
+ <property>
+ <name>oninputkeyup</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a key is
+ released</description>
+ </property>
+ <property>
+ <name>oninputmousedown</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; a pointer button is
+ pressed down</description>
+ </property>
+ <property>
+ <name>oninputmousemove</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a pointer is moved
+ within</description>
+ </property>
+ <property>
+ <name>oninputmouseout</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a pointer is moved
+ away</description>
+ </property>
+ <property>
+ <name>oninputmouseover</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: a script expression; a pointer is moved
+ onto</description>
+ </property>
+ <property>
+ <name>oninputmouseup</name>
+ <classname>java.lang.String</classname>
+ <description>HTML: script expression; a pointer button is
+ released</description>
+ </property>
+ <property>
+ <name>oneditactivation</name>
+ <classname>java.lang.String</classname>
+ <description>The attributes provide a possibility to assign
+ JavaScript on edit state activation</description>
+ </property>
+ <property>
+ <name>onviewactivation</name>
+ <classname>java.lang.String</classname>
+ <description>The attributes provide a possibility to assign
+ JavaScript on view state activation</description>
+ </property>
+ <property>
+ <name>oneditactivated</name>
+ <classname>java.lang.String</classname>
+ <description>The attributes provide a possibility to assign
+ JavaScript to be executed when edit state is
+ activated</description>
+ </property>
+ <property>
+ <name>onviewactivated</name>
+ <classname>java.lang.String</classname>
+ <description>The attributes provide a possibility to assign
+ JavaScript to be executed when view state is
+ activated</description>
+ </property>
+ <property hidden="true">
+ <name>selectOnEdit</name>
+ <classname>boolean</classname>
+ <description>The attribute make the input field select when
+ switched to edit state. Default value is
+ "true".</description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
+ <name>tabindex</name>
+ <classname>int</classname>
+ <description>The attribute serves to define the tabbing
+ order</description>
+ </property>
+ <property>
+ <name>value</name>
+ <classname>java.lang.Object</classname>
+ <description>A value-binding expression for the current
+ value of the component</description>
+ </property>
+ <property>
+ <name>listWidth</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute defines the width of option list.
+ Default value is "200px".</description>
+ <defaultvalue>"200px"</defaultvalue>
+ </property>
+ <property>
+ <name>listHeight</name>
+ <classname>java.lang.String</classname>
+ <description>The attribute defines the height of option
+ list. Default value is "200px".</description>
+ <defaultvalue>"200px"</defaultvalue>
+ </property>
+ <property hidden="true">
+ <name>editOnTab</name>
+ <classname>boolean</classname>
+ <description>The attribute activates edit state once Tab key
+ pressed. Default value is
+ "true".</description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
+ <name>openOnEdit</name>
+ <classname>boolean</classname>
+ <description>The attribute opens the list once edit
+ activated. Default value is
+ "true".</description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
+ <name>styleClass</name>
+ <classname>java.lang.String</classname>
+ <description>Corresponds to the HTML class attribute</description>
+ </property>
+ <property>
+ <name>viewClass</name>
+ <classname>java.lang.String</classname>
+ <description>Style class for view state</description>
+ </property>
+ <property>
+ <name>editClass</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style class for edit state</description>
+ </property>
+ <property>
+ <name>changedClass</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style class for changed state</description>
+ </property>
+ <property>
+ <name>controlClass</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style class for controls</description>
+ </property>
+ <property>
+ <name>viewHoverClass</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style class for hovered text in view
+ state</description>
+ </property>
+ <property>
+ <name>controlPressClass</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style class for controls
+ pressed</description>
+ </property>
+ <property>
+ <name>controlHoverClass</name>
+ <classname>java.lang.String</classname>
+ <description>CSS style class for hovered
+ control</description>
+ </property>
+ <property>
+ <name>converterMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if
+ present, will be used as the text of the converter
+ message, replacing any message that comes from the
+ converter </description>
+ </property>
+ <property>
+ <name>requiredMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if
+ present, will be used as the text of the
+ validation message for the "required" facility, if
+ the "required" facility is used </description>
+ </property>
+ <property>
+ <name>validatorMessage</name>
+ <classname>java.lang.String</classname>
+ <description> A ValueExpression enabled attribute that, if
+ present, will be used as the text of the validator
+ message, replacing any message that comes from the
+ validator </description>
+ </property> &html_events; &ui_component_attributes;
+ &ui_input_attributes; <property hidden="true" existintag="false"
+ exist="false">
+ <name>localValueSet</name>
+ <classname>boolean</classname>
+ </property>
+ <property hidden="true" existintag="false" exist="false">
+ <name>valid</name>
+ <classname>boolean</classname>
+ </property>
+ </properties>
+ </component>
</components>
16 years, 3 months
JBoss Rich Faces SVN: r10307 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-09-04 09:06:38 -0400 (Thu, 04 Sep 2008)
New Revision: 10307
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-4361
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml 2008-09-04 10:28:08 UTC (rev 10306)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/extendedDataTable/examples/simple.xhtml 2008-09-04 13:06:38 UTC (rev 10307)
@@ -1,33 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
<ui:composition>
<h:form>
<h:panelGrid columns="2" columnClasses="top,top">
- <rich:extendedDataTable value="#{capitalsBean.capitals}" var="cap" id="table"
- width="420px" height="400px" sortMode="#{extendedTableBean.sortMode}"
+ <rich:extendedDataTable value="#{capitalsBean.capitals}" var="cap" id="table"
+ width="580px" height="400px" sortMode="#{extendedTableBean.sortMode}"
selectionMode="#{extendedTableBean.selectionMode}">
- <f:facet name="header">
- <h:outputText value="States Capitals"/>
- </f:facet>
<rich:column sortable="false">
<f:facet name="header">
<h:outputText value="Flag"/>
</f:facet>
<h:graphicImage value="#{cap.stateFlag}"/>
</rich:column>
- <rich:column sortable="true" sortBy="#{cap.state}" filterBy="#{cap.state}" filterEvent="onkeyup">
+ <rich:column sortable="true" sortBy="#{cap.state}" filterBy="#{cap.state}" filterEvent="onkeyup" width="170px">
<f:facet name="header">
<h:outputText value="State Name"/>
</f:facet>
<h:outputText value="#{cap.state}"/>
</rich:column>
- <rich:column sortable="true" sortBy="#{cap.name}" filterBy="#{cap.state}" filterEvent="onkeyup">
+ <rich:column sortable="true" sortBy="#{cap.name}" filterBy="#{cap.state}" filterEvent="onkeyup" width="170px">
<f:facet name="header">
<h:outputText value="State Capital"/>
</f:facet>
@@ -48,14 +45,14 @@
<h:outputText value="Sort Mode:"/>
<h:selectOneMenu value="#{extendedTableBean.sortMode}">
<f:selectItem itemLabel="Single" itemValue="single"/>
- <f:selectItem itemLabel="Multy" itemValue="multi"/>
+ <f:selectItem itemLabel="Multi" itemValue="multi"/>
<a4j:support event="onchange" ajaxSingle="true" reRender="table"/>
</h:selectOneMenu>
<h:outputText value="Selection Mode:"/>
<h:selectOneMenu value="#{extendedTableBean.selectionMode}">
<a4j:support ajaxSingle="true" event="onchange" reRender="table"/>
<f:selectItem itemLabel="Single" itemValue="single"/>
- <f:selectItem itemLabel="Multy" itemValue="multi"/>
+ <f:selectItem itemLabel="Multi" itemValue="multi"/>
<f:selectItem itemLabel="None" itemValue="none"/>
</h:selectOneMenu>
</h:panelGrid>
16 years, 3 months
JBoss Rich Faces SVN: r10306 - trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-09-04 06:28:08 -0400 (Thu, 04 Sep 2008)
New Revision: 10306
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
Log:
-sdt with rich:columns
Modified: trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-09-04 10:27:20 UTC (rev 10305)
+++ trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTable.jsp 2008-09-04 10:28:08 UTC (rev 10306)
@@ -173,13 +173,13 @@
</rich:componentControl>
<br />
<br />
- <rich:scrollableDataTable id="dataList" width="300px" height="300px" var="data" value="#{tableBeanScroll.data}">
- <rich:columns value="#{tableBeanScroll.columnModel}" var="col" index="index" sortable="no">
+ <%--rich:scrollableDataTable id="dataList" width="300px" height="300px" var="data" value="#{tableBeanScroll.data}">
+ <rich:columns value="#{tableBeanScroll.columnModel}" var="col" index="index" sortable="true">
<f:facet name="header">
<a4j:commandLink value="#{col.title}" action="#{col.sort}" reRender="dataList" />
</f:facet>
<h:outputText value="#{data.columns[index]}" />
</rich:columns>
- </rich:scrollableDataTable>
+ </rich:scrollableDataTable--%>
<br />
</f:subview>
16 years, 3 months
JBoss Rich Faces SVN: r10305 - trunk/test-applications/facelets/src/main/webapp/WEB-INF.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-09-04 06:27:20 -0400 (Thu, 04 Sep 2008)
New Revision: 10305
Modified:
trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Converter.xml
Log:
-comboBox converter
Modified: trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Converter.xml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Converter.xml 2008-09-04 09:22:25 UTC (rev 10304)
+++ trunk/test-applications/facelets/src/main/webapp/WEB-INF/faces-config-Converter.xml 2008-09-04 10:27:20 UTC (rev 10305)
@@ -9,12 +9,8 @@
<converter>
<converter-id>orderingListConverter</converter-id>
<converter-class>util.converter.OrderingListConverter</converter-class>
- </converter>
+ </converter>
<converter>
- <converter-id>comboBoxConverter</converter-id>
- <converter-class>util.converter.ComboBoxConverter</converter-class>
- </converter>
- <converter>
<converter-id>inplaceInputConverter</converter-id>
<converter-class>util.converter.InplaceInputConverter</converter-class>
</converter>
16 years, 3 months
JBoss Rich Faces SVN: r10304 - Reports/3.2.2 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2008-09-04 05:22:25 -0400 (Thu, 04 Sep 2008)
New Revision: 10304
Added:
trunk/test-applications/qa/Test Reports/3.2.2/ComponentsAssignment3.2.2.CR2.xls
Log:
Added: trunk/test-applications/qa/Test Reports/3.2.2/ComponentsAssignment3.2.2.CR2.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.2/ComponentsAssignment3.2.2.CR2.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 3 months
JBoss Rich Faces SVN: r10303 - in tags: 3.2.2.CR3 and 177 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-09-03 15:26:15 -0400 (Wed, 03 Sep 2008)
New Revision: 10303
Added:
tags/3.2.2.CR3/
Modified:
tags/3.2.2.CR3/cdk/generator/pom.xml
tags/3.2.2.CR3/cdk/maven-archetype-jsf-component/pom.xml
tags/3.2.2.CR3/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.2.2.CR3/cdk/maven-archetype-jsfwebapp/pom.xml
tags/3.2.2.CR3/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
tags/3.2.2.CR3/cdk/maven-archetype-plug-n-skin/pom.xml
tags/3.2.2.CR3/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml
tags/3.2.2.CR3/cdk/maven-cdk-plugin/pom.xml
tags/3.2.2.CR3/cdk/maven-javascript-plugin/pom.xml
tags/3.2.2.CR3/cdk/pom.xml
tags/3.2.2.CR3/docs/cdkguide/en/pom.xml
tags/3.2.2.CR3/docs/cdkguide/pom.xml
tags/3.2.2.CR3/docs/faq/en/pom.xml
tags/3.2.2.CR3/docs/faq/pom.xml
tags/3.2.2.CR3/docs/highlight/pom.xml
tags/3.2.2.CR3/docs/migrationguide/en/pom.xml
tags/3.2.2.CR3/docs/migrationguide/pom.xml
tags/3.2.2.CR3/docs/pom.xml
tags/3.2.2.CR3/docs/userguide/en/pom.xml
tags/3.2.2.CR3/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
tags/3.2.2.CR3/docs/userguide/pom.xml
tags/3.2.2.CR3/docs/xslt/en/pom.xml
tags/3.2.2.CR3/docs/xslt/pom.xml
tags/3.2.2.CR3/extensions/gwt/pom.xml
tags/3.2.2.CR3/extensions/pom.xml
tags/3.2.2.CR3/extensions/seam/pom.xml
tags/3.2.2.CR3/extensions/trinidad/pom.xml
tags/3.2.2.CR3/framework/api/pom.xml
tags/3.2.2.CR3/framework/impl/pom.xml
tags/3.2.2.CR3/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.2.2.CR3/framework/pom.xml
tags/3.2.2.CR3/framework/test/pom.xml
tags/3.2.2.CR3/pom.xml
tags/3.2.2.CR3/samples/beanValidatorSample/pom.xml
tags/3.2.2.CR3/samples/calendar-sample/pom.xml
tags/3.2.2.CR3/samples/columnsDemo/pom.xml
tags/3.2.2.CR3/samples/combobox-sample/pom.xml
tags/3.2.2.CR3/samples/contextMenuDemo/pom.xml
tags/3.2.2.CR3/samples/darkX/pom.xml
tags/3.2.2.CR3/samples/dataFilterSliderDemo/pom.xml
tags/3.2.2.CR3/samples/dataTableDemo/pom.xml
tags/3.2.2.CR3/samples/datascroller-sample/pom.xml
tags/3.2.2.CR3/samples/dragDropDemo/pom.xml
tags/3.2.2.CR3/samples/dropdownmenu-sample/pom.xml
tags/3.2.2.CR3/samples/effect-sample/pom.xml
tags/3.2.2.CR3/samples/extendedDataTable-sample/pom.xml
tags/3.2.2.CR3/samples/fileUploadDemo/pom.xml
tags/3.2.2.CR3/samples/functions-demo/pom.xml
tags/3.2.2.CR3/samples/glassX/pom.xml
tags/3.2.2.CR3/samples/gmap-sample/pom.xml
tags/3.2.2.CR3/samples/hotKey-sample/pom.xml
tags/3.2.2.CR3/samples/inplaceInput-sample/pom.xml
tags/3.2.2.CR3/samples/inplaceSelect-sample/pom.xml
tags/3.2.2.CR3/samples/inputNumberSliderDemo/pom.xml
tags/3.2.2.CR3/samples/inputNumberSpinnerDemo/pom.xml
tags/3.2.2.CR3/samples/jQuery-sample/pom.xml
tags/3.2.2.CR3/samples/jira-data/pom.xml
tags/3.2.2.CR3/samples/laguna/pom.xml
tags/3.2.2.CR3/samples/listShuttleDemo/pom.xml
tags/3.2.2.CR3/samples/local-value-demo/pom.xml
tags/3.2.2.CR3/samples/modalpanel-sample/pom.xml
tags/3.2.2.CR3/samples/orderingListDemo/pom.xml
tags/3.2.2.CR3/samples/panel-sample/pom.xml
tags/3.2.2.CR3/samples/panelbar-sample/pom.xml
tags/3.2.2.CR3/samples/panelmenu-sample/pom.xml
tags/3.2.2.CR3/samples/pickList-sample/pom.xml
tags/3.2.2.CR3/samples/pom.xml
tags/3.2.2.CR3/samples/progressBarDemo/pom.xml
tags/3.2.2.CR3/samples/rich-message-demo/pom.xml
tags/3.2.2.CR3/samples/richfaces-art-datatable/pom.xml
tags/3.2.2.CR3/samples/richfaces-demo/pom.xml
tags/3.2.2.CR3/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.2.2.CR3/samples/richfaces-ear-demo/pom.xml
tags/3.2.2.CR3/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.2.2.CR3/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.2.2.CR3/samples/scrollableDataTableDemo/pom.xml
tags/3.2.2.CR3/samples/seamEAR/ear/pom.xml
tags/3.2.2.CR3/samples/seamEAR/ejbs/pom.xml
tags/3.2.2.CR3/samples/seamEAR/pom.xml
tags/3.2.2.CR3/samples/seamEAR/primary-source/pom.xml
tags/3.2.2.CR3/samples/seamEAR/projects/logging/pom.xml
tags/3.2.2.CR3/samples/seamEAR/projects/pom.xml
tags/3.2.2.CR3/samples/seamEAR/wars/pom.xml
tags/3.2.2.CR3/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.2.2.CR3/samples/seamIntegration/pom.xml
tags/3.2.2.CR3/samples/separator-sample/pom.xml
tags/3.2.2.CR3/samples/simpleTogglePanel-sample/pom.xml
tags/3.2.2.CR3/samples/skins/pom.xml
tags/3.2.2.CR3/samples/sortingFilteringDemo/pom.xml
tags/3.2.2.CR3/samples/state-sample/pom.xml
tags/3.2.2.CR3/samples/stdcomponents-sample/pom.xml
tags/3.2.2.CR3/samples/suggestionbox-sample/pom.xml
tags/3.2.2.CR3/samples/tabPanelDemo/pom.xml
tags/3.2.2.CR3/samples/togglePanel-sample/pom.xml
tags/3.2.2.CR3/samples/tomahawkCompability/pom.xml
tags/3.2.2.CR3/samples/toolBarDemo/pom.xml
tags/3.2.2.CR3/samples/tooltip-sample/pom.xml
tags/3.2.2.CR3/samples/tree-demo/pom.xml
tags/3.2.2.CR3/samples/treeModelDemo/pom.xml
tags/3.2.2.CR3/samples/virtualEarth-sample/pom.xml
tags/3.2.2.CR3/sandbox/api/pom.xml
tags/3.2.2.CR3/sandbox/impl/pom.xml
tags/3.2.2.CR3/sandbox/pom.xml
tags/3.2.2.CR3/sandbox/samples/dialog-window-sample/pom.xml
tags/3.2.2.CR3/sandbox/samples/editor-sample/pom.xml
tags/3.2.2.CR3/sandbox/samples/fileUploadPOC/pom.xml
tags/3.2.2.CR3/sandbox/samples/panel2-sample/pom.xml
tags/3.2.2.CR3/sandbox/samples/pom.xml
tags/3.2.2.CR3/sandbox/samples/rex-demo/pom.xml
tags/3.2.2.CR3/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.2.2.CR3/sandbox/ui/create.bat
tags/3.2.2.CR3/sandbox/ui/dialog-window/pom.xml
tags/3.2.2.CR3/sandbox/ui/editor/pom.xml
tags/3.2.2.CR3/sandbox/ui/panel2/pom.xml
tags/3.2.2.CR3/sandbox/ui/pom.xml
tags/3.2.2.CR3/sandbox/ui/rex-button/pom.xml
tags/3.2.2.CR3/sandbox/ui/rex-messageBox/pom.xml
tags/3.2.2.CR3/sandbox/ui/rex-resizable/pom.xml
tags/3.2.2.CR3/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.2.2.CR3/sandbox/ui/sortableHeader/pom.xml
tags/3.2.2.CR3/sandbox/ui/treeTable/pom.xml
tags/3.2.2.CR3/test-applications/facelets/pom.xml
tags/3.2.2.CR3/test-applications/jsp/pom.xml
tags/3.2.2.CR3/test-applications/pom.xml
tags/3.2.2.CR3/test-applications/seam/pom.xml
tags/3.2.2.CR3/test-applications/seleniumTest/pom.xml
tags/3.2.2.CR3/test-applications/seleniumTest/richfaces/pom.xml
tags/3.2.2.CR3/test-applications/seleniumTest/samples/pom.xml
tags/3.2.2.CR3/ui/assembly/pom.xml
tags/3.2.2.CR3/ui/beanValidator/pom.xml
tags/3.2.2.CR3/ui/calendar/pom.xml
tags/3.2.2.CR3/ui/columns/pom.xml
tags/3.2.2.CR3/ui/combobox/pom.xml
tags/3.2.2.CR3/ui/componentControl/pom.xml
tags/3.2.2.CR3/ui/contextMenu/pom.xml
tags/3.2.2.CR3/ui/core/pom.xml
tags/3.2.2.CR3/ui/create.bat
tags/3.2.2.CR3/ui/dataFilterSlider/pom.xml
tags/3.2.2.CR3/ui/dataTable/pom.xml
tags/3.2.2.CR3/ui/datascroller/pom.xml
tags/3.2.2.CR3/ui/drag-drop/pom.xml
tags/3.2.2.CR3/ui/dropdown-menu/pom.xml
tags/3.2.2.CR3/ui/effect/pom.xml
tags/3.2.2.CR3/ui/extendedDataTable/pom.xml
tags/3.2.2.CR3/ui/fileUpload/pom.xml
tags/3.2.2.CR3/ui/functions/pom.xml
tags/3.2.2.CR3/ui/gmap/pom.xml
tags/3.2.2.CR3/ui/hotKey/pom.xml
tags/3.2.2.CR3/ui/inplaceInput/pom.xml
tags/3.2.2.CR3/ui/inplaceSelect/pom.xml
tags/3.2.2.CR3/ui/inputnumber-slider/pom.xml
tags/3.2.2.CR3/ui/inputnumber-spinner/pom.xml
tags/3.2.2.CR3/ui/insert/pom.xml
tags/3.2.2.CR3/ui/jQuery/pom.xml
tags/3.2.2.CR3/ui/listShuttle/pom.xml
tags/3.2.2.CR3/ui/menu-components/pom.xml
tags/3.2.2.CR3/ui/message/pom.xml
tags/3.2.2.CR3/ui/modal-panel/pom.xml
tags/3.2.2.CR3/ui/orderingList/pom.xml
tags/3.2.2.CR3/ui/paint2D/pom.xml
tags/3.2.2.CR3/ui/panel/pom.xml
tags/3.2.2.CR3/ui/panelbar/pom.xml
tags/3.2.2.CR3/ui/panelmenu/pom.xml
tags/3.2.2.CR3/ui/pickList/pom.xml
tags/3.2.2.CR3/ui/pom.xml
tags/3.2.2.CR3/ui/progressBAR/pom.xml
tags/3.2.2.CR3/ui/scrollableDataTable/pom.xml
tags/3.2.2.CR3/ui/separator/pom.xml
tags/3.2.2.CR3/ui/simpleTogglePanel/pom.xml
tags/3.2.2.CR3/ui/spacer/pom.xml
tags/3.2.2.CR3/ui/state/pom.xml
tags/3.2.2.CR3/ui/suggestionbox/pom.xml
tags/3.2.2.CR3/ui/tabPanel/pom.xml
tags/3.2.2.CR3/ui/togglePanel/pom.xml
tags/3.2.2.CR3/ui/toolBar/pom.xml
tags/3.2.2.CR3/ui/tooltip/pom.xml
tags/3.2.2.CR3/ui/tree/pom.xml
tags/3.2.2.CR3/ui/treeModel/pom.xml
tags/3.2.2.CR3/ui/treeTable/pom.xml
tags/3.2.2.CR3/ui/virtualEarth/pom.xml
Log:
create tag for a release 3.2.2.CR3
Copied: tags/3.2.2.CR3 (from rev 10302, trunk)
Modified: tags/3.2.2.CR3/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/generator/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,93 +1,92 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <parent>
- <artifactId>cdk</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>generator</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <name>Java Server Faces component generator</name>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <inherited>true</inherited>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.6.5</version>
- </dependency>
- <dependency>
- <groupId>velocity</groupId>
- <artifactId>velocity-dep</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.6</version>
- </dependency>
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.5</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_03</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>qdox</groupId>
- <artifactId>qdox</artifactId>
- <version>1.6</version>
- </dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.1_3</version>
- </dependency>
- <dependency>
- <groupId>wutka</groupId>
- <artifactId>dtdparser</artifactId>
- <version>1.21</version>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.8.1</version>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>cdk</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>generator</artifactId>
+ <version>3.2.2.CR3</version>
+ <name>Java Server Faces component generator</name>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <inherited>true</inherited>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ <dependency>
+ <groupId>velocity</groupId>
+ <artifactId>velocity-dep</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_03</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>qdox</groupId>
+ <artifactId>qdox</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ <version>2.1_3</version>
+ </dependency>
+ <dependency>
+ <groupId>wutka</groupId>
+ <artifactId>dtdparser</artifactId>
+ <version>1.21</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-archetype-jsf-component/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -11,7 +11,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.2.2.CR3/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-archetype-jsfwebapp/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.2.2.CR3/cdk/maven-archetype-plug-n-skin/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-plug-n-skin/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-archetype-plug-n-skin/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-plug-n-skin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Archetype - maven-archetype-plug-n-skin</name>
Modified: tags/3.2.2.CR3/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.2.2.CR3/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-cdk-plugin/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.2.2.CR3/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-javascript-plugin/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/maven-javascript-plugin/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -4,7 +4,7 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-javascript-plugin</artifactId>
Modified: tags/3.2.2.CR3/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/cdk/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.2.2.CR3/docs/cdkguide/en/pom.xml
===================================================================
--- trunk/docs/cdkguide/en/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/cdkguide/en/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.cdkguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>jar</packaging>
<name>Richfaces CDK Developer Guide (${translation})</name>
Modified: tags/3.2.2.CR3/docs/cdkguide/pom.xml
===================================================================
--- trunk/docs/cdkguide/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/cdkguide/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
<packaging>pom</packaging>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>cdkguide</name>
<description>Richfaces CDK Developer Guide</description>
<pluginRepositories>
Modified: tags/3.2.2.CR3/docs/faq/en/pom.xml
===================================================================
--- trunk/docs/faq/en/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/faq/en/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.faq</groupId>
<artifactId>${translation}</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.2.2.CR3/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/faq/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
<packaging>pom</packaging>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
<pluginRepositories>
Modified: tags/3.2.2.CR3/docs/highlight/pom.xml
===================================================================
--- trunk/docs/highlight/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/highlight/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>RichFaces Code Highlighting</name>
<dependencyManagement>
Modified: tags/3.2.2.CR3/docs/migrationguide/en/pom.xml
===================================================================
--- trunk/docs/migrationguide/en/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/migrationguide/en/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.migration</groupId>
<artifactId>${translation}</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>jar</packaging>
<name>RichFaces Migration Guide (${translation})</name>
Modified: tags/3.2.2.CR3/docs/migrationguide/pom.xml
===================================================================
--- trunk/docs/migrationguide/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/migrationguide/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
<packaging>pom</packaging>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Migration Guide</name>
<description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
<pluginRepositories>
Modified: tags/3.2.2.CR3/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: tags/3.2.2.CR3/docs/userguide/en/pom.xml
===================================================================
--- trunk/docs/userguide/en/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/userguide/en/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.2.2.CR3/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3158,7 +3158,7 @@
<listitem>
<para>
<code>DarchetypeVersion</code> indicates the RichFaces version. For example,
- <code>"3.2.2-SNAPSHOT"</code>
+ <code>"3.2.2.CR3"</code>
</para>
</listitem>
<listitem>
@@ -3455,7 +3455,7 @@
mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-plug-n-skin
--DarchetypeVersion=3.2.2-SNAPSHOT
+-DarchetypeVersion=3.2.2.CR3
-DartifactId=P-n-S
-DgroupId=GROUPID
-Dversion=1.0.-SNAPSHOT
Modified: tags/3.2.2.CR3/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/userguide/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: tags/3.2.2.CR3/docs/xslt/en/pom.xml
===================================================================
--- trunk/docs/xslt/en/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/xslt/en/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>xslt</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>en</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>jar</packaging>
<name>Documentation stylesheets (English translation)</name>
<description>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.2.2.CR3/docs/xslt/pom.xml
===================================================================
--- trunk/docs/xslt/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/docs/xslt/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>xslt</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>pom</packaging>
<name>Documentation stylesheets</name>
<description>Docbook documentation stylesheets</description>
Modified: tags/3.2.2.CR3/extensions/gwt/pom.xml
===================================================================
--- trunk/extensions/gwt/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/extensions/gwt/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.2.2.CR3/extensions/pom.xml
===================================================================
--- trunk/extensions/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/extensions/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: tags/3.2.2.CR3/extensions/seam/pom.xml
===================================================================
--- trunk/extensions/seam/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/extensions/seam/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.2.2.CR3/extensions/trinidad/pom.xml
===================================================================
--- trunk/extensions/trinidad/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/extensions/trinidad/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.2.2.CR3/framework/api/pom.xml
===================================================================
--- trunk/framework/api/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/framework/api/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<name>Java Server Faces AJAX framework API</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
Modified: tags/3.2.2.CR3/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/framework/impl/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,15 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<resources>
<resource>
@@ -160,7 +159,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-09-03 19:26:15 UTC (rev 10303)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "2-SNAPSHOT" ;
+ public static final String REVISION = "2.CR3" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.2.2.CR3/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/framework/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<build>
Modified: tags/3.2.2.CR3/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/framework/test/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.2.2.CR3/pom.xml
===================================================================
--- trunk/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -4,7 +4,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
@@ -199,9 +199,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
- <url>https://svn.jboss.org/repos/richfaces/trunk</url>
+ <connection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.2.2.CR3</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.2.2.CR3</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/branches/3.2.2.CR3</url>
</scm>
<profiles>
<profile>
@@ -224,9 +224,9 @@
.settings/org.eclipse.jdt.ui.prefs
</name>
<content>
- <![CDATA[
- eclipse.preferences.version=1
- org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version 2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Lesser General Public\r\n * License along with this library; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
+ <![CDATA[
+ eclipse.preferences.version=1
+ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version 2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Lesser General Public\r\n * License along with this library; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
]]>
</content>
</file>
@@ -394,4 +394,4 @@
</distributionManagement>
</profile>
</profiles>
-</project>
+</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/samples/beanValidatorSample/pom.xml
===================================================================
--- trunk/samples/beanValidatorSample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/beanValidatorSample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,14 +3,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>beanValidatorSample</artifactId>
<packaging>war</packaging>
<name>beanValidatorSample Maven Webapp</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<finalName>beanValidatorSample</finalName>
<plugins>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>beanValidator</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/samples/calendar-sample/pom.xml
===================================================================
--- trunk/samples/calendar-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/calendar-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/columnsDemo/pom.xml
===================================================================
--- trunk/samples/columnsDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/columnsDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/combobox-sample/pom.xml
===================================================================
--- trunk/samples/combobox-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/combobox-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/contextMenuDemo/pom.xml
===================================================================
--- trunk/samples/contextMenuDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/contextMenuDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/darkX/pom.xml
===================================================================
--- trunk/samples/darkX/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/darkX/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,48 +1,48 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>darkX</artifactId>
- <name>darkX</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>darkX</artifactId>
+ <name>darkX</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.2.CR3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- trunk/samples/dataFilterSliderDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/dataFilterSliderDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/dataTableDemo/pom.xml
===================================================================
--- trunk/samples/dataTableDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/dataTableDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/datascroller-sample/pom.xml
===================================================================
--- trunk/samples/datascroller-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/datascroller-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/dragDropDemo/pom.xml
===================================================================
--- trunk/samples/dragDropDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/dragDropDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/dropdownmenu-sample/pom.xml
===================================================================
--- trunk/samples/dropdownmenu-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/dropdownmenu-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/effect-sample/pom.xml
===================================================================
--- trunk/samples/effect-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/effect-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/extendedDataTable-sample/pom.xml
===================================================================
--- trunk/samples/extendedDataTable-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/extendedDataTable-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.2.2.CR3/samples/fileUploadDemo/pom.xml
===================================================================
--- trunk/samples/fileUploadDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/fileUploadDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/functions-demo/pom.xml
===================================================================
--- trunk/samples/functions-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/functions-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/glassX/pom.xml
===================================================================
--- trunk/samples/glassX/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/glassX/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,49 +1,49 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>glassX</artifactId>
- <name>glassX</name>
- <version>3.2.2-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <name>glassX</name>
+ <version>3.2.2.CR3</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.2.CR3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/samples/gmap-sample/pom.xml
===================================================================
--- trunk/samples/gmap-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/gmap-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/hotKey-sample/pom.xml
===================================================================
--- trunk/samples/hotKey-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/hotKey-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.2.2.CR3/samples/inplaceInput-sample/pom.xml
===================================================================
--- trunk/samples/inplaceInput-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/inplaceInput-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/inplaceSelect-sample/pom.xml
===================================================================
--- trunk/samples/inplaceSelect-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/inplaceSelect-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSliderDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/inputNumberSliderDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSpinnerDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/inputNumberSpinnerDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/jQuery-sample/pom.xml
===================================================================
--- trunk/samples/jQuery-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/jQuery-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/jira-data/pom.xml
===================================================================
--- trunk/samples/jira-data/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/jira-data/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/laguna/pom.xml
===================================================================
--- trunk/samples/laguna/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/laguna/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<groupId>org.richfaces.samples</groupId>
@@ -16,7 +16,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<configuration>
<name>org.richfaces.laguna</name>
</configuration>
Modified: tags/3.2.2.CR3/samples/listShuttleDemo/pom.xml
===================================================================
--- trunk/samples/listShuttleDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/listShuttleDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/local-value-demo/pom.xml
===================================================================
--- trunk/samples/local-value-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/local-value-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/modalpanel-sample/pom.xml
===================================================================
--- trunk/samples/modalpanel-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/modalpanel-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/orderingListDemo/pom.xml
===================================================================
--- trunk/samples/orderingListDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/orderingListDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/panel-sample/pom.xml
===================================================================
--- trunk/samples/panel-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/panel-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/panelbar-sample/pom.xml
===================================================================
--- trunk/samples/panelbar-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/panelbar-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/samples/panelmenu-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/panelmenu-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/pickList-sample/pom.xml
===================================================================
--- trunk/samples/pickList-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/pickList-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,496 +1,495 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>root</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>samples</artifactId>
- <packaging>pom</packaging>
- <name>RichFaces Components Examples</name>
- <url>http://labs.jboss.com/jbossrichfaces/samples</url>
- <properties>
- <!-- -->
- </properties>
- <!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <!--
- -->
- <version>6.1.5</version>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <connectors>
- <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>8080</port>
- <maxIdleTime>60000</maxIdleTime>
- </connector>
- </connectors>
- </configuration>
-
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- <executions>
- <execution>
- <id>surefire-it</id>
- <phase>integration-test</phase>
- <goals>
- <goal>test</goal>
- </goals>
- <configuration>
- <skip>false</skip>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.14</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.0</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>0.9.5</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <artifactId>xerces</artifactId>
- <groupId>xerces</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>jsf1_1</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- <property>
- <name>jsfVersion</name>
- <value>1.1</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.4</source>
- <target>1.4</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>jsf1_2</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- <property>
- <name>jsfVersion</name>
- <value>1.2</value>
- </property>
- </activation>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>tomcat5</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>tomcat6</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>jboss42</id>
- <build>
- <defaultGoal>jetty:run</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_09</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_09</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces</id>
- <properties>
- <myfaces>1.2.4</myfaces>
- <tomahawk>1.1.6</tomahawk>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>${myfaces}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- <version>${myfaces}</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>seam</id>
- <modules>
- <module>seamEAR</module>
- <module>seamIntegration</module>
- </modules>
- </profile>
- <profile>
- <id>clover</id>
- <build>
- <plugins>
- <plugin>
- <groupId>com.atlassian.maven.plugins</groupId>
- <artifactId>maven-clover2-plugin</artifactId>
- <configuration>
- <includesAllSourceRoots>
- false
- </includesAllSourceRoots>
- <includesTestSourceRoots>
- false
- </includesTestSourceRoots>
- <jdk>1.5</jdk>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>allSamples</id>
- <modules>
- <module>separator-sample</module>
- <module>panel-sample</module>
- <module>gmap-sample</module>
- <module>togglePanel-sample</module>
- <module>tabPanelDemo</module>
- <module>simpleTogglePanel-sample</module>
- <module>inputNumberSpinnerDemo</module>
- <module>inputNumberSliderDemo</module>
- <module>panelbar-sample</module>
- <module>toolBarDemo</module>
- <module>tree-demo</module>
- <module>dataFilterSliderDemo</module>
- <module>suggestionbox-sample</module>
- <module>dragDropDemo</module>
- <module>dataTableDemo</module>
- <module>modalpanel-sample</module>
- <module>datascroller-sample</module>
- <module>effect-sample</module>
- <module>dropdownmenu-sample</module>
- <module>tooltip-sample</module>
- <module>calendar-sample</module>
- <module>treeModelDemo</module>
- <module>local-value-demo</module>
- <module>panelmenu-sample</module>
- <module>rich-message-demo</module>
- <module>scrollableDataTableDemo</module>
- <module>richfaces-ear-demo</module>
- <module>contextMenuDemo</module>
- <module>orderingListDemo</module>
- <module>listShuttleDemo</module>
- <module>columnsDemo</module>
- <module>combobox-sample</module>
- <module>pickList-sample</module>
- <module>progressBarDemo</module>
- <module>jira-data</module>
- <module>stdcomponents-sample</module>
- <module>fileUploadDemo</module>
- <module>sortingFilteringDemo</module>
- <module>inplaceInput-sample</module>
- <module>inplaceSelect-sample</module>
- <module>functions-demo</module>
- <module>hotKey-sample</module>
- <module>beanValidatorSample</module>
- <module>state-sample</module>
- <module>extendedDataTable-sample</module>
- </modules>
- </profile>
- </profiles>
- <modules>
- <module>skins</module>
- <module>laguna</module>
- <module>glassX</module>
- <module>darkX</module>
- <module>richfaces-demo</module>
- </modules>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>samples</artifactId>
+ <packaging>pom</packaging>
+ <name>RichFaces Components Examples</name>
+ <url>http://labs.jboss.com/jbossrichfaces/samples</url>
+ <properties>
+ <!-- -->
+ </properties>
+ <!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <!--
+ -->
+ <version>6.1.5</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>8080</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ </configuration>
+
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ <executions>
+ <execution>
+ <id>surefire-it</id>
+ <phase>integration-test</phase>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.14</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>0.9.5</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>xerces</artifactId>
+ <groupId>xerces</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>jsf1_1</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jsfVersion</name>
+ <value>1.1</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.4</source>
+ <target>1.4</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jsf1_2</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ <property>
+ <name>jsfVersion</name>
+ <value>1.2</value>
+ </property>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_09</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_09</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>tomcat5</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_09</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_09</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>tomcat6</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_09</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_09</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>jboss42</id>
+ <build>
+ <defaultGoal>jetty:run</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_09</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_09</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces</id>
+ <properties>
+ <myfaces>1.2.4</myfaces>
+ <tomahawk>1.1.6</tomahawk>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>${project.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-api</artifactId>
+ <version>${myfaces}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.myfaces.core</groupId>
+ <artifactId>myfaces-impl</artifactId>
+ <version>${myfaces}</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>seam</id>
+ <modules>
+ <module>seamEAR</module>
+ <module>seamIntegration</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>allSamples</id>
+ <modules>
+ <module>separator-sample</module>
+ <module>panel-sample</module>
+ <module>gmap-sample</module>
+ <module>togglePanel-sample</module>
+ <module>tabPanelDemo</module>
+ <module>simpleTogglePanel-sample</module>
+ <module>inputNumberSpinnerDemo</module>
+ <module>inputNumberSliderDemo</module>
+ <module>panelbar-sample</module>
+ <module>toolBarDemo</module>
+ <module>tree-demo</module>
+ <module>dataFilterSliderDemo</module>
+ <module>suggestionbox-sample</module>
+ <module>dragDropDemo</module>
+ <module>dataTableDemo</module>
+ <module>modalpanel-sample</module>
+ <module>datascroller-sample</module>
+ <module>effect-sample</module>
+ <module>dropdownmenu-sample</module>
+ <module>tooltip-sample</module>
+ <module>calendar-sample</module>
+ <module>treeModelDemo</module>
+ <module>local-value-demo</module>
+ <module>panelmenu-sample</module>
+ <module>rich-message-demo</module>
+ <module>scrollableDataTableDemo</module>
+ <module>richfaces-ear-demo</module>
+ <module>contextMenuDemo</module>
+ <module>orderingListDemo</module>
+ <module>listShuttleDemo</module>
+ <module>columnsDemo</module>
+ <module>combobox-sample</module>
+ <module>pickList-sample</module>
+ <module>progressBarDemo</module>
+ <module>jira-data</module>
+ <module>stdcomponents-sample</module>
+ <module>fileUploadDemo</module>
+ <module>sortingFilteringDemo</module>
+ <module>inplaceInput-sample</module>
+ <module>inplaceSelect-sample</module>
+ <module>functions-demo</module>
+ <module>hotKey-sample</module>
+ <module>beanValidatorSample</module>
+ <module>state-sample</module>
+ <module>extendedDataTable-sample</module>
+ </modules>
+ </profile>
+ </profiles>
+ <modules>
+ <module>skins</module>
+ <module>laguna</module>
+ <module>glassX</module>
+ <module>darkX</module>
+ <module>richfaces-demo</module>
+ </modules>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/samples/progressBarDemo/pom.xml
===================================================================
--- trunk/samples/progressBarDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/progressBarDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/rich-message-demo/pom.xml
===================================================================
--- trunk/samples/rich-message-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/rich-message-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/richfaces-art-datatable/pom.xml
===================================================================
--- trunk/samples/richfaces-art-datatable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/richfaces-art-datatable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/richfaces-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -207,22 +207,22 @@
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>laguna</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>glassX</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>darkX</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
Modified: tags/3.2.2.CR3/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/ejb/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/richfaces-ear-demo/ejb/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.2.2.CR3/samples/richfaces-ear-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/richfaces-ear-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.2.2.CR3/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/richfaces-ear-demo/webapp/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.2.2.CR3/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- trunk/samples/scrollableDataTableDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/scrollableDataTableDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
Modified: tags/3.2.2.CR3/samples/seamEAR/ear/pom.xml
===================================================================
--- trunk/samples/seamEAR/ear/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/ear/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.2.2.CR3/samples/seamEAR/ejbs/pom.xml
===================================================================
--- trunk/samples/seamEAR/ejbs/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/ejbs/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.2.2.CR3/samples/seamEAR/pom.xml
===================================================================
--- trunk/samples/seamEAR/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/seamEAR/primary-source/pom.xml
===================================================================
--- trunk/samples/seamEAR/primary-source/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/primary-source/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.2.2.CR3/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- trunk/samples/seamEAR/projects/logging/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/projects/logging/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
</project>
Modified: tags/3.2.2.CR3/samples/seamEAR/projects/pom.xml
===================================================================
--- trunk/samples/seamEAR/projects/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/projects/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.2.2.CR3/samples/seamEAR/wars/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/wars/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.2.2.CR3/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/seamWebapp/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamEAR/wars/seamWebapp/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -22,17 +22,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.2.2.CR3/samples/seamIntegration/pom.xml
===================================================================
--- trunk/samples/seamIntegration/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/seamIntegration/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/separator-sample/pom.xml
===================================================================
--- trunk/samples/separator-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/separator-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- trunk/samples/simpleTogglePanel-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/simpleTogglePanel-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/skins/pom.xml
===================================================================
--- trunk/samples/skins/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/skins/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/sortingFilteringDemo/pom.xml
===================================================================
--- trunk/samples/sortingFilteringDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/sortingFilteringDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -16,7 +16,7 @@
<!--dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>sortableHeader</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency-->
<dependency>
Modified: tags/3.2.2.CR3/samples/state-sample/pom.xml
===================================================================
--- trunk/samples/state-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/state-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,17 +16,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>state</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/samples/stdcomponents-sample/pom.xml
===================================================================
--- trunk/samples/stdcomponents-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/stdcomponents-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/suggestionbox-sample/pom.xml
===================================================================
--- trunk/samples/suggestionbox-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/suggestionbox-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/tabPanelDemo/pom.xml
===================================================================
--- trunk/samples/tabPanelDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/tabPanelDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/togglePanel-sample/pom.xml
===================================================================
--- trunk/samples/togglePanel-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/togglePanel-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/tomahawkCompability/pom.xml
===================================================================
--- trunk/samples/tomahawkCompability/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/tomahawkCompability/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/toolBarDemo/pom.xml
===================================================================
--- trunk/samples/toolBarDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/toolBarDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/tooltip-sample/pom.xml
===================================================================
--- trunk/samples/tooltip-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/tooltip-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/tree-demo/pom.xml
===================================================================
--- trunk/samples/tree-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/tree-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/treeModelDemo/pom.xml
===================================================================
--- trunk/samples/treeModelDemo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/treeModelDemo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/samples/virtualEarth-sample/pom.xml
===================================================================
--- trunk/samples/virtualEarth-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/samples/virtualEarth-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.2.2.CR3/sandbox/api/pom.xml
===================================================================
--- trunk/sandbox/api/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/api/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,13 +2,13 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
@@ -25,12 +25,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.2.2.CR3/sandbox/impl/pom.xml
===================================================================
--- trunk/sandbox/impl/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/impl/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.2.2.CR3/sandbox/pom.xml
===================================================================
--- trunk/sandbox/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.2.2.CR3/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/dialog-window-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/dialog-window-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.2.CR3/sandbox/samples/editor-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/editor-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/editor-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.2.CR3/sandbox/samples/fileUploadPOC/pom.xml
===================================================================
--- trunk/sandbox/samples/fileUploadPOC/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/fileUploadPOC/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.2.2.CR3/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/panel2-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/panel2-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.2.CR3/sandbox/samples/pom.xml
===================================================================
--- trunk/sandbox/samples/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.2.CR3/sandbox/samples/rex-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rex-demo/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/rex-demo/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -193,28 +193,28 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-resizable</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-button</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-messageBox</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
Modified: tags/3.2.2.CR3/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.2.2.CR3/sandbox/ui/create.bat
===================================================================
--- trunk/sandbox/ui/create.bat 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/create.bat 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.2.2-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.2.2.CR3 -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/dialog-window/pom.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/dialog-window/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.2.2.CR3/sandbox/ui/editor/pom.xml
===================================================================
--- trunk/sandbox/ui/editor/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/editor/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/panel2/pom.xml
===================================================================
--- trunk/sandbox/ui/panel2/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/panel2/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.2.2.CR3/sandbox/ui/rex-button/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-button/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/rex-button/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/rex-messageBox/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-messageBox/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/rex-messageBox/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/rex-resizable/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-resizable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/rex-resizable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- trunk/sandbox/ui/simpleTogglePanel2/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/simpleTogglePanel2/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/sortableHeader/pom.xml
===================================================================
--- trunk/sandbox/ui/sortableHeader/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/sortableHeader/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>sortableHeader</artifactId>
<name>sortableHeader</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -52,17 +52,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/sandbox/ui/treeTable/pom.xml
===================================================================
--- trunk/sandbox/ui/treeTable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/sandbox/ui/treeTable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/test-applications/facelets/pom.xml
===================================================================
--- trunk/test-applications/facelets/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/facelets/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.2.CR3/test-applications/jsp/pom.xml
===================================================================
--- trunk/test-applications/jsp/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/jsp/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.2.CR3/test-applications/pom.xml
===================================================================
--- trunk/test-applications/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<relativePath>../samples</relativePath>
</parent>
@@ -50,11 +50,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.2.2-SNAPSHOT</rfVersion>
+ <rfVersion>3.2.2.CR3</rfVersion>
</properties>
<modules>
Modified: tags/3.2.2.CR3/test-applications/seam/pom.xml
===================================================================
--- trunk/test-applications/seam/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/seam/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,7 +5,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.test-applications</groupId>
Modified: tags/3.2.2.CR3/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/seleniumTest/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
<packaging>pom</packaging>
<name>SeleniumTest</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<url>http://maven.apache.org</url>
<properties>
<http.port>8085</http.port>
@@ -217,7 +217,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.2.2.CR3/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/seleniumTest/richfaces/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,14 +5,14 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>richfaces</artifactId>
<packaging>war</packaging>
<name>seleniumTest Maven Webapp</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<finalName>seleniumTest</finalName>
<plugins>
Modified: tags/3.2.2.CR3/test-applications/seleniumTest/samples/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/samples/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/test-applications/seleniumTest/samples/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -5,13 +5,13 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>samples</artifactId>
<name>Samples</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<finalName>seleniumTest</finalName>
<plugins>
Modified: tags/3.2.2.CR3/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/assembly/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Modified: tags/3.2.2.CR3/ui/beanValidator/pom.xml
===================================================================
--- trunk/ui/beanValidator/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/beanValidator/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,70 +1,69 @@
-<?xml version="1.0"?>
-<project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>beanValidator</artifactId>
- <name>beanValidator</name>
- <version>3.2.2-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces.ui</prefix>
- <taglib>
- <shortName>beanValidator</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>3.1.0.CR1</version>
- <exclusions>
- <!--
- <exclusion> <artifactId>hibernate-core</artifactId>
- <groupId>org.hibernate</groupId> </exclusion> <exclusion>
- <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId>
- </exclusion>
- -->
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>beanValidator</artifactId>
+ <name>beanValidator</name>
+ <version>3.2.2.CR3</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.2.CR3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>beanValidator</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.CR1</version>
+ <exclusions>
+ <!--
+ <exclusion> <artifactId>hibernate-core</artifactId>
+ <groupId>org.hibernate</groupId> </exclusion> <exclusion>
+ <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId>
+ </exclusion>
+ -->
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.4.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/calendar/pom.xml
===================================================================
--- trunk/ui/calendar/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/calendar/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,13 +45,13 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/columns/pom.xml
===================================================================
--- trunk/ui/columns/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/columns/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.2.2.CR3/ui/combobox/pom.xml
===================================================================
--- trunk/ui/combobox/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/combobox/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
<name>combobox</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
Modified: tags/3.2.2.CR3/ui/componentControl/pom.xml
===================================================================
--- trunk/ui/componentControl/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/componentControl/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/contextMenu/pom.xml
===================================================================
--- trunk/ui/contextMenu/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/contextMenu/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
<name>contextMenu</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/core/pom.xml
===================================================================
--- trunk/ui/core/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/core/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/create.bat
===================================================================
--- trunk/ui/create.bat 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/create.bat 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.2.2-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.2.2.CR3 -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/dataFilterSlider/pom.xml
===================================================================
--- trunk/ui/dataFilterSlider/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/dataFilterSlider/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/dataTable/pom.xml
===================================================================
--- trunk/ui/dataTable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/dataTable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
-->
</dependencies>
Modified: tags/3.2.2.CR3/ui/datascroller/pom.xml
===================================================================
--- trunk/ui/datascroller/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/datascroller/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/drag-drop/pom.xml
===================================================================
--- trunk/ui/drag-drop/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/drag-drop/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
-->
</dependencies>
Modified: tags/3.2.2.CR3/ui/dropdown-menu/pom.xml
===================================================================
--- trunk/ui/dropdown-menu/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/dropdown-menu/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/effect/pom.xml
===================================================================
--- trunk/ui/effect/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/effect/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/extendedDataTable/pom.xml
===================================================================
--- trunk/ui/extendedDataTable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/extendedDataTable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,35 +1,35 @@
-<?xml version="1.0"?><project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>extendedDataTable</artifactId>
- <name>extendedDataTable</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>extendedDataTable</shortName>
- </taglib>
- </library>
- </configuration>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>extendedDataTable</artifactId>
+ <name>extendedDataTable</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.2.CR3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>extendedDataTable</shortName>
+ </taglib>
+ </library>
+ </configuration>
</plugin>
<plugin>
@@ -57,52 +57,52 @@
</execution>
</executions>
</plugin>
-
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>drag-drop</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>dataTable</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.2.2.CR3</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>menu-components</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>contextMenu</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>jQuery</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>componentControl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>scrollableDataTable</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>drag-drop</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>dataTable</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>menu-components</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>contextMenu</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>jQuery</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>componentControl</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>scrollableDataTable</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/fileUpload/pom.xml
===================================================================
--- trunk/ui/fileUpload/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/fileUpload/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>fileUpload</artifactId>
<name>fileUpload</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/functions/pom.xml
===================================================================
--- trunk/ui/functions/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/functions/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/gmap/pom.xml
===================================================================
--- trunk/ui/gmap/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/gmap/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/hotKey/pom.xml
===================================================================
--- trunk/ui/hotKey/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/hotKey/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,56 +1,56 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>hotKey</artifactId>
- <name>hotKey</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>hotKey</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>hotKey</artifactId>
+ <name>hotKey</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.2.CR3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>hotKey</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/inplaceInput/pom.xml
===================================================================
--- trunk/ui/inplaceInput/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/inplaceInput/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
<name>inplaceInput</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,17 +51,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/inplaceSelect/pom.xml
===================================================================
--- trunk/ui/inplaceSelect/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/inplaceSelect/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceSelect</artifactId>
<name>inplaceSelect</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,22 +51,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
Modified: tags/3.2.2.CR3/ui/inputnumber-slider/pom.xml
===================================================================
--- trunk/ui/inputnumber-slider/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/inputnumber-slider/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/inputnumber-spinner/pom.xml
===================================================================
--- trunk/ui/inputnumber-spinner/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/inputnumber-spinner/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.2.2.CR3/ui/insert/pom.xml
===================================================================
--- trunk/ui/insert/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/insert/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/jQuery/pom.xml
===================================================================
--- trunk/ui/jQuery/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/jQuery/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/listShuttle/pom.xml
===================================================================
--- trunk/ui/listShuttle/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/listShuttle/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.2.2.CR3/ui/menu-components/pom.xml
===================================================================
--- trunk/ui/menu-components/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/menu-components/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/message/pom.xml
===================================================================
--- trunk/ui/message/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/message/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/modal-panel/pom.xml
===================================================================
--- trunk/ui/modal-panel/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/modal-panel/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/orderingList/pom.xml
===================================================================
--- trunk/ui/orderingList/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/orderingList/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/paint2D/pom.xml
===================================================================
--- trunk/ui/paint2D/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/paint2D/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/panel/pom.xml
===================================================================
--- trunk/ui/panel/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/panel/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/panelbar/pom.xml
===================================================================
--- trunk/ui/panelbar/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/panelbar/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/panelmenu/pom.xml
===================================================================
--- trunk/ui/panelmenu/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/panelmenu/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/pickList/pom.xml
===================================================================
--- trunk/ui/pickList/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/pickList/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>pickList</artifactId>
<name>pickList</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -53,26 +53,26 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>orderingList</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
Modified: tags/3.2.2.CR3/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -135,12 +135,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: tags/3.2.2.CR3/ui/progressBAR/pom.xml
===================================================================
--- trunk/ui/progressBAR/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/progressBAR/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
<name>progressBar</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/scrollableDataTable/pom.xml
===================================================================
--- trunk/ui/scrollableDataTable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/scrollableDataTable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -70,17 +70,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/separator/pom.xml
===================================================================
--- trunk/ui/separator/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/separator/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.2.2.CR3/ui/simpleTogglePanel/pom.xml
===================================================================
--- trunk/ui/simpleTogglePanel/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/simpleTogglePanel/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/spacer/pom.xml
===================================================================
--- trunk/ui/spacer/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/spacer/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/state/pom.xml
===================================================================
--- trunk/ui/state/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/state/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -1,43 +1,43 @@
-<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>state</artifactId>
- <name>state</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces.ui</prefix>
- <taglib>
- <shortName>state</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.2.2.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>state</artifactId>
+ <name>state</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.2.2.CR3</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces.ui</prefix>
+ <taglib>
+ <shortName>state</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.2.2.CR3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/suggestionbox/pom.xml
===================================================================
--- trunk/ui/suggestionbox/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/suggestionbox/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/tabPanel/pom.xml
===================================================================
--- trunk/ui/tabPanel/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/tabPanel/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/togglePanel/pom.xml
===================================================================
--- trunk/ui/togglePanel/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/togglePanel/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/toolBar/pom.xml
===================================================================
--- trunk/ui/toolBar/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/toolBar/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/tooltip/pom.xml
===================================================================
--- trunk/ui/tooltip/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/tooltip/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/tree/pom.xml
===================================================================
--- trunk/ui/tree/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/tree/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/treeModel/pom.xml
===================================================================
--- trunk/ui/treeModel/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/treeModel/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.2.CR3/ui/treeTable/pom.xml
===================================================================
--- trunk/ui/treeTable/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/treeTable/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.2.CR3/ui/virtualEarth/pom.xml
===================================================================
--- trunk/ui/virtualEarth/pom.xml 2008-09-03 16:43:44 UTC (rev 10302)
+++ tags/3.2.2.CR3/ui/virtualEarth/pom.xml 2008-09-03 19:26:15 UTC (rev 10303)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.2-SNAPSHOT</version>
+ <version>3.2.2.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
16 years, 3 months
JBoss Rich Faces SVN: r10302 - trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2008-09-03 12:43:44 -0400 (Wed, 03 Sep 2008)
New Revision: 10302
Modified:
trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/MultiColumnSortListener.java
trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/SingleColumnSortListener.java
Log:
RF-4368
Modified: trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/MultiColumnSortListener.java
===================================================================
--- trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/MultiColumnSortListener.java 2008-09-03 15:50:45 UTC (rev 10301)
+++ trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/MultiColumnSortListener.java 2008-09-03 16:43:44 UTC (rev 10302)
@@ -36,7 +36,10 @@
UIScrollableDataTable grid = (UIScrollableDataTable) e.getComponent();
//fix https://jira.jboss.org/jira/browse/RF-4368
- ((SimpleSelection) grid.getSelection()).clear();
+ SimpleSelection selection = (SimpleSelection) grid.getSelection();
+ if (selection != null) {
+ selection.clear();
+ }
String sortColumn = e.getSortColumn();
Modified: trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/SingleColumnSortListener.java
===================================================================
--- trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/SingleColumnSortListener.java 2008-09-03 15:50:45 UTC (rev 10301)
+++ trunk/ui/scrollableDataTable/src/main/java/org/richfaces/event/sort/SingleColumnSortListener.java 2008-09-03 16:43:44 UTC (rev 10302)
@@ -30,7 +30,10 @@
UIScrollableDataTable grid = (UIScrollableDataTable) e.getComponent();
//fix https://jira.jboss.org/jira/browse/RF-4368
- ((SimpleSelection) grid.getSelection()).clear();
+ SimpleSelection selection = (SimpleSelection) grid.getSelection();
+ if (selection != null) {
+ selection.clear();
+ }
String sortColumn = e.getSortColumn();
16 years, 3 months
JBoss Rich Faces SVN: r10301 - trunk/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-09-03 11:50:45 -0400 (Wed, 03 Sep 2008)
New Revision: 10301
Modified:
trunk/ui/tree/src/main/config/component/treeNode.xml
Log:
getDefaultOndragenter corrected
Modified: trunk/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/treeNode.xml 2008-09-03 15:41:37 UTC (rev 10300)
+++ trunk/ui/tree/src/main/config/component/treeNode.xml 2008-09-03 15:50:45 UTC (rev 10301)
@@ -82,7 +82,7 @@
<property>
<name>ondragenter</name>
<classname>java.lang.String</classname>
- <description>A JavaScript event handler called on enter draggable object to zone. Default value is "getDefaultOndragexit()".</description>
+ <description>A JavaScript event handler called on enter draggable object to zone. Default value is "getDefaultOndragenter()".</description>
<defaultvalue>getDefaultOndragenter()</defaultvalue>
</property>
<property>
16 years, 3 months
JBoss Rich Faces SVN: r10300 - trunk/samples.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-09-03 11:41:37 -0400 (Wed, 03 Sep 2008)
New Revision: 10300
Modified:
trunk/samples/pom.xml
Log:
MyFaces Version changed to 1.2.4
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-09-03 15:01:20 UTC (rev 10299)
+++ trunk/samples/pom.xml 2008-09-03 15:41:37 UTC (rev 10300)
@@ -351,7 +351,7 @@
<profile>
<id>myfaces</id>
<properties>
- <myfaces>1.2.2</myfaces>
+ <myfaces>1.2.4</myfaces>
<tomahawk>1.1.6</tomahawk>
</properties>
<build>
16 years, 3 months
JBoss Rich Faces SVN: r10299 - in trunk/samples/richfaces-demo/src/main: webapp/richfaces and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alevkovsky
Date: 2008-09-03 11:01:20 -0400 (Wed, 03 Sep 2008)
New Revision: 10299
Modified:
trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/tree/SimpleTreeDndBean.java
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
Log:
Bug fixing(RF-4335)
Modified: trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/tree/SimpleTreeDndBean.java
===================================================================
--- trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/tree/SimpleTreeDndBean.java 2008-09-03 14:57:19 UTC (rev 10298)
+++ trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/tree/SimpleTreeDndBean.java 2008-09-03 15:01:20 UTC (rev 10299)
@@ -36,6 +36,7 @@
import javax.faces.context.FacesContext;
import org.ajax4jsf.context.AjaxContext;
+import org.richfaces.component.UIDragSupport;
import org.richfaces.component.UITree;
import org.richfaces.component.UITreeNode;
import org.richfaces.component.html.HtmlTree;
@@ -48,7 +49,7 @@
public class SimpleTreeDndBean {
private TreeNode rootNode = null;
- private List<String> selectedNodeChildren = new ArrayList<String>();
+ private List<TreeNode<String>> selectedNodeChildren = new ArrayList<TreeNode<String>>();
private String nodeTitle;
private static final String DATA_PATH = "/richfaces/tree/examples/simple-tree-data-dnd.properties";
@@ -103,15 +104,15 @@
HtmlTree tree = (HtmlTree) event.getComponent();
nodeTitle = (String) tree.getRowData();
selectedNodeChildren.clear();
- TreeNode currentNode = tree.getModelTreeNode(tree.getRowKey());
+ TreeNode<String> currentNode = tree.getModelTreeNode(tree.getRowKey());
if (currentNode.isLeaf()){
- selectedNodeChildren.add((String)currentNode.getData());
+ selectedNodeChildren.add(currentNode);
}else
{
- Iterator<Map.Entry<Object, TreeNode>> it = currentNode.getChildren();
+ Iterator<Map.Entry<Object, TreeNode<String>>> it = currentNode.getChildren();
while (it!=null &&it.hasNext()) {
- Map.Entry<Object, TreeNode> entry = it.next();
- selectedNodeChildren.add(entry.getValue().getData().toString());
+ Map.Entry<Object, TreeNode<String>> entry = it.next();
+ selectedNodeChildren.add(entry.getValue());
}
}
}
@@ -132,17 +133,23 @@
}
public void dropListener(DropEvent dropEvent) {
+
+ // resolve drag destination attributes
+ UITreeNode destNode = (dropEvent.getSource() instanceof UITreeNode) ? (UITreeNode) dropEvent.getSource() : null;
+ UITree destTree = destNode != null ? destNode.getUITree() : null;
+ TreeRowKey dropNodeKey = (dropEvent.getDropValue() instanceof TreeRowKey) ? (TreeRowKey) dropEvent.getDropValue() : null;
+ TreeNode droppedInNode = dropNodeKey != null ? destTree.getTreeNode(dropNodeKey) : null;
+
// resolve drag source attributes
UITreeNode srcNode = (dropEvent.getDraggableSource() instanceof UITreeNode) ? (UITreeNode) dropEvent.getDraggableSource() : null;
UITree srcTree = srcNode != null ? srcNode.getUITree() : null;
TreeRowKey dragNodeKey = (dropEvent.getDragValue() instanceof TreeRowKey) ? (TreeRowKey) dropEvent.getDragValue() : null;
TreeNode draggedNode = dragNodeKey != null ? srcTree.getTreeNode(dragNodeKey) : null;
-
- // resolve drag destination attributes
- UITreeNode destNode = (dropEvent.getSource() instanceof UITreeNode) ? (UITreeNode) dropEvent.getSource() : null;
- UITree destTree = destNode != null ? destNode.getUITree() : null;
- TreeRowKey dropNodeKey = (dropEvent.getDropValue() instanceof TreeRowKey) ? (TreeRowKey) dropEvent.getDropValue() : null;
- TreeNode droppedInNode = dropNodeKey != null ? destTree.getTreeNode(dropNodeKey) : null;
+ if (dropEvent.getDraggableSource() instanceof UIDragSupport && srcTree == null && draggedNode == null && dropEvent.getDragValue() instanceof TreeNode) {
+ srcTree = destTree;
+ draggedNode = (TreeNode) dropEvent.getDragValue();
+ dragNodeKey = srcTree.getTreeNodeRowKey(draggedNode) instanceof TreeRowKey ? (TreeRowKey) srcTree.getTreeNodeRowKey(draggedNode) : null;
+ }
// Note: check if we dropped node on to itself or to item instead of folder here
if (droppedInNode != null && (droppedInNode.equals(draggedNode) || droppedInNode.getParent().getParent() != null || draggedNode.getParent().getParent() == null)) {
@@ -163,7 +170,10 @@
state = srcTree.removeNode(dragNodeKey);
// 2. add parent for rerender
Object rowKey = srcTree.getTreeNodeRowKey(parentNode);
- srcTree.addRequestKey(rowKey);
+ srcTree.addRequestKey(rowKey);
+ if (dropEvent.getDraggableSource() instanceof UIDragSupport){
+ selectedNodeChildren.remove(draggedNode);
+ }
} else if (dropEvent.getDragValue() != null) { // Drag from some drag source
draggedNode = new TreeNodeImpl<String>();
draggedNode.setData(dropEvent.getDragValue().toString());
@@ -185,11 +195,11 @@
}
- public List<String> getSelectedNodeChildren() {
+ public List<TreeNode<String>> getSelectedNodeChildren() {
return selectedNodeChildren;
}
- public void setSelectedNodeChildren(List<String> selectedNodeChildren) {
+ public void setSelectedNodeChildren(List<TreeNode<String>> selectedNodeChildren) {
this.selectedNodeChildren = selectedNodeChildren;
}
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-09-03 14:57:19 UTC (rev 10298)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/examples/simpleDnd.xhtml 2008-09-03 15:01:20 UTC (rev 10299)
@@ -13,17 +13,25 @@
.rich-table-cell, .rich-table{
border:none;
}
+ .indicatorPicture {
+ width: 50px;
+ height: 50px;
+ }
</style>
-
+ <rich:dragIndicator id="indicator1" >
+ <f:facet name="single">
+ {draggedImage}
+ </f:facet>
+ </rich:dragIndicator>
+ <rich:dragIndicator id="indicator2" />
<h:form>
<h:panelGrid columns="2" width="100%" columnClasses="col1,col2">
-
+
<rich:tree ajaxKeys="#{null}" style="width:300px" nodeSelectListener="#{simpleTreeDndBean.processSelection}"
- reRender="selectedNode" ajaxSubmitSelection="true" switchType="client"
- value="#{simpleTreeDndBean.treeNode}" var="item" id="tree" dragIndicator="indicator" treeNodeVar="treeNode"
+ reRender="selectedNode" ajaxSubmitSelection="true" switchType="client" dragIndicator="indicator2"
+ value="#{simpleTreeDndBean.treeNode}" var="item" id="tree" treeNodeVar="treeNode"
dropListener="#{simpleTreeDndBean.dropListener}" nodeFace="#{treeNode.parent.parent == null ? 'node' : 'leaf'}">
-
<rich:treeNode type="node" acceptedTypes="pic">
<h:outputText value="#{item}"/>
</rich:treeNode>
@@ -32,8 +40,13 @@
</rich:treeNode>
</rich:tree>
<rich:panel id="selectedNode">
- <rich:dataGrid value="#{simpleTreeDndBean.selectedNodeChildren}" var="pic" columns="3" border="0">
- <h:graphicImage value="/richfaces/jQuery/images/#{pic}"/>
+ <rich:dataGrid id="selectedNodeGrid" value="#{simpleTreeDndBean.selectedNodeChildren}" var="item" columns="3" border="0">
+ <rich:dragSupport dragIndicator="indicator1" dragType="pic" dragValue="#{item}" reRender="selectedNodeGrid">
+ <rich:dndParam name="draggedImage">
+ <h:graphicImage styleClass="indicatorPicture" value="/richfaces/jQuery/images/#{item.data}" />
+ </rich:dndParam>
+ </rich:dragSupport>
+ <h:graphicImage value="/richfaces/jQuery/images/#{item.data}" />
</rich:dataGrid>
</rich:panel>
</h:panelGrid>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree.xhtml 2008-09-03 14:57:19 UTC (rev 10298)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree.xhtml 2008-09-03 15:01:20 UTC (rev 10299)
@@ -18,7 +18,7 @@
<rich:tab name="model" label="Default Tree Model">
<ui:include src="/richfaces/tree/simple-tree.xhtml" />
</rich:tab>
- <rich:tab name="dnd" label="Editable Tree with Drag and Drop support">
+ <rich:tab name="dnd" label="Tree with Drag and Drop support">
<ui:include src="/richfaces/tree/simple-tree-dnd.xhtml" />
</rich:tab>
<rich:tab name="info" label="Tag Information">
16 years, 3 months