JBoss Rich Faces SVN: r12170 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.
by richfaces-svn-commits@lists.jboss.org
Author: cluts
Date: 2009-01-09 05:47:20 -0500 (Fri, 09 Jan 2009)
New Revision: 12170
Modified:
trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
Log:
RF-2220 - the default value has been added into the attribute's description.
Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent 2009-01-09 10:44:03 UTC (rev 12169)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_output_attributes.ent 2009-01-09 10:47:20 UTC (rev 12170)
@@ -5,7 +5,7 @@
<defaultvalue>true</defaultvalue>
<description>
Define, must be (or not) content of this component will be included in AJAX response created by parent AJAX Container, even if not forced by reRender list of ajax action.
- Ignored if component marked to output by some Ajax action component.
+ Ignored if component marked to output by some Ajax action component. The default value is "true".
</description>
</property>
<property>
@@ -14,6 +14,7 @@
<description><![CDATA[
Flag for mark all child components to non-transient. If "true", all children components will be set to non-transient state and keep in saved components tree.
For output in self-renderer region all content (By default, all content in <f:verbatim> tags and non-jsf elements in facelets, marked as transient - since, self-rendered ajax regions don't plain output for ajax processing).
+ The default value is "false".
]]></description>
<defaultvalue>false</defaultvalue>
</property>
17 years
JBoss Rich Faces SVN: r12169 - trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2009-01-09 05:44:03 -0500 (Fri, 09 Jan 2009)
New Revision: 12169
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java
Log:
RF-5540
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java 2009-01-09 02:24:16 UTC (rev 12168)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java 2009-01-09 10:44:03 UTC (rev 12169)
@@ -30,6 +30,15 @@
public class AjaxCommandButtonTest extends SeleniumTestBase {
@Test
+ public void testLimit2ListAttribute(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, null);
+
+ tester.testLimitToList();
+
+ }
+
+ @Test
public void testRenderedAttribute(Template template) {
AutoTester tester = getAutoTester(this);
tester.renderPage(template, null);
17 years
JBoss Rich Faces SVN: r12168 - in tags: 3.3.0.CR3 and 193 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-08 21:24:16 -0500 (Thu, 08 Jan 2009)
New Revision: 12168
Added:
tags/3.3.0.CR3/
Modified:
tags/3.3.0.CR3/cdk/generator/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-jsf-component/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-jsfwebapp/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-plug-n-skin/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-seam-app/pom.xml
tags/3.3.0.CR3/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
tags/3.3.0.CR3/cdk/maven-cdk-plugin/pom.xml
tags/3.3.0.CR3/cdk/maven-javascript-plugin/pom.xml
tags/3.3.0.CR3/cdk/pom.xml
tags/3.3.0.CR3/docs/cdkguide/en/pom.xml
tags/3.3.0.CR3/docs/cdkguide/pom.xml
tags/3.3.0.CR3/docs/common-resources/en/pom.xml
tags/3.3.0.CR3/docs/common-resources/pom.xml
tags/3.3.0.CR3/docs/faq/en/pom.xml
tags/3.3.0.CR3/docs/faq/pom.xml
tags/3.3.0.CR3/docs/highlight/pom.xml
tags/3.3.0.CR3/docs/migrationguide/en/pom.xml
tags/3.3.0.CR3/docs/migrationguide/pom.xml
tags/3.3.0.CR3/docs/pom.xml
tags/3.3.0.CR3/docs/userguide/en/pom.xml
tags/3.3.0.CR3/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
tags/3.3.0.CR3/docs/userguide/pom.xml
tags/3.3.0.CR3/extensions/gwt/pom.xml
tags/3.3.0.CR3/extensions/pom.xml
tags/3.3.0.CR3/extensions/seam/pom.xml
tags/3.3.0.CR3/extensions/trinidad/pom.xml
tags/3.3.0.CR3/framework/api/pom.xml
tags/3.3.0.CR3/framework/impl/pom.xml
tags/3.3.0.CR3/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.3.0.CR3/framework/jsf-test/pom.xml
tags/3.3.0.CR3/framework/pom.xml
tags/3.3.0.CR3/framework/test/pom.xml
tags/3.3.0.CR3/pom.xml
tags/3.3.0.CR3/samples/beanValidatorSample/pom.xml
tags/3.3.0.CR3/samples/calendar-sample/pom.xml
tags/3.3.0.CR3/samples/columnsDemo/pom.xml
tags/3.3.0.CR3/samples/combobox-sample/pom.xml
tags/3.3.0.CR3/samples/contextMenuDemo/pom.xml
tags/3.3.0.CR3/samples/darkX/pom.xml
tags/3.3.0.CR3/samples/dataFilterSliderDemo/pom.xml
tags/3.3.0.CR3/samples/dataTableDemo/pom.xml
tags/3.3.0.CR3/samples/datascroller-sample/pom.xml
tags/3.3.0.CR3/samples/dragDropDemo/pom.xml
tags/3.3.0.CR3/samples/dropdownmenu-sample/pom.xml
tags/3.3.0.CR3/samples/editor-sample/pom.xml
tags/3.3.0.CR3/samples/editorSeam-sample/pom.xml
tags/3.3.0.CR3/samples/effect-sample/pom.xml
tags/3.3.0.CR3/samples/extendedDataTable-sample/pom.xml
tags/3.3.0.CR3/samples/fileUploadDemo/pom.xml
tags/3.3.0.CR3/samples/functions-demo/pom.xml
tags/3.3.0.CR3/samples/glassX/pom.xml
tags/3.3.0.CR3/samples/gmap-sample/pom.xml
tags/3.3.0.CR3/samples/hotKey-sample/pom.xml
tags/3.3.0.CR3/samples/inplaceInput-sample/pom.xml
tags/3.3.0.CR3/samples/inplaceSelect-sample/pom.xml
tags/3.3.0.CR3/samples/inputNumberSliderDemo/pom.xml
tags/3.3.0.CR3/samples/inputNumberSpinnerDemo/pom.xml
tags/3.3.0.CR3/samples/jQuery-sample/pom.xml
tags/3.3.0.CR3/samples/jira-data/pom.xml
tags/3.3.0.CR3/samples/laguna/pom.xml
tags/3.3.0.CR3/samples/listShuttleDemo/pom.xml
tags/3.3.0.CR3/samples/local-value-demo/pom.xml
tags/3.3.0.CR3/samples/modalpanel-sample/pom.xml
tags/3.3.0.CR3/samples/orderingListDemo/pom.xml
tags/3.3.0.CR3/samples/panel-sample/pom.xml
tags/3.3.0.CR3/samples/panelbar-sample/pom.xml
tags/3.3.0.CR3/samples/panelmenu-sample/pom.xml
tags/3.3.0.CR3/samples/pickList-sample/pom.xml
tags/3.3.0.CR3/samples/pom.xml
tags/3.3.0.CR3/samples/progressBarDemo/pom.xml
tags/3.3.0.CR3/samples/queue-sample/pom.xml
tags/3.3.0.CR3/samples/rich-message-demo/pom.xml
tags/3.3.0.CR3/samples/richfaces-art-datatable/pom.xml
tags/3.3.0.CR3/samples/richfaces-demo/pom.xml
tags/3.3.0.CR3/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.3.0.CR3/samples/richfaces-ear-demo/pom.xml
tags/3.3.0.CR3/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.3.0.CR3/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.3.0.CR3/samples/scrollableDataTableDemo/pom.xml
tags/3.3.0.CR3/samples/seamEAR/ear/pom.xml
tags/3.3.0.CR3/samples/seamEAR/ejbs/pom.xml
tags/3.3.0.CR3/samples/seamEAR/pom.xml
tags/3.3.0.CR3/samples/seamEAR/primary-source/pom.xml
tags/3.3.0.CR3/samples/seamEAR/projects/logging/pom.xml
tags/3.3.0.CR3/samples/seamEAR/projects/pom.xml
tags/3.3.0.CR3/samples/seamEAR/wars/pom.xml
tags/3.3.0.CR3/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.3.0.CR3/samples/seamIntegration/pom.xml
tags/3.3.0.CR3/samples/separator-sample/pom.xml
tags/3.3.0.CR3/samples/simpleTogglePanel-sample/pom.xml
tags/3.3.0.CR3/samples/skins/pom.xml
tags/3.3.0.CR3/samples/sortingFilteringDemo/pom.xml
tags/3.3.0.CR3/samples/state-sample/pom.xml
tags/3.3.0.CR3/samples/stdcomponents-sample/pom.xml
tags/3.3.0.CR3/samples/suggestionbox-sample/pom.xml
tags/3.3.0.CR3/samples/tabPanelDemo/pom.xml
tags/3.3.0.CR3/samples/togglePanel-sample/pom.xml
tags/3.3.0.CR3/samples/tomahawkCompability/pom.xml
tags/3.3.0.CR3/samples/toolBarDemo/pom.xml
tags/3.3.0.CR3/samples/tooltip-sample/pom.xml
tags/3.3.0.CR3/samples/tree-demo/pom.xml
tags/3.3.0.CR3/samples/treeModelDemo/pom.xml
tags/3.3.0.CR3/samples/virtualEarth-sample/pom.xml
tags/3.3.0.CR3/sandbox/api/pom.xml
tags/3.3.0.CR3/sandbox/impl/pom.xml
tags/3.3.0.CR3/sandbox/pom.xml
tags/3.3.0.CR3/sandbox/samples/dialog-window-sample/pom.xml
tags/3.3.0.CR3/sandbox/samples/editorOld-sample/pom.xml
tags/3.3.0.CR3/sandbox/samples/fileUploadPOC/pom.xml
tags/3.3.0.CR3/sandbox/samples/panel2-sample/pom.xml
tags/3.3.0.CR3/sandbox/samples/pom.xml
tags/3.3.0.CR3/sandbox/samples/rex-demo/pom.xml
tags/3.3.0.CR3/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.3.0.CR3/sandbox/ui/colorPicker/pom.xml
tags/3.3.0.CR3/sandbox/ui/create.bat
tags/3.3.0.CR3/sandbox/ui/dialog-window/pom.xml
tags/3.3.0.CR3/sandbox/ui/editorOld/pom.xml
tags/3.3.0.CR3/sandbox/ui/panel2/pom.xml
tags/3.3.0.CR3/sandbox/ui/pom.xml
tags/3.3.0.CR3/sandbox/ui/rex-button/pom.xml
tags/3.3.0.CR3/sandbox/ui/rex-messageBox/pom.xml
tags/3.3.0.CR3/sandbox/ui/rex-resizable/pom.xml
tags/3.3.0.CR3/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.3.0.CR3/sandbox/ui/sortableHeader/pom.xml
tags/3.3.0.CR3/sandbox/ui/treeTable/pom.xml
tags/3.3.0.CR3/test-applications/ajaxTest/pom.xml
tags/3.3.0.CR3/test-applications/automator/pom.xml
tags/3.3.0.CR3/test-applications/facelets/pom.xml
tags/3.3.0.CR3/test-applications/jsp/pom.xml
tags/3.3.0.CR3/test-applications/pom.xml
tags/3.3.0.CR3/test-applications/realworld/pom.xml
tags/3.3.0.CR3/test-applications/regressionArea/pom.xml
tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-ear/pom.xml
tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-ejb/pom.xml
tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-tests/pom.xml
tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-web/pom.xml
tags/3.3.0.CR3/test-applications/seamApp/pom.xml
tags/3.3.0.CR3/test-applications/seleniumTest/pom.xml
tags/3.3.0.CR3/test-applications/seleniumTest/richfaces/pom.xml
tags/3.3.0.CR3/test-applications/seleniumTest/samples/pom.xml
tags/3.3.0.CR3/ui/assembly/pom.xml
tags/3.3.0.CR3/ui/beanValidator/pom.xml
tags/3.3.0.CR3/ui/calendar/pom.xml
tags/3.3.0.CR3/ui/columns/pom.xml
tags/3.3.0.CR3/ui/combobox/pom.xml
tags/3.3.0.CR3/ui/componentControl/pom.xml
tags/3.3.0.CR3/ui/contextMenu/pom.xml
tags/3.3.0.CR3/ui/core/pom.xml
tags/3.3.0.CR3/ui/create.bat
tags/3.3.0.CR3/ui/dataFilterSlider/pom.xml
tags/3.3.0.CR3/ui/dataTable/pom.xml
tags/3.3.0.CR3/ui/datascroller/pom.xml
tags/3.3.0.CR3/ui/drag-drop/pom.xml
tags/3.3.0.CR3/ui/dropdown-menu/pom.xml
tags/3.3.0.CR3/ui/editor/pom.xml
tags/3.3.0.CR3/ui/effect/pom.xml
tags/3.3.0.CR3/ui/extendedDataTable/pom.xml
tags/3.3.0.CR3/ui/fileUpload/pom.xml
tags/3.3.0.CR3/ui/functions/pom.xml
tags/3.3.0.CR3/ui/gmap/pom.xml
tags/3.3.0.CR3/ui/hotKey/pom.xml
tags/3.3.0.CR3/ui/inplaceInput/pom.xml
tags/3.3.0.CR3/ui/inplaceSelect/pom.xml
tags/3.3.0.CR3/ui/inputnumber-slider/pom.xml
tags/3.3.0.CR3/ui/inputnumber-spinner/pom.xml
tags/3.3.0.CR3/ui/insert/pom.xml
tags/3.3.0.CR3/ui/jQuery/pom.xml
tags/3.3.0.CR3/ui/listShuttle/pom.xml
tags/3.3.0.CR3/ui/menu-components/pom.xml
tags/3.3.0.CR3/ui/message/pom.xml
tags/3.3.0.CR3/ui/modal-panel/pom.xml
tags/3.3.0.CR3/ui/orderingList/pom.xml
tags/3.3.0.CR3/ui/paint2D/pom.xml
tags/3.3.0.CR3/ui/panel/pom.xml
tags/3.3.0.CR3/ui/panelbar/pom.xml
tags/3.3.0.CR3/ui/panelmenu/pom.xml
tags/3.3.0.CR3/ui/pickList/pom.xml
tags/3.3.0.CR3/ui/pom.xml
tags/3.3.0.CR3/ui/progressBAR/pom.xml
tags/3.3.0.CR3/ui/scrollableDataTable/pom.xml
tags/3.3.0.CR3/ui/separator/pom.xml
tags/3.3.0.CR3/ui/simpleTogglePanel/pom.xml
tags/3.3.0.CR3/ui/spacer/pom.xml
tags/3.3.0.CR3/ui/state/pom.xml
tags/3.3.0.CR3/ui/suggestionbox/pom.xml
tags/3.3.0.CR3/ui/tabPanel/pom.xml
tags/3.3.0.CR3/ui/togglePanel/pom.xml
tags/3.3.0.CR3/ui/toolBar/pom.xml
tags/3.3.0.CR3/ui/tooltip/pom.xml
tags/3.3.0.CR3/ui/tree/pom.xml
tags/3.3.0.CR3/ui/treeModel/pom.xml
tags/3.3.0.CR3/ui/treeTable/pom.xml
tags/3.3.0.CR3/ui/virtualEarth/pom.xml
Log:
create tag for a release 3.3.0.CR3
Copied: tags/3.3.0.CR3 (from rev 12167, trunk)
Modified: tags/3.3.0.CR3/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/generator/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -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.3.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>generator</artifactId>
- <version>3.3.0-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_11</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.3.0.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>generator</artifactId>
+ <version>3.3.0.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_11</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.3.0.CR3/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-jsf-component/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: tags/3.3.0.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 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -11,7 +11,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.0.CR3/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-jsfwebapp/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.0.CR3/cdk/maven-archetype-plug-n-skin/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-plug-n-skin/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-plug-n-skin/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-plug-n-skin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Archetype - maven-archetype-plug-n-skin</name>
Modified: tags/3.3.0.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 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.3.0.CR3/cdk/maven-archetype-seam-app/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-seam-app/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-seam-app/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-seam-app</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Archetype - maven-archetype-seam-app</name>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -8,7 +8,7 @@
<name>sample application</name>
<properties>
<projectName>${artifactId}</projectName>
- <richfacesVersion>3.3.0-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.0.CR3</richfacesVersion>
<seamVersion>2.0.1.GA</seamVersion>
<jbossDownloadURL>http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.zip</jbossDownloadURL>
<jbossDeployDir>jboss-4.2.3.GA/jboss-4.2.3.GA/server/default/</jbossDeployDir>
Modified: tags/3.3.0.CR3/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-cdk-plugin/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.3.0.CR3/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-javascript-plugin/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/maven-javascript-plugin/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,7 +4,7 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-javascript-plugin</artifactId>
Modified: tags/3.3.0.CR3/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/cdk/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.3.0.CR3/docs/cdkguide/en/pom.xml
===================================================================
--- trunk/docs/cdkguide/en/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/cdkguide/en/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.cdkguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>jar</packaging>
<name>Richfaces CDK Developer Guide (${translation})</name>
Modified: tags/3.3.0.CR3/docs/cdkguide/pom.xml
===================================================================
--- trunk/docs/cdkguide/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/cdkguide/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>cdkguide</name>
<description>Richfaces CDK Developer Guide</description>
<pluginRepositories>
Modified: tags/3.3.0.CR3/docs/common-resources/en/pom.xml
===================================================================
--- trunk/docs/common-resources/en/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/common-resources/en/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>common-resources</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.common-resources</groupId>
<artifactId>en</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>jar</packaging>
<name>Documentation common resources (en)</name>
<description>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.3.0.CR3/docs/common-resources/pom.xml
===================================================================
--- trunk/docs/common-resources/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/common-resources/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>common-resources</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>pom</packaging>
<name>Documentation common resources</name>
<description>Common resources</description>
Modified: tags/3.3.0.CR3/docs/faq/en/pom.xml
===================================================================
--- trunk/docs/faq/en/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/faq/en/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.faq</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.3.0.CR3/docs/faq/pom.xml
===================================================================
--- trunk/docs/faq/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/faq/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
<packaging>pom</packaging>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
<pluginRepositories>
Modified: tags/3.3.0.CR3/docs/highlight/pom.xml
===================================================================
--- trunk/docs/highlight/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/highlight/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>RichFaces Code Highlighting</name>
<dependencyManagement>
Modified: tags/3.3.0.CR3/docs/migrationguide/en/pom.xml
===================================================================
--- trunk/docs/migrationguide/en/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/migrationguide/en/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.migration</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>jar</packaging>
<name>RichFaces Migration Guide (${translation})</name>
Modified: tags/3.3.0.CR3/docs/migrationguide/pom.xml
===================================================================
--- trunk/docs/migrationguide/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/migrationguide/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
<packaging>pom</packaging>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Migration Guide</name>
<description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
<pluginRepositories>
Modified: tags/3.3.0.CR3/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: tags/3.3.0.CR3/docs/userguide/en/pom.xml
===================================================================
--- trunk/docs/userguide/en/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/userguide/en/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.3.0.CR3/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3141,7 +3141,7 @@
<listitem>
<para>
<code>DarchetypeVersion</code> indicates the RichFaces version. For example,
- <code>"3.3.0-SNAPSHOT"</code>
+ <code>"3.3.0.CR3"</code>
</para>
</listitem>
<listitem>
@@ -3392,7 +3392,7 @@
mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-plug-n-skin
--DarchetypeVersion=3.3.0-SNAPSHOT
+-DarchetypeVersion=3.3.0.CR3
-DartifactId=P-n-S
-DgroupId=GROUPID
-Dversion=1.0.-SNAPSHOT
Modified: tags/3.3.0.CR3/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/docs/userguide/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: tags/3.3.0.CR3/extensions/gwt/pom.xml
===================================================================
--- trunk/extensions/gwt/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/extensions/gwt/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.3.0.CR3/extensions/pom.xml
===================================================================
--- trunk/extensions/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/extensions/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: tags/3.3.0.CR3/extensions/seam/pom.xml
===================================================================
--- trunk/extensions/seam/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/extensions/seam/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.3.0.CR3/extensions/trinidad/pom.xml
===================================================================
--- trunk/extensions/trinidad/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/extensions/trinidad/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.3.0.CR3/framework/api/pom.xml
===================================================================
--- trunk/framework/api/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/framework/api/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
Modified: tags/3.3.0.CR3/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/framework/impl/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -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.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<resources>
<resource>
@@ -160,7 +159,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/VersionBean.java 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/framework/impl/src/main/java/org/richfaces/VersionBean.java 2009-01-09 02:24:16 UTC (rev 12168)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "0-SNAPSHOT" ;
+ public static final String REVISION = "0.CR3" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.3.0.CR3/framework/jsf-test/pom.xml
===================================================================
--- trunk/framework/jsf-test/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/framework/jsf-test/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1,135 +1,133 @@
-<?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>framework</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>jsf-test</artifactId>
- <name>jsf-test</name>
- <version>3.3.0-SNAPSHOT</version>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.htmlunit</groupId>
- <artifactId>htmlunit</artifactId>
- <version>2.3</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_11</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.htmlunit</groupId>
- <artifactId>htmlunit-core-js</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.cssparser</groupId>
- <artifactId>cssparser</artifactId>
- <version>0.9.5</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>1.9.9</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <!--
- <exclusion> <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId> </exclusion>
- -->
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>jstl</groupId>
- <artifactId>jstl</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_11</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>de.berlios.jsunit</groupId>
- <artifactId>jsunit</artifactId>
- <version>1.3</version>
- <exclusions>
- <exclusion>
- <groupId>rhino</groupId>
- <artifactId>js</artifactId>
- </exclusion>
- </exclusions>
- </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>framework</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.0.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>jsf-test</artifactId>
+ <name>jsf-test</name>
+ <version>3.3.0.CR3</version>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_11</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit-core-js</artifactId>
+ <version>2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.cssparser</groupId>
+ <artifactId>cssparser</artifactId>
+ <version>0.9.5</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ <version>1.9.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ <!--
+ <exclusion> <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId> </exclusion>
+ -->
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>jstl</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_11</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>de.berlios.jsunit</groupId>
+ <artifactId>jsunit</artifactId>
+ <version>1.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>rhino</groupId>
+ <artifactId>js</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/framework/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<build>
Modified: tags/3.3.0.CR3/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/framework/test/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.0.CR3/pom.xml
===================================================================
--- trunk/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,7 +4,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
@@ -217,9 +217,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.3.0.CR3</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.3.0.CR3</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/branches/3.3.0.CR3</url>
</scm>
<profiles>
<profile>
@@ -242,9 +242,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>
@@ -412,4 +412,4 @@
</distributionManagement>
</profile>
</profiles>
-</project>
+</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/samples/beanValidatorSample/pom.xml
===================================================================
--- trunk/samples/beanValidatorSample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/beanValidatorSample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,14 +3,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<finalName>beanValidatorSample</finalName>
<plugins>
@@ -52,7 +52,7 @@
<!--
<dependency> <groupId>org.richfaces.ui</groupId>
<artifactId>beanValidator</artifactId>
- <version>3.3.0-SNAPSHOT</version> </dependency>
+ <version>3.3.0.CR3</version> </dependency>
-->
<dependency>
<groupId>org.hibernate</groupId>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
Modified: tags/3.3.0.CR3/samples/calendar-sample/pom.xml
===================================================================
--- trunk/samples/calendar-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/calendar-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/columnsDemo/pom.xml
===================================================================
--- trunk/samples/columnsDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/columnsDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/combobox-sample/pom.xml
===================================================================
--- trunk/samples/combobox-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/combobox-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/contextMenuDemo/pom.xml
===================================================================
--- trunk/samples/contextMenuDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/contextMenuDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/darkX/pom.xml
===================================================================
--- trunk/samples/darkX/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/darkX/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1,48 +1,48 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.0-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.3.0-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.3.0-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.3.0.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.3.0.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.3.0.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.3.0.CR3/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- trunk/samples/dataFilterSliderDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/dataFilterSliderDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/dataTableDemo/pom.xml
===================================================================
--- trunk/samples/dataTableDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/dataTableDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/datascroller-sample/pom.xml
===================================================================
--- trunk/samples/datascroller-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/datascroller-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/dragDropDemo/pom.xml
===================================================================
--- trunk/samples/dragDropDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/dragDropDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/dropdownmenu-sample/pom.xml
===================================================================
--- trunk/samples/dropdownmenu-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/dropdownmenu-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/editor-sample/pom.xml
===================================================================
--- trunk/samples/editor-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/editor-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/samples/editorSeam-sample/pom.xml
===================================================================
--- trunk/samples/editorSeam-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/editorSeam-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/samples/effect-sample/pom.xml
===================================================================
--- trunk/samples/effect-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/effect-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/extendedDataTable-sample/pom.xml
===================================================================
--- trunk/samples/extendedDataTable-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/extendedDataTable-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.0.CR3/samples/fileUploadDemo/pom.xml
===================================================================
--- trunk/samples/fileUploadDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/fileUploadDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/functions-demo/pom.xml
===================================================================
--- trunk/samples/functions-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/functions-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/glassX/pom.xml
===================================================================
--- trunk/samples/glassX/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/glassX/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1,49 +1,49 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>glassX</artifactId>
- <name>glassX</name>
- <version>3.3.0-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-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.3.0-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.3.0.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>glassX</artifactId>
+ <name>glassX</name>
+ <version>3.3.0.CR3</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.0.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.3.0.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.3.0.CR3/samples/gmap-sample/pom.xml
===================================================================
--- trunk/samples/gmap-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/gmap-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/hotKey-sample/pom.xml
===================================================================
--- trunk/samples/hotKey-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/hotKey-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.0.CR3/samples/inplaceInput-sample/pom.xml
===================================================================
--- trunk/samples/inplaceInput-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/inplaceInput-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/inplaceSelect-sample/pom.xml
===================================================================
--- trunk/samples/inplaceSelect-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/inplaceSelect-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSliderDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/inputNumberSliderDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSpinnerDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/inputNumberSpinnerDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/jQuery-sample/pom.xml
===================================================================
--- trunk/samples/jQuery-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/jQuery-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/jira-data/pom.xml
===================================================================
--- trunk/samples/jira-data/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/jira-data/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/laguna/pom.xml
===================================================================
--- trunk/samples/laguna/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/laguna/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<configuration>
<name>org.richfaces.laguna</name>
</configuration>
Modified: tags/3.3.0.CR3/samples/listShuttleDemo/pom.xml
===================================================================
--- trunk/samples/listShuttleDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/listShuttleDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/local-value-demo/pom.xml
===================================================================
--- trunk/samples/local-value-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/local-value-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/modalpanel-sample/pom.xml
===================================================================
--- trunk/samples/modalpanel-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/modalpanel-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/orderingListDemo/pom.xml
===================================================================
--- trunk/samples/orderingListDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/orderingListDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/panel-sample/pom.xml
===================================================================
--- trunk/samples/panel-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/panel-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/panelbar-sample/pom.xml
===================================================================
--- trunk/samples/panelbar-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/panelbar-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/samples/panelmenu-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/panelmenu-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/pickList-sample/pom.xml
===================================================================
--- trunk/samples/pickList-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/pickList-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1,499 +1,498 @@
-<?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.3.0-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_11</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_11</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_11</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_11</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_11</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.2_11</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_11</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.2_11</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>myfaces</id>
- <properties>
- <myfaces>1.2.5</myfaces>
- <tomahawk>1.1.7</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>
- <module>queue-sample</module>
- <module>editor-sample</module>
- <module>editorSeam-sample</module>
- </modules>
- </profile>
- </profiles>
- <modules>
- <module>skins</module>
- <module>laguna</module>
- <module>glassX</module>
- <module>darkX</module>
- <module>richfaces-demo</module>
- </modules>
-</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>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.3.0.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_11</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_11</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_11</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_11</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_11</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2_11</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_11</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2_11</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>myfaces</id>
+ <properties>
+ <myfaces>1.2.5</myfaces>
+ <tomahawk>1.1.7</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>
+ <module>queue-sample</module>
+ <module>editor-sample</module>
+ <module>editorSeam-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.3.0.CR3/samples/progressBarDemo/pom.xml
===================================================================
--- trunk/samples/progressBarDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/progressBarDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/queue-sample/pom.xml
===================================================================
--- trunk/samples/queue-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/queue-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>queue-sample</artifactId>
<packaging>war</packaging>
<name>queue-sample Maven Webapp</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<finalName>queue-sample</finalName>
<plugins>
Modified: tags/3.3.0.CR3/samples/rich-message-demo/pom.xml
===================================================================
--- trunk/samples/rich-message-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/rich-message-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/richfaces-art-datatable/pom.xml
===================================================================
--- trunk/samples/richfaces-art-datatable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/richfaces-art-datatable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/richfaces-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -209,22 +209,22 @@
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>laguna</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>glassX</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>darkX</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
Modified: tags/3.3.0.CR3/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/ejb/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/richfaces-ear-demo/ejb/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.0.CR3/samples/richfaces-ear-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/richfaces-ear-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.0.CR3/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/richfaces-ear-demo/webapp/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.0.CR3/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- trunk/samples/scrollableDataTableDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/scrollableDataTableDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
Modified: tags/3.3.0.CR3/samples/seamEAR/ear/pom.xml
===================================================================
--- trunk/samples/seamEAR/ear/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/ear/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.0.CR3/samples/seamEAR/ejbs/pom.xml
===================================================================
--- trunk/samples/seamEAR/ejbs/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/ejbs/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.0.CR3/samples/seamEAR/pom.xml
===================================================================
--- trunk/samples/seamEAR/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/seamEAR/primary-source/pom.xml
===================================================================
--- trunk/samples/seamEAR/primary-source/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/primary-source/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.0.CR3/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- trunk/samples/seamEAR/projects/logging/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/projects/logging/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
</project>
Modified: tags/3.3.0.CR3/samples/seamEAR/projects/pom.xml
===================================================================
--- trunk/samples/seamEAR/projects/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/projects/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.3.0.CR3/samples/seamEAR/wars/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/wars/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.3.0.CR3/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- trunk/samples/seamEAR/wars/seamWebapp/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamEAR/wars/seamWebapp/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -22,17 +22,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.3.0.CR3/samples/seamIntegration/pom.xml
===================================================================
--- trunk/samples/seamIntegration/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/seamIntegration/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/separator-sample/pom.xml
===================================================================
--- trunk/samples/separator-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/separator-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- trunk/samples/simpleTogglePanel-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/simpleTogglePanel-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/skins/pom.xml
===================================================================
--- trunk/samples/skins/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/skins/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/sortingFilteringDemo/pom.xml
===================================================================
--- trunk/samples/sortingFilteringDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/sortingFilteringDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency-->
<dependency>
Modified: tags/3.3.0.CR3/samples/state-sample/pom.xml
===================================================================
--- trunk/samples/state-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/state-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/samples/stdcomponents-sample/pom.xml
===================================================================
--- trunk/samples/stdcomponents-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/stdcomponents-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/suggestionbox-sample/pom.xml
===================================================================
--- trunk/samples/suggestionbox-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/suggestionbox-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/tabPanelDemo/pom.xml
===================================================================
--- trunk/samples/tabPanelDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/tabPanelDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/togglePanel-sample/pom.xml
===================================================================
--- trunk/samples/togglePanel-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/togglePanel-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/tomahawkCompability/pom.xml
===================================================================
--- trunk/samples/tomahawkCompability/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/tomahawkCompability/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/toolBarDemo/pom.xml
===================================================================
--- trunk/samples/toolBarDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/toolBarDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/tooltip-sample/pom.xml
===================================================================
--- trunk/samples/tooltip-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/tooltip-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/tree-demo/pom.xml
===================================================================
--- trunk/samples/tree-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/tree-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/treeModelDemo/pom.xml
===================================================================
--- trunk/samples/treeModelDemo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/treeModelDemo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/samples/virtualEarth-sample/pom.xml
===================================================================
--- trunk/samples/virtualEarth-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/samples/virtualEarth-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.0.CR3/sandbox/api/pom.xml
===================================================================
--- trunk/sandbox/api/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/api/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,13 +2,13 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
@@ -25,12 +25,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.0.CR3/sandbox/impl/pom.xml
===================================================================
--- trunk/sandbox/impl/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/impl/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.0.CR3/sandbox/pom.xml
===================================================================
--- trunk/sandbox/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.0.CR3/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/dialog-window-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/dialog-window-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/sandbox/samples/editorOld-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/editorOld-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/editorOld-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/sandbox/samples/fileUploadPOC/pom.xml
===================================================================
--- trunk/sandbox/samples/fileUploadPOC/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/fileUploadPOC/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.0.CR3/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/panel2-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/panel2-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/sandbox/samples/pom.xml
===================================================================
--- trunk/sandbox/samples/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/sandbox/samples/rex-demo/pom.xml
===================================================================
--- trunk/sandbox/samples/rex-demo/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/rex-demo/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-button</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-messageBox</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
Modified: tags/3.3.0.CR3/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- trunk/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.0.CR3/sandbox/ui/colorPicker/pom.xml
===================================================================
--- trunk/sandbox/ui/colorPicker/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/colorPicker/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/create.bat
===================================================================
--- trunk/sandbox/ui/create.bat 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/create.bat 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.0-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.3.0.CR3 -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/dialog-window/pom.xml
===================================================================
--- trunk/sandbox/ui/dialog-window/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/dialog-window/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.3.0.CR3/sandbox/ui/editorOld/pom.xml
===================================================================
--- trunk/sandbox/ui/editorOld/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/editorOld/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/panel2/pom.xml
===================================================================
--- trunk/sandbox/ui/panel2/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/panel2/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/pom.xml
===================================================================
--- trunk/sandbox/ui/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.3.0.CR3/sandbox/ui/rex-button/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-button/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/rex-button/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/rex-messageBox/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-messageBox/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/rex-messageBox/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/rex-resizable/pom.xml
===================================================================
--- trunk/sandbox/ui/rex-resizable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/rex-resizable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- trunk/sandbox/ui/simpleTogglePanel2/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/simpleTogglePanel2/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/sortableHeader/pom.xml
===================================================================
--- trunk/sandbox/ui/sortableHeader/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/sortableHeader/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>sortableHeader</artifactId>
<name>sortableHeader</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -52,17 +52,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/sandbox/ui/treeTable/pom.xml
===================================================================
--- trunk/sandbox/ui/treeTable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/sandbox/ui/treeTable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/test-applications/ajaxTest/pom.xml
===================================================================
--- trunk/test-applications/ajaxTest/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/ajaxTest/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>jsf-test</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Modified: tags/3.3.0.CR3/test-applications/automator/pom.xml
===================================================================
--- trunk/test-applications/automator/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/automator/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/test-applications/facelets/pom.xml
===================================================================
--- trunk/test-applications/facelets/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/facelets/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/test-applications/jsp/pom.xml
===================================================================
--- trunk/test-applications/jsp/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/jsp/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.0.CR3/test-applications/pom.xml
===================================================================
--- trunk/test-applications/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<relativePath>../samples</relativePath>
</parent>
@@ -50,11 +50,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.3.0-SNAPSHOT</rfVersion>
+ <rfVersion>3.3.0.CR3</rfVersion>
</properties>
<modules>
Modified: tags/3.3.0.CR3/test-applications/realworld/pom.xml
===================================================================
--- trunk/test-applications/realworld/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/realworld/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -14,7 +14,7 @@
<properties>
<projectName>realworld</projectName>
- <richfacesVersion>3.3.0-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.0.CR3</richfacesVersion>
<seamVersion>2.1.0.SP1</seamVersion>
<faceletsVersion>1.1.14</faceletsVersion>
</properties>
Modified: tags/3.3.0.CR3/test-applications/regressionArea/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/regressionArea/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,12 +4,12 @@
<!--parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent-->
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
<packaging>pom</packaging>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Regresion Area:Seam Application</name>
<repositories>
<repository>
@@ -60,7 +60,7 @@
<properties>
<contextroot>regressionArea</contextroot>
<earname>regressionArea-ear</earname>
- <richversion>3.3.0-SNAPSHOT</richversion>
+ <richversion>3.3.0.CR3</richversion>
<seamversion>2.1.1.GA</seamversion>
<jsfversion>1.2_11</jsfversion>
<jbosshome>C:/tmp/jboss-4.2.3.GA</jbosshome>
Modified: tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-ear/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-ear/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-ear/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -6,9 +6,9 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-ear</artifactId>
<name>Regression Area Ear Module</name>
Modified: tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-ejb/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-ejb/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-ejb/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-ejb</artifactId>
Modified: tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-tests/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-tests/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-tests/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>regressionArea</artifactId>
<groupId>org.richfaces.test-applications</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
Modified: tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-web/pom.xml
===================================================================
--- trunk/test-applications/regressionArea/regressionArea-web/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/regressionArea/regressionArea-web/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-web</artifactId>
Modified: tags/3.3.0.CR3/test-applications/seamApp/pom.xml
===================================================================
--- trunk/test-applications/seamApp/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/seamApp/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -8,7 +8,7 @@
<name>sample application</name>
<properties>
<projectName>seamApp</projectName>
- <rfVersion>3.3.0-SNAPSHOT</rfVersion>
+ <rfVersion>3.3.0.CR3</rfVersion>
<seamVersion>2.1.0.SP1</seamVersion>
<jbossDownloadURL>http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip</jbossDownloadURL>
<jbossDeployDir>jboss-4.2.2.GA/jboss-4.2.2.GA/server/default/</jbossDeployDir>
Modified: tags/3.3.0.CR3/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/seleniumTest/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
<packaging>pom</packaging>
<name>SeleniumTest</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<url>http://maven.apache.org</url>
<properties>
<http.port>8085</http.port>
@@ -221,7 +221,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.0.CR3/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/seleniumTest/richfaces/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,14 +5,14 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>richfaces</artifactId>
<packaging>war</packaging>
<name>seleniumTest Maven Webapp</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<finalName>richfaces</finalName>
</build>
Modified: tags/3.3.0.CR3/test-applications/seleniumTest/samples/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/samples/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/test-applications/seleniumTest/samples/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -5,13 +5,13 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>samples</artifactId>
<name>Samples</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<finalName>seleniumTest</finalName>
<plugins>
Modified: tags/3.3.0.CR3/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/assembly/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -15,7 +15,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Modified: tags/3.3.0.CR3/ui/beanValidator/pom.xml
===================================================================
--- trunk/ui/beanValidator/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/beanValidator/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1,75 +1,74 @@
-<?xml version="1.0"?>
-<project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>beanValidator</artifactId>
- <name>beanValidator</name>
- <version>3.3.0-SNAPSHOT</version>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-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.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>message</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>3.1.0.GA</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.3.0.CR3</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>beanValidator</artifactId>
+ <name>beanValidator</name>
+ <version>3.3.0.CR3</version>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.3.0.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.3.0.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>message</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.GA</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.3.0.CR3/ui/calendar/pom.xml
===================================================================
--- trunk/ui/calendar/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/calendar/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,13 +45,13 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/columns/pom.xml
===================================================================
--- trunk/ui/columns/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/columns/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.0.CR3/ui/combobox/pom.xml
===================================================================
--- trunk/ui/combobox/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/combobox/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
<name>combobox</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
Modified: tags/3.3.0.CR3/ui/componentControl/pom.xml
===================================================================
--- trunk/ui/componentControl/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/componentControl/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/contextMenu/pom.xml
===================================================================
--- trunk/ui/contextMenu/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/contextMenu/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
<name>contextMenu</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/core/pom.xml
===================================================================
--- trunk/ui/core/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/core/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/create.bat
===================================================================
--- trunk/ui/create.bat 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/create.bat 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.0-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.3.0.CR3 -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/dataFilterSlider/pom.xml
===================================================================
--- trunk/ui/dataFilterSlider/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/dataFilterSlider/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/dataTable/pom.xml
===================================================================
--- trunk/ui/dataTable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/dataTable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
-->
</dependencies>
Modified: tags/3.3.0.CR3/ui/datascroller/pom.xml
===================================================================
--- trunk/ui/datascroller/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/datascroller/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/drag-drop/pom.xml
===================================================================
--- trunk/ui/drag-drop/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/drag-drop/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
-->
</dependencies>
Modified: tags/3.3.0.CR3/ui/dropdown-menu/pom.xml
===================================================================
--- trunk/ui/dropdown-menu/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/dropdown-menu/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/editor/pom.xml
===================================================================
--- trunk/ui/editor/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/editor/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
Modified: tags/3.3.0.CR3/ui/effect/pom.xml
===================================================================
--- trunk/ui/effect/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/effect/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/extendedDataTable/pom.xml
===================================================================
--- trunk/ui/extendedDataTable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/extendedDataTable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -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.3.0-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.3.0-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.3.0.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.3.0.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.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>drag-drop</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>dataTable</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.3.0.CR3</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>menu-components</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>contextMenu</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>jQuery</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>componentControl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>scrollableDataTable</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>drag-drop</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>dataTable</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>menu-components</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>contextMenu</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>jQuery</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>componentControl</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>scrollableDataTable</artifactId>
+ <version>3.3.0.CR3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/fileUpload/pom.xml
===================================================================
--- trunk/ui/fileUpload/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/fileUpload/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>fileUpload</artifactId>
<name>fileUpload</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/functions/pom.xml
===================================================================
--- trunk/ui/functions/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/functions/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/gmap/pom.xml
===================================================================
--- trunk/ui/gmap/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/gmap/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/hotKey/pom.xml
===================================================================
--- trunk/ui/hotKey/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/hotKey/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -1,56 +1,56 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.3.0-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.3.0-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.3.0-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.3.0.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.3.0.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.3.0.CR3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/inplaceInput/pom.xml
===================================================================
--- trunk/ui/inplaceInput/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/inplaceInput/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
<name>inplaceInput</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,17 +51,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/inplaceSelect/pom.xml
===================================================================
--- trunk/ui/inplaceSelect/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/inplaceSelect/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceSelect</artifactId>
<name>inplaceSelect</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,22 +51,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
Modified: tags/3.3.0.CR3/ui/inputnumber-slider/pom.xml
===================================================================
--- trunk/ui/inputnumber-slider/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/inputnumber-slider/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/inputnumber-spinner/pom.xml
===================================================================
--- trunk/ui/inputnumber-spinner/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/inputnumber-spinner/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.3.0.CR3/ui/insert/pom.xml
===================================================================
--- trunk/ui/insert/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/insert/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/jQuery/pom.xml
===================================================================
--- trunk/ui/jQuery/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/jQuery/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/listShuttle/pom.xml
===================================================================
--- trunk/ui/listShuttle/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/listShuttle/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.0.CR3/ui/menu-components/pom.xml
===================================================================
--- trunk/ui/menu-components/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/menu-components/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/message/pom.xml
===================================================================
--- trunk/ui/message/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/message/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/modal-panel/pom.xml
===================================================================
--- trunk/ui/modal-panel/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/modal-panel/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/orderingList/pom.xml
===================================================================
--- trunk/ui/orderingList/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/orderingList/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/paint2D/pom.xml
===================================================================
--- trunk/ui/paint2D/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/paint2D/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/panel/pom.xml
===================================================================
--- trunk/ui/panel/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/panel/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/panelbar/pom.xml
===================================================================
--- trunk/ui/panelbar/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/panelbar/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/panelmenu/pom.xml
===================================================================
--- trunk/ui/panelmenu/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/panelmenu/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/pickList/pom.xml
===================================================================
--- trunk/ui/pickList/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/pickList/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>pickList</artifactId>
<name>pickList</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -53,26 +53,26 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>orderingList</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
Modified: tags/3.3.0.CR3/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -136,12 +136,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: tags/3.3.0.CR3/ui/progressBAR/pom.xml
===================================================================
--- trunk/ui/progressBAR/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/progressBAR/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
<name>progressBar</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/scrollableDataTable/pom.xml
===================================================================
--- trunk/ui/scrollableDataTable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/scrollableDataTable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -70,17 +70,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/separator/pom.xml
===================================================================
--- trunk/ui/separator/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/separator/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.3.0.CR3/ui/simpleTogglePanel/pom.xml
===================================================================
--- trunk/ui/simpleTogglePanel/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/simpleTogglePanel/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/spacer/pom.xml
===================================================================
--- trunk/ui/spacer/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/spacer/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/state/pom.xml
===================================================================
--- trunk/ui/state/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/state/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -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.3.0-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.3.0-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.3.0-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.3.0.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.3.0.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.3.0.CR3</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/suggestionbox/pom.xml
===================================================================
--- trunk/ui/suggestionbox/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/suggestionbox/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/tabPanel/pom.xml
===================================================================
--- trunk/ui/tabPanel/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/tabPanel/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/togglePanel/pom.xml
===================================================================
--- trunk/ui/togglePanel/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/togglePanel/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/toolBar/pom.xml
===================================================================
--- trunk/ui/toolBar/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/toolBar/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/tooltip/pom.xml
===================================================================
--- trunk/ui/tooltip/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/tooltip/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/tree/pom.xml
===================================================================
--- trunk/ui/tree/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/tree/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/treeModel/pom.xml
===================================================================
--- trunk/ui/treeModel/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/treeModel/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.0.CR3/ui/treeTable/pom.xml
===================================================================
--- trunk/ui/treeTable/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/treeTable/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.0.CR3/ui/virtualEarth/pom.xml
===================================================================
--- trunk/ui/virtualEarth/pom.xml 2009-01-08 23:50:53 UTC (rev 12167)
+++ tags/3.3.0.CR3/ui/virtualEarth/pom.xml 2009-01-09 02:24:16 UTC (rev 12168)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0.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.3.0-SNAPSHOT</version>
+ <version>3.3.0.CR3</version>
<executions>
<execution>
<phase>generate-sources</phase>
17 years
JBoss Rich Faces SVN: r12167 - in trunk: samples/beanValidatorSample/src/main/webapp and 8 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2009-01-08 18:50:53 -0500 (Thu, 08 Jan 2009)
New Revision: 12167
Added:
trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ContentBean.java
trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ParsingException.java
trunk/samples/beanValidatorSample/src/main/java/org/richfaces/TabNavigation.java
trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBody.java
trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBodySerializer.java
trunk/samples/beanValidatorSample/src/main/webapp/example/
trunk/samples/beanValidatorSample/src/main/webapp/example/pages/
trunk/samples/beanValidatorSample/src/main/webapp/example/pages/textValidation.xhtml
trunk/samples/beanValidatorSample/src/main/webapp/pages/beanValidation.xhtml
trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/example/
trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/example/Bean.java
Removed:
trunk/samples/beanValidatorSample/src/main/webapp/pages/textValidation.xhtml
trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/Bean.java
Modified:
trunk/samples/beanValidatorSample/src/main/java/org/richfaces/Pages.java
trunk/samples/beanValidatorSample/src/main/webapp/WEB-INF/faces-config.xml
trunk/samples/beanValidatorSample/src/main/webapp/layout/template.xhtml
trunk/samples/beanValidatorSample/src/main/webapp/pages/ajaxValidation.xhtml
trunk/ui/insert/src/main/java/org/ajax4jsf/renderkit/AbstractInsertRenderer.java
Log:
<rich:insert performance optimisation.
beanValidationSample improvement
Added: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ContentBean.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ContentBean.java (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ContentBean.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,53 @@
+/**
+ *
+ */
+package org.richfaces;
+
+import javax.faces.FacesException;
+import javax.faces.context.FacesContext;
+
+
+/**
+ * @author asmirnov
+ *
+ */
+public class ContentBean {
+
+ private static final String PRELUDE="<html xmlns=\"http://www.w3.org/1999/xhtml\"\n" +
+ " xmlns:f=\"http://java.sun.com/jsf/core\"\n" +
+ " xmlns:h=\"http://java.sun.com/jsf/html\"\n" +
+ " xmlns:a4j=\"http://richfaces.org/a4j\"\n" +
+ " xmlns:rich=\"http://richfaces.org/rich\"\n" +
+ " xmlns:c=\"http://java.sun.com/jsp/jstl/core\">\n";
+
+ private static final String TAIL="\n</html>";
+
+ private String xpath="//*[local-name()='define'][@name='content']/*";
+
+ public String getContent() {
+ FacesContext context = FacesContext.getCurrentInstance();
+ String viewId = context.getViewRoot().getViewId();
+ XMLBody xmlBody = new XMLBody();
+ try {
+ xmlBody.loadXML(context.getExternalContext().getResourceAsStream(viewId),false);
+ return PRELUDE+xmlBody.getContent(getXpath())+TAIL;
+ } catch (ParsingException e) {
+ throw new FacesException(e);
+ }
+ }
+
+ /**
+ * @param xpath the xpath to set
+ */
+ public void setXpath(String xpath) {
+ this.xpath = xpath;
+ }
+
+ /**
+ * @return the xpath
+ */
+ public String getXpath() {
+ return xpath;
+ }
+
+}
Property changes on: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ContentBean.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/Pages.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/java/org/richfaces/Pages.java 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/samples/beanValidatorSample/src/main/java/org/richfaces/Pages.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -24,12 +24,13 @@
public class Pages {
+ public static final String DEFAULT_TITLE_PATTERN = "<h1>(.*)</h1>";
+
private static final Pattern JSP_PATTERN = Pattern.compile(".*\\.jspx?");
private static final Pattern XHTML_PATTERN = Pattern.compile(".*\\.xhtml");
- private static final Pattern TITLE_PATTERN = Pattern.compile(
- "<h1>(.*)</h1>", Pattern.CASE_INSENSITIVE | Pattern.MULTILINE);
+ private Pattern titlePattern = compilePattern(DEFAULT_TITLE_PATTERN);
private List<PageDescriptionBean> _jspPages;
@@ -44,6 +45,11 @@
return _path;
}
+ public Pattern compilePattern(String titlePattern) {
+ return Pattern.compile(
+ titlePattern, Pattern.CASE_INSENSITIVE | Pattern.MULTILINE);
+ }
+
/**
* @param path
* the path to set
@@ -98,7 +104,7 @@
try {
int readed = pageInputStream.read(head);
String headString = new String(head, 0, readed);
- Matcher titleMatcher = TITLE_PATTERN
+ Matcher titleMatcher = titlePattern
.matcher(headString);
if (titleMatcher.find()
&& titleMatcher.group(1).length() > 0) {
@@ -124,5 +130,19 @@
return jspPages;
}
+ /**
+ * @param titlePattern the titlePattern to set
+ */
+ public void setTitlePattern(String titlePattern) {
+ this.titlePattern = compilePattern(titlePattern);
+ }
+ /**
+ * @return the titlePattern
+ */
+ public String getTitlePattern() {
+ return titlePattern.toString();
+ }
+
+
}
Added: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ParsingException.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ParsingException.java (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ParsingException.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,44 @@
+/**
+ *
+ */
+package org.richfaces;
+
+/**
+ * @author asmirnov
+ *
+ */
+public class ParsingException extends Exception {
+
+ /**
+ *
+ */
+ public ParsingException() {
+ // TODO Auto-generated constructor stub
+ }
+
+ /**
+ * @param message
+ */
+ public ParsingException(String message) {
+ super(message);
+ // TODO Auto-generated constructor stub
+ }
+
+ /**
+ * @param cause
+ */
+ public ParsingException(Throwable cause) {
+ super(cause);
+ // TODO Auto-generated constructor stub
+ }
+
+ /**
+ * @param message
+ * @param cause
+ */
+ public ParsingException(String message, Throwable cause) {
+ super(message, cause);
+ // TODO Auto-generated constructor stub
+ }
+
+}
Property changes on: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/ParsingException.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/TabNavigation.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/java/org/richfaces/TabNavigation.java (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/java/org/richfaces/TabNavigation.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,43 @@
+/**
+ *
+ */
+package org.richfaces;
+
+import java.util.Map;
+
+import javax.faces.context.FacesContext;
+
+import org.richfaces.component.UITabPanel;
+
+/**
+ * @author asmirnov
+ *
+ */
+public class TabNavigation {
+
+ private UITabPanel tabPanel;
+
+ /**
+ * @return the tabPanel
+ */
+ public UITabPanel getTabPanel() {
+ return tabPanel;
+ }
+
+ /**
+ * @param tabPanel the tabPanel to set
+ */
+ public void setTabPanel(UITabPanel tabPanel) {
+ this.tabPanel = tabPanel;
+ FacesContext context = FacesContext.getCurrentInstance();
+ Map<String, String> requestParameterMap = context.getExternalContext().getRequestParameterMap();
+ if(requestParameterMap.containsKey("page")){
+ tabPanel.setValue("page");
+ } else if(requestParameterMap.containsKey("java")){
+ tabPanel.setValue("java");
+ } else if(requestParameterMap.containsKey("usage")){
+ tabPanel.setValue("usage");
+ }
+ }
+
+}
Property changes on: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/TabNavigation.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBody.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBody.java (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBody.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,219 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.io.StringReader;
+import java.util.ArrayList;
+import java.util.List;
+import java.util.Set;
+
+import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
+import javax.xml.xpath.XPath;
+import javax.xml.xpath.XPathConstants;
+import javax.xml.xpath.XPathExpressionException;
+import javax.xml.xpath.XPathFactory;
+
+import org.w3c.dom.Document;
+import org.w3c.dom.DocumentType;
+import org.w3c.dom.Element;
+import org.w3c.dom.Node;
+import org.w3c.dom.NodeList;
+import org.xml.sax.EntityResolver;
+import org.xml.sax.InputSource;
+import org.xml.sax.SAXException;
+
+/**
+ * This class must read XML file from input stream and can extract body of root
+ * element for include into target in generation.
+ *
+ * @author shura
+ *
+ */
+public class XMLBody {
+ private Document xmlDocument;
+
+ private Element rootElement;
+
+ /**
+ * Load XML document and parse it into DOM.
+ *
+ * @param input
+ * @throws ParsingException
+ */
+ public void loadXML(InputStream input) throws ParsingException {
+ loadXML(input,false);
+ }
+
+
+ /**
+ * Load XML document and parse it into DOM.
+ *
+ * @param input
+ * @throws ParsingException
+ */
+ public void loadXML(InputStream input, boolean namespaceAware) throws ParsingException {
+ try {
+ // Create Document Builder Factory
+ DocumentBuilderFactory docFactory = DocumentBuilderFactory
+ .newInstance();
+ docFactory.setIgnoringElementContentWhitespace(true);
+ docFactory.setValidating(false);
+ docFactory.setNamespaceAware(namespaceAware);
+ // Create Document Builder
+ DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
+ //docBuilder.
+ //docBuilder.isValidating();
+
+ // Disable loading of external Entityes
+ docBuilder.setEntityResolver(new EntityResolver() {
+ // Dummi resolver - alvays do nothing
+ public InputSource resolveEntity(String publicId, String systemId)
+ throws SAXException, IOException {
+ return new InputSource(new StringReader(""));
+ }
+
+ });
+
+ // open and parse XML-file
+ xmlDocument = docBuilder.parse(input);
+
+ // Get Root xmlElement
+ rootElement = xmlDocument.getDocumentElement();
+ } catch (Exception e) {
+ throw new ParsingException("Error load XML ", e);
+ }
+
+ }
+
+ /**
+ * Check name of root element is as expected.
+ *
+ * @param name
+ * @return
+ */
+ public boolean isRootName(String name) {
+ return rootElement.getNodeName().equals(name);
+ }
+
+ public String getDoctype() {
+ DocumentType doctype = xmlDocument.getDoctype();
+ if (null != doctype) {
+ return doctype.getName();
+ }
+ return null;
+ }
+
+ public String getPiblicId() {
+ DocumentType doctype = xmlDocument.getDoctype();
+ if (null != doctype) {
+ return doctype.getPublicId();
+ }
+ return null;
+ }
+
+ public String getRootTypeName() {
+ return rootElement.getSchemaTypeInfo().getTypeName();
+ }
+
+ public String getContent() throws ParsingException {
+ NodeList childNodes = rootElement.getChildNodes();
+ return serializeNodes(childNodes);
+ }
+
+ private String serializeNodes(NodeList childNodes) throws ParsingException {
+ try {
+ return new XMLBodySerializer().serialize(childNodes, xmlDocument);
+ } catch (Exception e) {
+ throw new ParsingException(e);
+ }
+ }
+
+ public String getContent(String xpath) throws ParsingException{
+ return serializeNodes(getByXpath(xpath));
+ }
+
+ public NodeList getByXpath(String xpath) throws ParsingException {
+ XPath path = XPathFactory.newInstance().newXPath();
+ NodeList childNodes;
+ try {
+ childNodes = (NodeList) path.evaluate(xpath, xmlDocument, XPathConstants.NODESET);
+ } catch (XPathExpressionException e) {
+ throw new ParsingException("Error evaluate xpath",e);
+ }
+ return childNodes;
+ }
+
+ public NodeList getByXpathUnique(String xpath, String keyXPath, Set<String> keySet) throws ParsingException {
+ if (keyXPath == null) {
+ return getByXpath(xpath);
+ } else {
+ XPath path = XPathFactory.newInstance().newXPath();
+ NodeList childNodes;
+ try {
+ childNodes = getByXpath(xpath);
+
+ List<Node> nodeSet = new ArrayList<Node>();
+
+ for (int i = 0; i < childNodes.getLength(); i++) {
+ Node node = childNodes.item(i).cloneNode(true);
+
+ String key = serializeNodes((NodeList) path.evaluate(keyXPath, node, XPathConstants.NODESET));
+ if (!keySet.contains(key)) {
+ keySet.add(key);
+ nodeSet.add(node);
+ }
+ }
+ return new ArrayNodeList(nodeSet.toArray(new Node[nodeSet.size()]));
+ } catch (XPathExpressionException e) {
+ throw new ParsingException("Error evaluate xpath",e);
+ }
+
+ }
+ }
+ public String getContentUnique(String xpath, String keyXPath, Set<String> keySet) throws ParsingException{
+ return serializeNodes(getByXpathUnique(xpath, keyXPath, keySet));
+ }
+}
+
+class ArrayNodeList implements NodeList {
+ private Node[] nodes;
+
+ public ArrayNodeList(Node[] nodes) {
+ super();
+ this.nodes = nodes;
+ }
+
+ public int getLength() {
+ return nodes.length;
+ }
+
+ public Node item(int index) {
+ if (index < nodes.length) {
+ return this.nodes[index];
+ }
+
+ return null;
+ }
+}
Property changes on: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBody.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBodySerializer.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBodySerializer.java (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBodySerializer.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,77 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces;
+
+import java.io.StringWriter;
+
+import javax.xml.transform.ErrorListener;
+import javax.xml.transform.Transformer;
+import javax.xml.transform.TransformerException;
+import javax.xml.transform.TransformerFactory;
+import javax.xml.transform.dom.DOMSource;
+import javax.xml.transform.stream.StreamResult;
+
+import org.w3c.dom.Document;
+import org.w3c.dom.DocumentFragment;
+import org.w3c.dom.NodeList;
+
+
+/**
+ * @author Maksim Kaszynski
+ *
+ */
+public class XMLBodySerializer {
+ public String serialize(NodeList childNodes, Document xmlDocument) throws ParsingException {
+ try {
+ StringWriter out;
+ DocumentFragment fragment = xmlDocument.createDocumentFragment();
+ for (int i = 0; i < childNodes.getLength(); i++) {
+ fragment.appendChild(childNodes.item(i).cloneNode(true));
+ }
+ TransformerFactory transformerFactory = TransformerFactory.newInstance();
+ Transformer transformer = transformerFactory.newTransformer();
+ transformer.setErrorListener(new ErrorListener(){
+
+ public void error(TransformerException exception)
+ throws TransformerException {
+ }
+
+ public void fatalError(TransformerException exception)
+ throws TransformerException {
+ }
+
+ public void warning(TransformerException exception)
+ throws TransformerException {
+ }
+
+ });
+ transformer.setOutputProperty("indent", "yes");
+ transformer.setOutputProperty("omit-xml-declaration", "yes");
+ out = new StringWriter();
+ StreamResult result = new StreamResult(out);
+ transformer.transform(new DOMSource(fragment), result);
+ return out.toString();
+ } catch (Exception e) {
+ throw new ParsingException(e);
+ }
+ }
+}
Property changes on: trunk/samples/beanValidatorSample/src/main/java/org/richfaces/XMLBodySerializer.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/samples/beanValidatorSample/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/WEB-INF/faces-config.xml 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/samples/beanValidatorSample/src/main/webapp/WEB-INF/faces-config.xml 2009-01-08 23:50:53 UTC (rev 12167)
@@ -4,7 +4,7 @@
<faces-config>
<managed-bean>
<managed-bean-name>bean</managed-bean-name>
- <managed-bean-class>org.richfaces.Bean</managed-bean-class>
+ <managed-bean-class>org.richfaces.example.Bean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
<managed-bean>
@@ -27,4 +27,14 @@
<managed-bean-class>org.richfaces.Pages</managed-bean-class>
<managed-bean-scope>application</managed-bean-scope>
</managed-bean>
+ <managed-bean>
+ <managed-bean-name>contentBean</managed-bean-name>
+ <managed-bean-class>org.richfaces.ContentBean</managed-bean-class>
+ <managed-bean-scope>none</managed-bean-scope>
+ </managed-bean>
+ <managed-bean>
+ <managed-bean-name>tabNavigation</managed-bean-name>
+ <managed-bean-class>org.richfaces.TabNavigation</managed-bean-class>
+ <managed-bean-scope>request</managed-bean-scope>
+ </managed-bean>
</faces-config>
Added: trunk/samples/beanValidatorSample/src/main/webapp/example/pages/textValidation.xhtml
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/example/pages/textValidation.xhtml (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/webapp/example/pages/textValidation.xhtml 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,18 @@
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+ <h:form id="form">
+ <h:panelGrid columns="3">
+ <h:outputLabel for="text" value="Enter Id" />
+ <h:inputText id="text" value="#{bean.text}" label="Id">
+ <rich:beanValidator summary="Invalid Id"/>
+ </h:inputText>
+ <rich:message for="text" showDetail="true" showSummary="true" />
+ </h:panelGrid>
+ <h:commandButton value="Submit"></h:commandButton>
+ <rich:messages/>
+ </h:form>
+</ui:composition>
\ No newline at end of file
Property changes on: trunk/samples/beanValidatorSample/src/main/webapp/example/pages/textValidation.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/samples/beanValidatorSample/src/main/webapp/layout/template.xhtml
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/layout/template.xhtml 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/samples/beanValidatorSample/src/main/webapp/layout/template.xhtml 2009-01-08 23:50:53 UTC (rev 12167)
@@ -20,14 +20,15 @@
<div class="yui-main">
<div class="yui-b">
<!-- YOUR DATA GOES HERE -->
- <rich:tabPanel switchType="ajax">
- <rich:tab label="Usage">
+ <rich:tabPanel binding="#{tabNavigation.tabPanel}" switchType="ajax">
+ <rich:tab name="usage" label="Usage">
+ <ui:insert name="description" />
<ui:insert name="content" />
</rich:tab>
- <rich:tab label="Page Source">
- <rich:insert src="#{facesContext.viewRoot.viewId}" highlight="xhtml"/>
+ <rich:tab name="page" label="Page Source">
+ <rich:insert content="#{contentBean.content}" highlight="xhtml"/>
</rich:tab>
- <rich:tab label="Java Source" rendered="#{!empty javaBean}">
+ <rich:tab name="java" label="Java Source" rendered="#{!empty javaBean}">
<rich:insert src="/src/#{javaBean}" highlight="java"/>
</rich:tab>
</rich:tabPanel>
Modified: trunk/samples/beanValidatorSample/src/main/webapp/pages/ajaxValidation.xhtml
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/pages/ajaxValidation.xhtml 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/samples/beanValidatorSample/src/main/webapp/pages/ajaxValidation.xhtml 2009-01-08 23:50:53 UTC (rev 12167)
@@ -9,7 +9,7 @@
xmlns:c="http://java.sun.com/jsp/jstl/core">
<ui:composition template="/layout/template.xhtml">
<ui:param name="title" value="<rich:ajaxValidator> usage" />
- <ui:param name="javaBean" value="org/richfaces/Bean.java" />
+ <ui:param name="javaBean" value="org/richfaces/example/Bean.java" />
<!-- Page header -->
<ui:define name="header">
<h1><rich:ajaxValidator> usage</h1>
Copied: trunk/samples/beanValidatorSample/src/main/webapp/pages/beanValidation.xhtml (from rev 12158, trunk/samples/beanValidatorSample/src/main/webapp/pages/textValidation.xhtml)
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/pages/beanValidation.xhtml (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/webapp/pages/beanValidation.xhtml 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,37 @@
+<!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:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich"
+ xmlns:s="http://jboss.com/products/seam/taglib"
+ xmlns:c="http://java.sun.com/jsp/jstl/core">
+<ui:composition template="/layout/template.xhtml">
+ <ui:param name="title" value="<rich:beanValidator> usage" />
+ <ui:param name="javaBean" value="org/richfaces/example/Bean.java" />
+ <!-- Page header -->
+ <ui:define name="header">
+ <h1><rich:beanValidator> usage</h1>
+ </ui:define>
+ <!-- content -->
+ <ui:define name="content">
+ <h:form id="form">
+ <h:panelGrid columns="3">
+ <h:outputLabel for="email" value="Email Address:" />
+ <h:inputText id="email" value="#{bean.email}" label="Email">
+ <rich:beanValidator summary="Invalid Email address"/>
+ </h:inputText>
+ <rich:message for="email"/>
+ <h:outputLabel for="card" value="Credit card number:" />
+ <h:inputText id="card" value="#{bean.creditCardNumber}" label="Credit card">
+ <rich:beanValidator summary="Invalid credit card number"/>
+ </h:inputText>
+ <rich:message for="card"/>
+ </h:panelGrid>
+ <h:commandButton value="Submit"></h:commandButton>
+ <rich:messages/>
+ </h:form>
+ </ui:define>
+</ui:composition>
+</html>
Property changes on: trunk/samples/beanValidatorSample/src/main/webapp/pages/beanValidation.xhtml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Deleted: trunk/samples/beanValidatorSample/src/main/webapp/pages/textValidation.xhtml
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/pages/textValidation.xhtml 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/samples/beanValidatorSample/src/main/webapp/pages/textValidation.xhtml 2009-01-08 23:50:53 UTC (rev 12167)
@@ -1,31 +0,0 @@
-<!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:f="http://java.sun.com/jsf/core"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich"
- xmlns:s="http://jboss.com/products/seam/taglib"
- xmlns:c="http://java.sun.com/jsp/jstl/core">
-<ui:composition template="/layout/template.xhtml">
- <ui:param name="title" value="<rich:beanValidator> usage" />
- <!-- Page header -->
- <ui:define name="header">
- <h1><rich:beanValidator> usage</h1>
- </ui:define>
- <!-- content -->
- <ui:define name="content">
- <h:form id="form">
- <h:panelGrid columns="3">
- <h:outputLabel for="text" value="Enter Id" />
- <h:inputText id="text" value="#{bean.text}" label="Id">
- <rich:beanValidator summary="Invalid Id"/>
- </h:inputText>
- <rich:message for="text" showDetail="true" showSummary="true" />
- </h:panelGrid>
- <h:commandButton value="Submit"></h:commandButton>
- <rich:messages/>
- </h:form>
- </ui:define>
-</ui:composition>
-</html>
Deleted: trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/Bean.java
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/Bean.java 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/Bean.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -1,53 +0,0 @@
-/**
- * License Agreement.
- *
- * Rich Faces - Natural Ajax for Java Server Faces (JSF)
- *
- * Copyright (C) 2007 Exadel, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-package org.richfaces;
-
-import org.hibernate.validator.Length;
-import org.hibernate.validator.NotEmpty;
-
-/**
- * JSF bean with text property validation.
- */
-public class Bean {
-
- /**
- * Text property
- */
- private String text;
-
- /**
- * @return the text
- */
- @NotEmpty
- @Length(max=5)
- public String getText() {
- return text;
- }
-
- /**
- * @param text the text to set
- */
- public void setText(String text) {
- this.text = text;
- }
-
-}
\ No newline at end of file
Copied: trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/example/Bean.java (from rev 12158, trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/Bean.java)
===================================================================
--- trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/example/Bean.java (rev 0)
+++ trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/example/Bean.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -0,0 +1,71 @@
+/**
+ * License Agreement.
+ *
+ * Rich Faces - Natural Ajax for Java Server Faces (JSF)
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.example;
+
+import org.hibernate.validator.CreditCardNumber;
+import org.hibernate.validator.Email;
+import org.hibernate.validator.NotEmpty;
+
+/**
+ * JSF bean with text property validation.
+ */
+public class Bean {
+
+ /**
+ * Text property
+ */
+ private String email;
+
+ private String creditCardNumber;
+
+ /**
+ * @return the creditCardNumber
+ */
+ @CreditCardNumber
+ public String getCreditCardNumber() {
+ return creditCardNumber;
+ }
+
+ /**
+ * @param creditCardNumber the creditCardNumber to set
+ */
+ public void setCreditCardNumber(String creditCardNumber) {
+ this.creditCardNumber = creditCardNumber;
+ }
+
+ /**
+ * @return the text
+ */
+ @NotEmpty
+ @Email
+ public String getEmail() {
+ return email;
+ }
+
+ /**
+ * @param text the text to set
+ */
+ public void setEmail(String text) {
+ this.email = text;
+ }
+
+}
\ No newline at end of file
Property changes on: trunk/samples/beanValidatorSample/src/main/webapp/src/org/richfaces/example/Bean.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/ui/insert/src/main/java/org/ajax4jsf/renderkit/AbstractInsertRenderer.java
===================================================================
--- trunk/ui/insert/src/main/java/org/ajax4jsf/renderkit/AbstractInsertRenderer.java 2009-01-08 23:31:40 UTC (rev 12166)
+++ trunk/ui/insert/src/main/java/org/ajax4jsf/renderkit/AbstractInsertRenderer.java 2009-01-08 23:50:53 UTC (rev 12167)
@@ -56,8 +56,10 @@
public void renderContent(FacesContext context, UIInsert component)
throws IOException {
- boolean isSrcAvailable = (component.getSrc() != null);
- boolean isContentAvailable = (component.getContent() != null);
+ String src = component.getSrc();
+ boolean isSrcAvailable = (src != null);
+ String content = component.getContent();
+ boolean isContentAvailable = (content != null);
if (isSrcAvailable && isContentAvailable) {
throw new FacesException(UIInsert.ILLEGAL_ATTRIBUTE_VALUE_MESSAGE);
}
@@ -67,9 +69,9 @@
InputStream inputStream = null;
if (isSrcAvailable) {
- inputStream = externalContext.getResourceAsStream(component.getSrc());
+ inputStream = externalContext.getResourceAsStream(src);
} else if (isContentAvailable) {
- inputStream = new ByteArrayInputStream(component.getContent().getBytes());
+ inputStream = new ByteArrayInputStream(content.getBytes());
}
if (null != inputStream) {
renderStream(context, component, inputStream);
17 years
JBoss Rich Faces SVN: r12166 - trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-08 18:31:40 -0500 (Thu, 08 Jan 2009)
New Revision: 12166
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
https://jira.jboss.org/jira/browse/RF-5600
Modified: trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2009-01-08 20:49:28 UTC (rev 12165)
+++ trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2009-01-08 23:31:40 UTC (rev 12166)
@@ -1934,11 +1934,15 @@
}
else
{
+ //RF-5600
+ this.selectedDate = newSelectedDate;
+
// change currentDate and call this.onUpdate();
if (this.changeCurrentDate(newSelectedDate.getFullYear(), newSelectedDate.getMonth(), noUpdate))
{
- this.selectedDate = newSelectedDate;
+ //this.selectedDate = newSelectedDate;
} else {
+ this.selectedDate = oldSelectedDate;
isDateChange = false;
}
}
17 years
JBoss Rich Faces SVN: r12165 - in trunk/ui: inplaceSelect/src/main/templates and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-08 15:49:28 -0500 (Thu, 08 Jan 2009)
New Revision: 12165
Modified:
trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
Log:
https://jira.jboss.org/jira/browse/RF-5509
Modified: trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx
===================================================================
--- trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2009-01-08 19:37:27 UTC (rev 12164)
+++ trunk/ui/inplaceInput/src/main/templates/inplaceinput.jspx 2009-01-08 20:49:28 UTC (rev 12165)
@@ -67,15 +67,15 @@
variables.setVariable("styleClass", styleClass);
String changedClass = (String)component.getAttributes().get("changedClass");
- changedClass = (changedClass != null ? changedClass.trim() : "") + styleClass;
+ changedClass = (changedClass != null ? changedClass.trim() : "") + " " + styleClass;
variables.setVariable("changedClass", changedClass);
String viewClass = (String)component.getAttributes().get("viewClass");
- viewClass = (viewClass != null ? viewClass.trim() : "") + styleClass;
+ viewClass = (viewClass != null ? viewClass.trim() : "") + " " + styleClass;
variables.setVariable("viewClass", viewClass);
String editClass = (String)component.getAttributes().get("editClass");
- editClass = (editClass != null ? editClass.trim() : "") + styleClass;
+ editClass = (editClass != null ? editClass.trim() : "") + " " + styleClass;
variables.setVariable("editClass", editClass);
String layout = (String)component.getAttributes().get("layout");
Modified: trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
===================================================================
--- trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2009-01-08 19:37:27 UTC (rev 12164)
+++ trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2009-01-08 20:49:28 UTC (rev 12165)
@@ -80,15 +80,15 @@
variables.setVariable("styleClass", styleClass);
String changedClass = (String)component.getAttributes().get("changedClass");
- changedClass = (changedClass != null ? changedClass.trim() : "") + styleClass;
+ changedClass = (changedClass != null ? changedClass.trim() : "") + " " + styleClass;
variables.setVariable("changedClass", changedClass);
String viewClass = (String)component.getAttributes().get("viewClass");
- viewClass = (viewClass != null ? viewClass.trim() : "") + styleClass;
+ viewClass = (viewClass != null ? viewClass.trim() : "") + " " + styleClass;
variables.setVariable("viewClass", viewClass);
String editClass = (String)component.getAttributes().get("editClass");
- editClass = (editClass != null ? editClass.trim() : "") + styleClass;
+ editClass = (editClass != null ? editClass.trim() : "") + " " + styleClass;
variables.setVariable("editClass", editClass);
String layout = (String)component.getAttributes().get("layout");
17 years
JBoss Rich Faces SVN: r12164 - in trunk/docs: userguide/en/src/main/docbook/modules and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-01-08 14:37:27 -0500 (Thu, 08 Jan 2009)
New Revision: 12164
Modified:
trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml
trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml
Log:
https://jira.jboss.org/jira/browse/RF-5615
version are corrected from the previous release version to the next one
Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-01-08 19:19:33 UTC (rev 12163)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml 2009-01-08 19:37:27 UTC (rev 12164)
@@ -29,8 +29,8 @@
url="http://labs.jboss.com/jbossrichfaces/downloads/"
>here</ulink>. Source distribution you
can see in the
- <code>richfaces-ui-3.2.1-src.zip</code>. Binary
- stored in <code>richfaces-ui-3.2.1-bin.zip</code>
+ <code>richfaces-ui-3.3.0-src.zip</code>. Binary
+ stored in <code>richfaces-ui-3.3.0-bin.zip</code>
</listitem>
<listitem> If you use Maven, Maven knows the place where all
distributions are stored. Actual links to the
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml 2009-01-08 19:19:33 UTC (rev 12163)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCSettings.xml 2009-01-08 19:37:27 UTC (rev 12164)
@@ -259,7 +259,7 @@
<title>Portlet Support</title>
<para>
<property>JBoss Portlets</property> have support since version
- Ajax4jsf 1.1.1. This support is improved in RichFaces 3.2.1. Provide
+ Ajax4jsf 1.1.1. This support is improved from RichFaces 3.2.1. Provide
your feedback on compatible with RichFaces if you face some problems.
</para>
</section>
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml 2009-01-08 19:19:33 UTC (rev 12163)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCtechreqs.xml 2009-01-08 19:37:27 UTC (rev 12164)
@@ -51,7 +51,7 @@
<para><property>RichFaces</property> was developed with an open architecture to be compatible with
the widest possible variety of environments.</para>
- <para>This is what you need to start working with <property>RichFaces 3.2.1</property>:</para>
+ <para>This is what you need to start working with <property>RichFaces 3.3.0</property>:</para>
<itemizedlist>
<listitem><para>Java</para></listitem>
17 years
JBoss Rich Faces SVN: r12163 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-08 14:19:33 -0500 (Thu, 08 Jan 2009)
New Revision: 12163
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5613
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml 2009-01-08 19:18:26 UTC (rev 12162)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dropDownMenu/usage.xhtml 2009-01-08 19:19:33 UTC (rev 12163)
@@ -38,7 +38,7 @@
<div class="sample-container">
You can place a block of drop down menus horizontally or vertially how it is shown below. <br/><br/>
<ui:include src="/richfaces/dropDownMenu/examples/sidemenu.xhtml"/>
- <br/><rich:spacer width="1" height="25" border="0" alt="" />
+ <br/><rich:spacer width="1" height="25" border="0" />
<ui:include src="/templates/include/sourceview.xhtml">
<ui:param name="sourcepath" value="/richfaces/dropDownMenu/examples/sidemenu.xhtml"/>
</ui:include>
17 years
JBoss Rich Faces SVN: r12162 - trunk/ui/spacer/src/main/templates.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-01-08 14:18:26 -0500 (Thu, 08 Jan 2009)
New Revision: 12162
Modified:
trunk/ui/spacer/src/main/templates/spacer.jspx
Log:
https://jira.jboss.org/jira/browse/RF-5613
Modified: trunk/ui/spacer/src/main/templates/spacer.jspx
===================================================================
--- trunk/ui/spacer/src/main/templates/spacer.jspx 2009-01-08 18:56:53 UTC (rev 12161)
+++ trunk/ui/spacer/src/main/templates/spacer.jspx 2009-01-08 19:18:26 UTC (rev 12162)
@@ -18,7 +18,7 @@
alt="#{component.attributes['title']}"
src="#{spacer}"
class="rich-spacer #{component.attributes['styleClass']}"
- x:passThruWithExclusions="id,width,height,title,styleClass,class"
+ x:passThruWithExclusions="id,width,height,title,styleClass,class,alt,src"
>
</img>
</f:root>
17 years
JBoss Rich Faces SVN: r12161 - in trunk/docs: migrationguide/en/src/main/docbook and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: smukhina
Date: 2009-01-08 13:56:53 -0500 (Thu, 08 Jan 2009)
New Revision: 12161
Modified:
trunk/docs/cdkguide/en/src/main/docbook/master.xml
trunk/docs/migrationguide/en/src/main/docbook/master.xml
trunk/docs/userguide/en/src/main/docbook/master.xml
Log:
https://jira.jboss.org/jira/browse/RF-5614
LInk to pdf version is created CDK guide
Links are fixed on Migration and Dev guides
Modified: trunk/docs/cdkguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/cdkguide/en/src/main/docbook/master.xml 2009-01-08 17:53:40 UTC (rev 12160)
+++ trunk/docs/cdkguide/en/src/main/docbook/master.xml 2009-01-08 18:56:53 UTC (rev 12161)
@@ -64,13 +64,13 @@
<abstract>
<title/>
- <!--para>
- <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...">PDF version</ulink>
- </para-->
+ <para>
+ <ulink url="../pdf/CDK_Developer_Guide.pdf">PDF version</ulink>
+ </para>
</abstract>
- </bookinfo>
+ </bookinfo>
<toc/>
&intro;
Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml 2009-01-08 17:53:40 UTC (rev 12160)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml 2009-01-08 18:56:53 UTC (rev 12161)
@@ -40,7 +40,7 @@
<abstract>
<title/>
<para>
- <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...">PDF version</ulink>
+ <ulink url="../pdf/richfaces_migration_guide.pdf">PDF version</ulink>
</para>
</abstract>
Modified: trunk/docs/userguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/master.xml 2009-01-08 17:53:40 UTC (rev 12160)
+++ trunk/docs/userguide/en/src/main/docbook/master.xml 2009-01-08 18:56:53 UTC (rev 12161)
@@ -72,7 +72,7 @@
<abstract>
<title/>
<para>
- <ulink url="http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...">PDF version</ulink>
+ <ulink url="../pdf/richfaces_reference.pdf">PDF version</ulink>
</para>
</abstract>
<!--citebiblioid>
17 years