JBoss Rich Faces SVN: r3416 - in branches/3.1.x: cdk and 77 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-16 21:05:59 -0400 (Tue, 16 Oct 2007)
New Revision: 3416
Modified:
branches/3.1.x/cdk/generator/pom.xml
branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml
branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml
branches/3.1.x/cdk/maven-cdk-plugin/pom.xml
branches/3.1.x/cdk/pom.xml
branches/3.1.x/docs/pom.xml
branches/3.1.x/docs/userguide/en/pom.xml
branches/3.1.x/docs/userguide/pom.xml
branches/3.1.x/docs/xslt/en/pom.xml
branches/3.1.x/docs/xslt/pom.xml
branches/3.1.x/extensions/pom.xml
branches/3.1.x/extensions/portlet/pom.xml
branches/3.1.x/framework/api/pom.xml
branches/3.1.x/framework/impl/pom.xml
branches/3.1.x/framework/pom.xml
branches/3.1.x/framework/test/pom.xml
branches/3.1.x/pom.xml
branches/3.1.x/samples/calendar-sample/pom.xml
branches/3.1.x/samples/dataFilterSliderDemo/pom.xml
branches/3.1.x/samples/dataTableDemo/pom.xml
branches/3.1.x/samples/datascroller-sample/pom.xml
branches/3.1.x/samples/dragDropDemo/pom.xml
branches/3.1.x/samples/dropdownmenu-sample/pom.xml
branches/3.1.x/samples/effect-sample/pom.xml
branches/3.1.x/samples/gmap-sample/pom.xml
branches/3.1.x/samples/inputNumberSliderDemo/pom.xml
branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml
branches/3.1.x/samples/local-value-demo/pom.xml
branches/3.1.x/samples/modalpanel-sample/pom.xml
branches/3.1.x/samples/panel-sample/pom.xml
branches/3.1.x/samples/panelbar-sample/pom.xml
branches/3.1.x/samples/panelmenu-sample/pom.xml
branches/3.1.x/samples/pom.xml
branches/3.1.x/samples/rich-message-demo/pom.xml
branches/3.1.x/samples/richfaces-demo/pom.xml
branches/3.1.x/samples/separator-sample/pom.xml
branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml
branches/3.1.x/samples/skins/pom.xml
branches/3.1.x/samples/suggestionbox-sample/pom.xml
branches/3.1.x/samples/tabPanelDemo/pom.xml
branches/3.1.x/samples/togglePanel-sample/pom.xml
branches/3.1.x/samples/toolBarDemo/pom.xml
branches/3.1.x/samples/tooltip-sample/pom.xml
branches/3.1.x/samples/tree-demo/pom.xml
branches/3.1.x/samples/treeModelDemo/pom.xml
branches/3.1.x/ui/assembly/pom.xml
branches/3.1.x/ui/calendar/pom.xml
branches/3.1.x/ui/core/pom.xml
branches/3.1.x/ui/dataFilterSlider/pom.xml
branches/3.1.x/ui/dataTable/pom.xml
branches/3.1.x/ui/datascroller/pom.xml
branches/3.1.x/ui/drag-drop/pom.xml
branches/3.1.x/ui/dropdown-menu/pom.xml
branches/3.1.x/ui/effect/pom.xml
branches/3.1.x/ui/gmap/pom.xml
branches/3.1.x/ui/inputnumber-slider/pom.xml
branches/3.1.x/ui/inputnumber-spinner/pom.xml
branches/3.1.x/ui/insert/pom.xml
branches/3.1.x/ui/jQuery/pom.xml
branches/3.1.x/ui/menu-components/pom.xml
branches/3.1.x/ui/message/pom.xml
branches/3.1.x/ui/modal-panel/pom.xml
branches/3.1.x/ui/paint2D/pom.xml
branches/3.1.x/ui/panel/pom.xml
branches/3.1.x/ui/panelbar/pom.xml
branches/3.1.x/ui/panelmenu/pom.xml
branches/3.1.x/ui/pom.xml
branches/3.1.x/ui/scrollableDataTable/pom.xml
branches/3.1.x/ui/separator/pom.xml
branches/3.1.x/ui/simpleTogglePanel/pom.xml
branches/3.1.x/ui/spacer/pom.xml
branches/3.1.x/ui/suggestionbox/pom.xml
branches/3.1.x/ui/tabPanel/pom.xml
branches/3.1.x/ui/togglePanel/pom.xml
branches/3.1.x/ui/toolBar/pom.xml
branches/3.1.x/ui/tooltip/pom.xml
branches/3.1.x/ui/tree/pom.xml
branches/3.1.x/ui/treeModel/pom.xml
branches/3.1.x/ui/virtualEarth/pom.xml
Log:
[maven-release-plugin] prepare release 3.1.2.GA
Modified: branches/3.1.x/cdk/generator/pom.xml
===================================================================
--- branches/3.1.x/cdk/generator/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/cdk/generator/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Java Server Faces component generator</name>
<build>
<plugins>
Modified: branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/cdk/maven-archetype-jsf-component/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/cdk/maven-archetype-jsfwebapp/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: branches/3.1.x/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/3.1.x/cdk/maven-cdk-plugin/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/cdk/maven-cdk-plugin/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/cdk/pom.xml
===================================================================
--- branches/3.1.x/cdk/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/cdk/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: branches/3.1.x/docs/pom.xml
===================================================================
--- branches/3.1.x/docs/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/docs/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,12 +3,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: branches/3.1.x/docs/userguide/en/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/en/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/docs/userguide/en/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>jdocbook</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: branches/3.1.x/docs/userguide/pom.xml
===================================================================
--- branches/3.1.x/docs/userguide/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/docs/userguide/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: branches/3.1.x/docs/xslt/en/pom.xml
===================================================================
--- branches/3.1.x/docs/xslt/en/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/docs/xslt/en/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>xslt</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>en</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>jar</packaging>
<name>Documentation stylesheets (English translation)</name>
<description>
Modified: branches/3.1.x/docs/xslt/pom.xml
===================================================================
--- branches/3.1.x/docs/xslt/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/docs/xslt/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>xslt</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>pom</packaging>
<name>Documentation stylesheets</name>
<description>Docbook documentation stylesheets</description>
Modified: branches/3.1.x/extensions/pom.xml
===================================================================
--- branches/3.1.x/extensions/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/extensions/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: branches/3.1.x/extensions/portlet/pom.xml
===================================================================
--- branches/3.1.x/extensions/portlet/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/extensions/portlet/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>ajax4jsf portlet brige</name>
<url>http://labs.jboss.com/wiki/Ajax4jsf/a4j-portlet</url>
<dependencies>
@@ -56,12 +56,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/framework/api/pom.xml
===================================================================
--- branches/3.1.x/framework/api/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/framework/api/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<build>
<plugins>
<plugin>
Modified: branches/3.1.x/framework/impl/pom.xml
===================================================================
--- branches/3.1.x/framework/impl/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/framework/impl/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -10,12 +10,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Java Server Faces AJAX framework implementation</name>
<build>
<resources>
@@ -189,7 +189,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<profiles>
Modified: branches/3.1.x/framework/pom.xml
===================================================================
--- branches/3.1.x/framework/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/framework/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<dependencies />
Modified: branches/3.1.x/framework/test/pom.xml
===================================================================
--- branches/3.1.x/framework/test/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/framework/test/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
Modified: branches/3.1.x/pom.xml
===================================================================
--- branches/3.1.x/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -4,7 +4,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
@@ -129,9 +129,9 @@
</license>
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/3.1.x</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.1.x</developerConnection>
- <url>https://svn.jboss.org/repos/richfaces/branches/3.1.x</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3.1.2.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.1.2.GA</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/tags/3.1.2.GA</url>
</scm>
<profiles>
<profile>
Modified: branches/3.1.x/samples/calendar-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/calendar-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/calendar-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>calendar-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>calendar-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>calendar</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/dataFilterSliderDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/dataFilterSliderDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>dataFilterSliderDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>dataFilterSliderDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataFilterSlider</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/dataTableDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/dataTableDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/dataTableDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dataTableDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<url>http://maven.apache.org</url>
@@ -18,12 +18,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/datascroller-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/datascroller-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/datascroller-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>datascroller-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>datascroller</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/dragDropDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/dragDropDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/dragDropDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dragDropDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>Drag/Drop demo app</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/dropdownmenu-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/dropdownmenu-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/dropdownmenu-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dropdownmenu-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dropdown-menu</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/effect-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/effect-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/effect-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>effect-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>effect Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>effect</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/gmap-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/gmap-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/gmap-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>gmap-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>gmap</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/inputNumberSliderDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/inputNumberSliderDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSliderDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-slider</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/inputNumberSpinnerDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSpinnerDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/local-value-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/local-value-demo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/local-value-demo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>local-value-demo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>richfaces-local-value-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/modalpanel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/modalpanel-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/modalpanel-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>modalpanel-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>modalpanel-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>modal-panel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/panel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/panel-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/panel-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panel-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>panel-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/panelbar-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/panelbar-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/panelbar-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelbar-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelbar</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/panelmenu-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/panelmenu-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/panelmenu-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelmenu-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>panelmenu-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelmenu</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/pom.xml
===================================================================
--- branches/3.1.x/samples/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,14 +3,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
<packaging>pom</packaging>
<name>RichFaces Components Examples</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<url>http://labs.jboss.com/jbossrichfaces/samples</url>
<properties>
<!-- -->
@@ -67,12 +67,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: branches/3.1.x/samples/rich-message-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/rich-message-demo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/rich-message-demo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>rich-message-demo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>rich-message-demo</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/richfaces-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/richfaces-demo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-demo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>richfaces-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -24,7 +24,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/separator-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/separator-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/separator-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>separator-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>separator</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/simpleTogglePanel-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>simpleTogglePanel-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>simpleTogglePanel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/skins/pom.xml
===================================================================
--- branches/3.1.x/samples/skins/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/skins/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: branches/3.1.x/samples/suggestionbox-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/suggestionbox-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/suggestionbox-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>suggestionbox-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>suggestionbox-sample Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/tabPanelDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/tabPanelDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/tabPanelDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tabPanelDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,22 +17,22 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tabPanel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/togglePanel-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/togglePanel-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/togglePanel-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>togglePanel-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,17 +17,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>togglePanel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/toolBarDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/toolBarDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/toolBarDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>toolBarDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
<build>
@@ -17,12 +17,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>toolBar</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/samples/tooltip-sample/pom.xml
===================================================================
--- branches/3.1.x/samples/tooltip-sample/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/tooltip-sample/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tooltip-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>tooltip-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tooltip</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: branches/3.1.x/samples/tree-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/tree-demo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/tree-demo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tree-demo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>tree-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/samples/treeModelDemo/pom.xml
===================================================================
--- branches/3.1.x/samples/treeModelDemo/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/samples/treeModelDemo/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>treeModelDemo</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>Tree Model Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>treeModel</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: branches/3.1.x/ui/assembly/pom.xml
===================================================================
--- branches/3.1.x/ui/assembly/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/assembly/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Modified: branches/3.1.x/ui/calendar/pom.xml
===================================================================
--- branches/3.1.x/ui/calendar/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/calendar/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/core/pom.xml
===================================================================
--- branches/3.1.x/ui/core/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/core/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/dataFilterSlider/pom.xml
===================================================================
--- branches/3.1.x/ui/dataFilterSlider/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/dataFilterSlider/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/dataTable/pom.xml
===================================================================
--- branches/3.1.x/ui/dataTable/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/dataTable/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/datascroller/pom.xml
===================================================================
--- branches/3.1.x/ui/datascroller/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/datascroller/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/drag-drop/pom.xml
===================================================================
--- branches/3.1.x/ui/drag-drop/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/drag-drop/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/dropdown-menu/pom.xml
===================================================================
--- branches/3.1.x/ui/dropdown-menu/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/dropdown-menu/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/effect/pom.xml
===================================================================
--- branches/3.1.x/ui/effect/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/effect/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/gmap/pom.xml
===================================================================
--- branches/3.1.x/ui/gmap/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/gmap/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/inputnumber-slider/pom.xml
===================================================================
--- branches/3.1.x/ui/inputnumber-slider/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/inputnumber-slider/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/inputnumber-spinner/pom.xml
===================================================================
--- branches/3.1.x/ui/inputnumber-spinner/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/inputnumber-spinner/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: branches/3.1.x/ui/insert/pom.xml
===================================================================
--- branches/3.1.x/ui/insert/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/insert/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/jQuery/pom.xml
===================================================================
--- branches/3.1.x/ui/jQuery/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/jQuery/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/menu-components/pom.xml
===================================================================
--- branches/3.1.x/ui/menu-components/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/menu-components/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/message/pom.xml
===================================================================
--- branches/3.1.x/ui/message/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/message/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/modal-panel/pom.xml
===================================================================
--- branches/3.1.x/ui/modal-panel/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/modal-panel/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/paint2D/pom.xml
===================================================================
--- branches/3.1.x/ui/paint2D/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/paint2D/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/panel/pom.xml
===================================================================
--- branches/3.1.x/ui/panel/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/panel/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/panelbar/pom.xml
===================================================================
--- branches/3.1.x/ui/panelbar/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/panelbar/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: branches/3.1.x/ui/panelmenu/pom.xml
===================================================================
--- branches/3.1.x/ui/panelmenu/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/panelmenu/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/pom.xml
===================================================================
--- branches/3.1.x/ui/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -3,7 +3,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -131,12 +131,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: branches/3.1.x/ui/scrollableDataTable/pom.xml
===================================================================
--- branches/3.1.x/ui/scrollableDataTable/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/scrollableDataTable/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Scrollable Data Table</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -71,12 +71,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: branches/3.1.x/ui/separator/pom.xml
===================================================================
--- branches/3.1.x/ui/separator/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/separator/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: branches/3.1.x/ui/simpleTogglePanel/pom.xml
===================================================================
--- branches/3.1.x/ui/simpleTogglePanel/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/simpleTogglePanel/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/spacer/pom.xml
===================================================================
--- branches/3.1.x/ui/spacer/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/spacer/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/suggestionbox/pom.xml
===================================================================
--- branches/3.1.x/ui/suggestionbox/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/suggestionbox/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/tabPanel/pom.xml
===================================================================
--- branches/3.1.x/ui/tabPanel/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/tabPanel/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/togglePanel/pom.xml
===================================================================
--- branches/3.1.x/ui/togglePanel/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/togglePanel/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/toolBar/pom.xml
===================================================================
--- branches/3.1.x/ui/toolBar/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/toolBar/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/tooltip/pom.xml
===================================================================
--- branches/3.1.x/ui/tooltip/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/tooltip/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/tree/pom.xml
===================================================================
--- branches/3.1.x/ui/tree/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/tree/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/treeModel/pom.xml
===================================================================
--- branches/3.1.x/ui/treeModel/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/treeModel/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: branches/3.1.x/ui/virtualEarth/pom.xml
===================================================================
--- branches/3.1.x/ui/virtualEarth/pom.xml 2007-10-17 00:46:23 UTC (rev 3415)
+++ branches/3.1.x/ui/virtualEarth/pom.xml 2007-10-17 01:05:59 UTC (rev 3416)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
17 years, 2 months
JBoss Rich Faces SVN: r3415 - in branches/3.1.x: samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport and 9 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-16 20:46:23 -0400 (Tue, 16 Oct 2007)
New Revision: 3415
Added:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml
Removed:
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml
branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/
Modified:
branches/3.1.x/release notes.txt
branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java
branches/3.1.x/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/examples/clock.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml
branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
Log:
Prepare release 3.1.2.GA . Merge richfaces-demo from trunk.
Modified: branches/3.1.x/release notes.txt
===================================================================
--- branches/3.1.x/release notes.txt 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/release notes.txt 2007-10-17 00:46:23 UTC (rev 3415)
@@ -1,3 +1,25 @@
+ What new in the 3.1.2
+
+**Bug
+
+ * RF-243 Action Listener isn't invoked by DEFAULT on the menuItem
+ * RF-913 weekDayLabels does not work
+ * RF-1029 Menu Item doen't work correctly
+ * RF-1047 UITabPanel?: if "value" is not available during RestoreView?, then ProcessDecodes? ignored for child components
+ * RF-1070 Panel Menu Item doesn't encodes parameters in server mode.
+ * RF-1072 Calendar rich:calendar is squeezed in IE when placed inside a t:panelGrid.
+ * RF-1075 Calendar. Mart month all cells displays "1" in day label.
+ * RF-1077 Scrollable Data Table : wrong scroll position after scrolling and sorting.
+ * RF-1090 TabPanel? tabs doesn't encodes parameters in server mode
+ * RF-1106 header facet provides <td> html elements instead of <th>
+ * RF-1109 RichFaces + Seam 2.0 : IllegalStateException? : No active conversation context
+ * RF-1112 3.1.2RC1: Javascript error for PanelMenuItem?
+
+**Improvements
+
+ * JQuery component created.
+ * RF-1096 jquery: id selector expansion
+
Release Notes - RichFaces - Version 3.1.1
** Bug
* [RF-258] - Tab Panel prevent immediate actions calling
Modified: branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/ajaxsupport/UserBean.java 2007-10-17 00:46:23 UTC (rev 3415)
@@ -11,6 +11,7 @@
private String city;
private String zip;
private Date date;
+ private Date pollStartTime;
private boolean pollEnabled;
public UserBean() {
@@ -60,7 +61,13 @@
}
public Date getDate() {
- return new Date();
+ Date date = new Date();
+ if (null==pollStartTime){
+ pollStartTime = new Date();
+ return date;
+ }
+ if ((date.getTime()-pollStartTime.getTime())>=60000) setPollEnabled(false);
+ return date;
}
public void setDate(Date date) {
@@ -72,6 +79,7 @@
}
public void setPollEnabled(boolean pollEnabled) {
+ if (pollEnabled) setPollStartTime(null);
this.pollEnabled = pollEnabled;
}
@@ -98,5 +106,13 @@
public void setZip(String zip) {
this.zip = zip;
}
+
+ public Date getPollStartTime() {
+ return pollStartTime;
+ }
+
+ public void setPollStartTime(Date pollStartTime) {
+ this.pollStartTime = pollStartTime;
+ }
}
Modified: branches/3.1.x/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/resources/org/richfaces/demo/common/components.properties 2007-10-17 00:46:23 UTC (rev 3415)
@@ -14,7 +14,8 @@
dataGrid= richDataIterators, Data Grid, /images/ico_DataTable.gif, /images/cn_DataGrid.gif, RichFacesComponentsLibrary.html#dataGrid, jbossrichfaces/freezone/docs/tlddoc/rich/dataGrid.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIDataGrid.html, /richfaces/dataGrid.jsf
dataList= richDataIterators, Data List, /images/ico_DataTable.gif, /images/cn_DataList.gif, RichFacesComponentsLibrary.html#dataList, jbossrichfaces/freezone/docs/tlddoc/rich/dataList.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIDataList.html, /richfaces/dataLists.jsf
dataOrderedList= richDataIterators, Data Ordered List, /images/ico_DataTable.gif, /images/cn_DataOrderedList.gif, RichFacesComponentsLibrary.html#dataOrderedList, jbossrichfaces/freezone/docs/tlddoc/rich/dataOrderedList.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/taglib/DataOrderedListTag.html, /richfaces/dataLists.jsf
-gmap= richMisc, Google Map, /images/ico_GoogleMap.gif, /images/cn_GoogleMap.gif, RichFacesComponentsLibrary.html#gmap, jbossrichfaces/freezone/docs/tlddoc/rich/gmap.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIGmap.html, /richfaces/gmap.jsf
+gmap= richMisc, Google Map, /images/ico_GoogleMap.gif, /images/cn_GoogleMap.gif, RichFacesComponentsLibrary.html#gmap, jbossrichfaces/freezone/docs/tlddoc/rich/gmap.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIGmap.html, /richfaces/gmap.jsf
+jQuery= richMisc, jQuery, /images/ico_common.gif, /images/cn_jQuery.gif, RichFacesComponentsLibrary.html#jQuery, jbossrichfaces/freezone/docs/tlddoc/rich/jQuery.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIJQuery.html, /richfaces/jQuery.jsf
paint2d= richOutputs, Paint2D, /images/ico_Paint2D.gif, /images/cn_Paint2D.gif, RichFacesComponentsLibrary.html#paint2D, jbossrichfaces/freezone/docs/tlddoc/rich/paint2D.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIPaint2D.html, /richfaces/paint2D.jsf
toolBar= richOutputs, Tool Bar, /images/ico_ToolBar.gif, /images/cn_ToolBar.gif, RichFacesComponentsLibrary.html#toolBar, jbossrichfaces/freezone/docs/tlddoc/rich/toolBar.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIToolBar.html, /richfaces/toolBar.jsf
toolTip= richOutputs, ToolTip, /images/ico_panel.gif, /images/cn_ToolTip.gif, RichFacesComponentsLibrary.html#toolTip, jbossrichfaces/freezone/docs/tlddoc/rich/toolTip.html, jbossrichfaces/freezone/docs/apidoc/org/richfaces/component/UIToolTip.html, /richfaces/toolTip.jsf
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -1,52 +0,0 @@
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich">
-
- <style type="text/css">
- .pic-normal {
- width: 120px;
- border: 2px solid #ACBECE;
-
- }
- .wrap1 {
- width:190px;
- height: 130px;
- float: left;
- }
- </style>
-
-
- <rich:separator lineType="solid" height="1" />
- <h:outputText value="This demo shows how to attach the mouseover/mouseout events to the
- DOM objects. Hower the images below to make them enlarged." />
-
- <rich:separator lineType="solid" height="1" style="padding-bottom:10px;" />
-
- <a4j:outputPanel id="gallery">
- <h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic2.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic3.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic4.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic5.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic6.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic7.jpg" />
- <h:graphicImage value="/richfaces/jQuery/images/pic8.jpg" />
- </a4j:outputPanel>
-
- <br style="clear:both" />
-
-
- <rich:jQuery selector="#gallery img" query="addClass('pic-normal')"/>
- <rich:jQuery selector="#gallery img" query="wrap('<div class=\'wrap1\'>')" />
- <rich:jQuery selector="#gallery img" query="mouseover(function(){enlargePic(this)})"/>
- <rich:jQuery selector="#gallery img" query="mouseout(function(){normalPic(this)})"/>
-
- <rich:jQuery name="enlargePic" timing="onJScall" query="stop().animate({width:'180px'})" />
- <rich:jQuery name="normalPic" timing="onJScall" query="stop().animate({width:'120px'})" />
-
-
-
-</ui:composition>
\ No newline at end of file
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml)
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml (rev 0)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -0,0 +1,52 @@
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+ <style type="text/css">
+ .pic-normal {
+ width: 120px;
+ border: 2px solid #ACBECE;
+
+ }
+ .wrap1 {
+ width:190px;
+ height: 130px;
+ float: left;
+ }
+ </style>
+
+
+ <rich:separator lineType="solid" height="1" />
+ <h:outputText value="This demo shows how to attach the mouseover/mouseout events to the
+ DOM objects. Hower the images below to make them enlarged." />
+
+ <rich:separator lineType="solid" height="1" style="padding-bottom:10px;" />
+
+ <a4j:outputPanel id="gallery">
+ <h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic2.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic3.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic4.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic5.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic6.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic7.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic8.jpg" />
+ </a4j:outputPanel>
+
+ <br style="clear:both" />
+
+
+ <rich:jQuery selector="#gallery img" query="addClass('pic-normal')"/>
+ <rich:jQuery selector="#gallery img" query="wrap('<div class=\'wrap1\'>')" />
+ <rich:jQuery selector="#gallery img" query="mouseover(function(){enlargePic(this)})"/>
+ <rich:jQuery selector="#gallery img" query="mouseout(function(){normalPic(this)})"/>
+
+ <rich:jQuery name="enlargePic" timing="onJScall" query="stop().animate({width:'180px'})" />
+ <rich:jQuery name="normalPic" timing="onJScall" query="stop().animate({width:'120px'})" />
+
+
+
+</ui:composition>
\ No newline at end of file
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -1,71 +0,0 @@
-<ui:composition xmlns="http://www.w3.org/1999/xhtml"
- xmlns:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich">
-
- <style type="text/css">
- .odd-row {
- background-color: #ECF3FE;
- }
- .even-row {
- background-color: #FCFFFE;
- }
- .active-row {
- background-color: #FFEBDA;
- }
-
- </style>
-
-
- <rich:separator lineType="solid" height="1" />
-
- <h:outputText value="This demo shows how just four rich:jQuery queries allow to
- add zebra-style to the table and highlight rows under the mouse cursor." />
-
-
- <rich:dataTable width="483" id="carList" rows="15"
- value="#{dataTableScrollerBean.allCars}" var="category">
- <f:facet name="header">
- <rich:columnGroup>
- <h:column>
- <h:outputText styleClass="headerText" value="Make" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Model" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Price" />
- </h:column>
- <h:column>
- <h:outputText styleClass="headerText" value="Mileage" />
- </h:column>
- </rich:columnGroup>
- </f:facet>
-
- <h:column>
- <h:outputText value="#{category.make}" />
- </h:column>
- <h:column>
- <h:outputText value="#{category.model}" />
- </h:column>
- <h:column>
- <h:outputText value="#{category.price}" />
- </h:column>
- <h:column>
- <h:outputText value="#{category.mileage}" />
- </h:column>
-
- </rich:dataTable>
-
- <rich:jQuery selector="#carList tr:odd" query="addClass('odd-row')" />
- <rich:jQuery selector="#carList tr:even" query="addClass('even-row')" />
- <rich:jQuery selector="#carList tr"
- query="mouseover(function(){jQuery(this).addClass('active-row')})"/>
- <rich:jQuery selector="#carList tr"
- query="mouseout(function(){jQuery(this).removeClass('active-row')})"/>
-
-
- <rich:separator height="1" style="padding-top:10px" />
-</ui:composition>
\ No newline at end of file
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml)
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml (rev 0)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -0,0 +1,71 @@
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+ <style type="text/css">
+ .odd-row {
+ background-color: #ECF3FE;
+ }
+ .even-row {
+ background-color: #FCFFFE;
+ }
+ .active-row {
+ background-color: #FFEBDA;
+ }
+
+ </style>
+
+
+ <rich:separator lineType="solid" height="1" />
+
+ <h:outputText value="This demo shows how just four rich:jQuery queries allow to
+ add zebra-style to the table and highlight rows under the mouse cursor." />
+
+
+ <rich:dataTable width="483" id="carList" rows="15"
+ value="#{dataTableScrollerBean.allCars}" var="category">
+ <f:facet name="header">
+ <rich:columnGroup>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Make" />
+ </h:column>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Model" />
+ </h:column>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Price" />
+ </h:column>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Mileage" />
+ </h:column>
+ </rich:columnGroup>
+ </f:facet>
+
+ <h:column>
+ <h:outputText value="#{category.make}" />
+ </h:column>
+ <h:column>
+ <h:outputText value="#{category.model}" />
+ </h:column>
+ <h:column>
+ <h:outputText value="#{category.price}" />
+ </h:column>
+ <h:column>
+ <h:outputText value="#{category.mileage}" />
+ </h:column>
+
+ </rich:dataTable>
+
+ <rich:jQuery selector="#carList tr:odd" query="addClass('odd-row')" />
+ <rich:jQuery selector="#carList tr:even" query="addClass('even-row')" />
+ <rich:jQuery selector="#carList tr"
+ query="mouseover(function(){jQuery(this).addClass('active-row')})"/>
+ <rich:jQuery selector="#carList tr"
+ query="mouseout(function(){jQuery(this).removeClass('active-row')})"/>
+
+
+ <rich:separator height="1" style="padding-top:10px" />
+</ui:composition>
\ No newline at end of file
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg
===================================================================
(Binary files differ)
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg)
===================================================================
(Binary files differ)
Deleted: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -1,66 +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:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
- xmlns:rich="http://richfaces.org/rich">
- <ui:composition template="/templates/component-sample.xhtml">
- <ui:define name="sample">
-
- <p>rich:jQuery integrates jQuery javascript framework into the JavaServer
- Faces application. The component allows to apply the styles and behavior
- to the DOM elements dynamically, including the result of JSF components rendering.
- For more information about jQuery framework and its features,
- you can read <a href="http://jquery.com/">http://jquery.com</a>
- </p>
- <p>Integrated jQuery works without conflicts with prototype.js library that is used
- widely in the RichFaces library. This means that $() function is delegated
- back to the prototype.js. Use jQuery() function instead to refer to
- jQuery objects if necessary. Read more about jQuery usage with other libraries
- at <a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">
- http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a>
- </p>
-
-
- <div class="sample-container" >
-
- <ui:include src="/richfaces/jQuery/examples/zebra.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath" value="/richfaces/jQuery/examples/zebra.xhtml"/>
- </ui:include>
- </div>
- <p>
- rich:jQuery can be used in two major modes:
- <ul>
- <li> as a once time query applied immediately or on document ready event</li>
- <li> as a javascript function that can be invoked from the custom javascript</li>
- </ul>
- The mode is chosen with timing attribute that can have the following options:
- <ul>
- <li>immediate - applying the query immediately </li>
- <li>onload - applying the query when the document is loaded.</li>
- <li>onJScall - applying the query by invoked the javascript function defined with the name attribute</li>
- </ul>
- </p>
- <p>
- Defining "name" attribute is mandatory when timing="onJScall".
- If "name" attribute is defined when timing equals to "immediate" or "onload",
- the query is applied according to this value, but you still have an
- opportunity to invoke it by a function name.<br/>
- The selector attribute defines an object or list of objects, the query
- defined with the query attribute will be applied to.
- </p>
- <div class="sample-container" >
-
- <ui:include src="/richfaces/jQuery/examples/fishEye.xhtml"/>
- <ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath" value="/richfaces/jQuery/examples/fishEye.xhtml"/>
- </ui:include>
- </div>
-
-
- </ui:define>
-
- </ui:composition>
-</html>
\ No newline at end of file
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml)
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml (rev 0)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+ <ui:composition template="/templates/component-sample.xhtml">
+ <ui:define name="sample">
+
+ <p>rich:jQuery integrates jQuery javascript framework into the JavaServer
+ Faces application. The component allows to apply the styles and behavior
+ to the DOM elements dynamically, including the result of JSF components rendering.
+ For more information about jQuery framework and its features,
+ you can read <a href="http://jquery.com/">http://jquery.com</a>
+ </p>
+ <p>Integrated jQuery works without conflicts with prototype.js library that is used
+ widely in the RichFaces library. This means that $() function is delegated
+ back to the prototype.js. Use jQuery() function instead to refer to
+ jQuery objects if necessary. Read more about jQuery usage with other libraries
+ at <a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">
+ http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a>
+ </p>
+
+
+ <div class="sample-container" >
+
+ <ui:include src="/richfaces/jQuery/examples/zebra.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath" value="/richfaces/jQuery/examples/zebra.xhtml"/>
+ </ui:include>
+ </div>
+ <p>
+ rich:jQuery can be used in two major modes:
+ <ul>
+ <li> as a once time query applied immediately or on document ready event</li>
+ <li> as a javascript function that can be invoked from the custom javascript</li>
+ </ul>
+ The mode is chosen with timing attribute that can have the following options:
+ <ul>
+ <li>immediate - applying the query immediately </li>
+ <li>onload - applying the query when the document is loaded.</li>
+ <li>onJScall - applying the query by invoked the javascript function defined with the name attribute</li>
+ </ul>
+ </p>
+ <p>
+ Defining "name" attribute is mandatory when timing="onJScall".
+ If "name" attribute is defined when timing equals to "immediate" or "onload",
+ the query is applied according to this value, but you still have an
+ opportunity to invoke it by a function name.<br/>
+ The selector attribute defines an object or list of objects, the query
+ defined with the query attribute will be applied to.
+ </p>
+ <div class="sample-container" >
+
+ <ui:include src="/richfaces/jQuery/examples/fishEye.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath" value="/richfaces/jQuery/examples/fishEye.xhtml"/>
+ </ui:include>
+ </div>
+
+
+ </ui:define>
+
+ </ui:composition>
+</html>
\ No newline at end of file
Copied: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery.xhtml (from rev 3414, trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery.xhtml)
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery.xhtml (rev 0)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/jQuery.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:rich="http://richfaces.org/rich">
+<ui:composition template="/templates/main.xhtml">
+ <ui:define name="title">RichFaces - Open Source Rich JSF Components - jQuery Extension</ui:define>
+ <ui:define name="body">
+
+ <rich:tabPanel switchType="server" value="#{componentNavigator.activeTab}" styleClass="top_tab" contentClass="content_tab" headerClass="header_tabs_class" inactiveTabClass="inactive_tab" activeTabClass="active_tab">
+
+ <rich:tab label="Usage">
+ <ui:include src="/richfaces/jQuery/usage.xhtml"/>
+ </rich:tab>
+ <ui:include src="/templates/include/tagInfo.xhtml">
+ <ui:param name="path" value="rich/jQuery"/>
+ </ui:include>
+ </rich:tabPanel>
+
+ </ui:define>
+</ui:composition>
+</html>
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/examples/clock.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/examples/clock.xhtml 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/examples/clock.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -2,25 +2,29 @@
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
- xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<rich:separator height="1"/>
<a4j:region>
<h:form>
- <a4j:poll id="poll" interval="500" enabled="#{userBean.pollEnabled}" reRender="serverDate"/>
+ <a4j:poll id="poll" interval="500" enabled="#{userBean.pollEnabled}" reRender="poll,grid"/>
</h:form>
</a4j:region>
<h:form>
- <h:panelGrid columns="2" width="80%">
- <a4j:commandButton style="width:120px" id="control"
- value="#{userBean.pollEnabled?'Stop':'Start'} Polling"
- reRender="poll, control">
- <a4j:actionparam name="polling" value="#{!userBean.pollEnabled}"
- assignTo="#{userBean.pollEnabled}"/>
- </a4j:commandButton>
- <h:outputText id="serverDate" style="font-size:16px" value="Server Date: #{userBean.date}"/>
- </h:panelGrid>
+ <h:panelGrid columns="2" width="80%" id="grid">
+ <h:panelGrid columns="1">
+ <h:outputText value="Polling Inactive" rendered="#{not userBean.pollEnabled}"></h:outputText>
+ <h:outputText value="Polling Active" rendered="#{userBean.pollEnabled}"></h:outputText>
+ <a4j:commandButton style="width:120px" id="control"
+ value="#{userBean.pollEnabled?'Stop':'Start'} Polling"
+ reRender="poll, grid">
+ <a4j:actionparam name="polling" value="#{!userBean.pollEnabled}"
+ assignTo="#{userBean.pollEnabled}"/>
+ </a4j:commandButton>
+ </h:panelGrid>
+ <h:outputText id="serverDate" style="font-size:16px" value="Server Date: #{userBean.date}"/>
+ </h:panelGrid>
</h:form>
<rich:separator height="1" style="padding-top:10px"/>
</ui:composition>
\ No newline at end of file
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -18,7 +18,8 @@
</p>
<p>The following example shown how the date and time is updated on the page based on the data
- taken from the server.</p>
+ taken from the server. To turn off polling, press "Stop Polling" button.</p>
+ <p><b>Note: </b>polling is automatically disabled in this demo after one minute of working.</p>
<div class="sample-container">
Modified: branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-16 23:56:20 UTC (rev 3414)
+++ branches/3.1.x/samples/richfaces-demo/src/main/webapp/templates/main.xhtml 2007-10-17 00:46:23 UTC (rev 3415)
@@ -12,11 +12,12 @@
<ui:insert name="title"/>
</title>
<link rel="STYLESHEET" type="text/css" href="${facesContext.externalContext.requestContextPath}/css/common.css"/>
+
<ui:include src="/templates/include/dynamic-css.xhtml" />
</head>
<body>
-<span style="display:none">${a4j.version}</span>
+
<ui:include src="/templates/include/header.xhtml" />
<table class="left_menu" cellpadding="0" cellspacing="0" border="0">
<tbody>
@@ -44,35 +45,18 @@
<td width="100%" class="content_container_pdddings">
<!-- tabpanel begin -->
<ui:insert name="body">Body</ui:insert>
-<!-- tabpanel end -->
+<!-- tabpanel end -->
+ <rich:spacer style="height:10px;" />
+ <rich:separator style="height:1px" />
+ <div style="font-size:10px;float:right">${a4j.version}</div>
+ <div style="font-size:10px;float:none">
+ <a href="http://jboss.com/index.html?module=bb&op=viewtopic&t=104575"
+ style="color:#000">RichFaces. Most Important Links</a>
+ </div>
</td>
</tr>
</tbody>
</table>
- <a4j:log hotkey="M"/>
+
</body>
</html>
-<!--
-<table style="height: 100%; width: 100%">
- <tr>
- <td colspan="2" style="height: 50px">
- </td>
- </tr>
- <tr>
- <td style="width: 200px; padding:2px; vertical-align:top">
- <rich:panel style="height:95%;">
- <ui:include src="/templates/include/components-navigation.xhtml" />
- </rich:panel>
- </td>
- <td style="padding:2px; vertical-align:top">
- </td>
- </tr>
- <tr>
- <td colspan="2" style="height:50px">
- <ui:include src="/templates/include/footer.xhtml" />
- </td>
- </tr>
-</table>
-</body>
-</html>
--->
\ No newline at end of file
17 years, 2 months
JBoss Rich Faces SVN: r3414 - branches/3.1.x/ui/jQuery/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-10-16 19:56:20 -0400 (Tue, 16 Oct 2007)
New Revision: 3414
Modified:
branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml
Log:
attributes' descr.
Modified: branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 23:49:50 UTC (rev 3413)
+++ branches/3.1.x/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 23:56:20 UTC (rev 3414)
@@ -29,10 +29,8 @@
<name>name</name>
<classname>java.lang.String</classname>
<description>
- The name of the function that will be generated to execute the query. If name is
- not defined explicitly it will be pre-generated from the id of the component where
- colon is replaced with underscore and "jq_" prefix is added. The name attribute is required
- if timing attribute equals to "onJScall"
+ The name of the function that will be generated to execute the query.
+ The name attribute is required if timing attribute equals to "onJScall"
</description>
<defaultvalue>""</defaultvalue>
</property>
@@ -40,8 +38,8 @@
<name>selector</name>
<classname>java.lang.String</classname>
<description>
- Selector for query. The component id as well as any html element id might
- be used inside.
+ Selector for query. The "selector" attribute uses defined by w3c
+ consortium syntax for CSS rule selector with some jQuery extensions.
</description>
<defaultvalue>""</defaultvalue>
</property>
17 years, 2 months
JBoss Rich Faces SVN: r3413 - in trunk: samples/richfaces-demo/src/main/webapp/richfaces/jQuery and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-10-16 19:49:50 -0400 (Tue, 16 Oct 2007)
New Revision: 3413
Added:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg
Modified:
trunk/samples/jQuery-sample/src/main/webapp/WEB-INF/web.xml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml
trunk/ui/jQuery/src/main/config/component/jQuery.xml
Log:
jQuery doc and examples
Modified: trunk/samples/jQuery-sample/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/samples/jQuery-sample/src/main/webapp/WEB-INF/web.xml 2007-10-16 23:42:15 UTC (rev 3412)
+++ trunk/samples/jQuery-sample/src/main/webapp/WEB-INF/web.xml 2007-10-16 23:49:50 UTC (rev 3413)
@@ -37,7 +37,7 @@
</context-param>
<context-param>
<param-name>org.ajax4jsf.COMPRESS_SCRIPT</param-name>
- <param-value>false</param-value>
+ <param-value>true</param-value>
</context-param>
<filter>
<display-name>Ajax4jsf Filter</display-name>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-16 23:42:15 UTC (rev 3412)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/fishEye.xhtml 2007-10-16 23:49:50 UTC (rev 3413)
@@ -4,10 +4,49 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
+
+ <style type="text/css">
+ .pic-normal {
+ width: 120px;
+ border: 2px solid #ACBECE;
+
+ }
+ .wrap1 {
+ width:190px;
+ height: 130px;
+ float: left;
+ }
+ </style>
+
<rich:separator lineType="solid" height="1" />
+ <h:outputText value="This demo shows how to attach the mouseover/mouseout events to the
+ DOM objects. Hower the images below to make them enlarged." />
- // TODO jQuery example
+ <rich:separator lineType="solid" height="1" style="padding-bottom:10px;" />
+
+ <a4j:outputPanel id="gallery">
+ <h:graphicImage value="/richfaces/jQuery/images/pic1.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic2.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic3.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic4.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic5.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic6.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic7.jpg" />
+ <h:graphicImage value="/richfaces/jQuery/images/pic8.jpg" />
+ </a4j:outputPanel>
+
+ <br style="clear:both" />
- <rich:separator height="1" style="padding-top:10px" />
+
+ <rich:jQuery selector="#gallery img" query="addClass('pic-normal')"/>
+ <rich:jQuery selector="#gallery img" query="wrap('<div class=\'wrap1\'>')" />
+ <rich:jQuery selector="#gallery img" query="mouseover(function(){enlargePic(this)})"/>
+ <rich:jQuery selector="#gallery img" query="mouseout(function(){normalPic(this)})"/>
+
+ <rich:jQuery name="enlargePic" timing="onJScall" query="stop().animate({width:'180px'})" />
+ <rich:jQuery name="normalPic" timing="onJScall" query="stop().animate({width:'120px'})" />
+
+
+
</ui:composition>
\ No newline at end of file
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml (rev 0)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/examples/zebra.xhtml 2007-10-16 23:49:50 UTC (rev 3413)
@@ -0,0 +1,71 @@
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:a4j="http://richfaces.org/a4j"
+ xmlns:rich="http://richfaces.org/rich">
+
+ <style type="text/css">
+ .odd-row {
+ background-color: #ECF3FE;
+ }
+ .even-row {
+ background-color: #FCFFFE;
+ }
+ .active-row {
+ background-color: #FFEBDA;
+ }
+
+ </style>
+
+
+ <rich:separator lineType="solid" height="1" />
+
+ <h:outputText value="This demo shows how just four rich:jQuery queries allow to
+ add zebra-style to the table and highlight rows under the mouse cursor." />
+
+
+ <rich:dataTable width="483" id="carList" rows="15"
+ value="#{dataTableScrollerBean.allCars}" var="category">
+ <f:facet name="header">
+ <rich:columnGroup>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Make" />
+ </h:column>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Model" />
+ </h:column>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Price" />
+ </h:column>
+ <h:column>
+ <h:outputText styleClass="headerText" value="Mileage" />
+ </h:column>
+ </rich:columnGroup>
+ </f:facet>
+
+ <h:column>
+ <h:outputText value="#{category.make}" />
+ </h:column>
+ <h:column>
+ <h:outputText value="#{category.model}" />
+ </h:column>
+ <h:column>
+ <h:outputText value="#{category.price}" />
+ </h:column>
+ <h:column>
+ <h:outputText value="#{category.mileage}" />
+ </h:column>
+
+ </rich:dataTable>
+
+ <rich:jQuery selector="#carList tr:odd" query="addClass('odd-row')" />
+ <rich:jQuery selector="#carList tr:even" query="addClass('even-row')" />
+ <rich:jQuery selector="#carList tr"
+ query="mouseover(function(){jQuery(this).addClass('active-row')})"/>
+ <rich:jQuery selector="#carList tr"
+ query="mouseout(function(){jQuery(this).removeClass('active-row')})"/>
+
+
+ <rich:separator height="1" style="padding-top:10px" />
+</ui:composition>
\ No newline at end of file
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic1.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic2.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic3.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic4.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic5.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic6.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic7.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/images/pic8.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-16 23:42:15 UTC (rev 3412)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/jQuery/usage.xhtml 2007-10-16 23:49:50 UTC (rev 3413)
@@ -25,9 +25,9 @@
<div class="sample-container" >
- <ui:include src="/richfaces/jQuery/examples/fishEye.xhtml"/>
+ <ui:include src="/richfaces/jQuery/examples/zebra.xhtml"/>
<ui:include src="/templates/include/sourceview.xhtml">
- <ui:param name="sourcepath" value="/richfaces/jQuery/examples/fishEye.xhtml"/>
+ <ui:param name="sourcepath" value="/richfaces/jQuery/examples/zebra.xhtml"/>
</ui:include>
</div>
<p>
@@ -51,6 +51,14 @@
The selector attribute defines an object or list of objects, the query
defined with the query attribute will be applied to.
</p>
+ <div class="sample-container" >
+
+ <ui:include src="/richfaces/jQuery/examples/fishEye.xhtml"/>
+ <ui:include src="/templates/include/sourceview.xhtml">
+ <ui:param name="sourcepath" value="/richfaces/jQuery/examples/fishEye.xhtml"/>
+ </ui:include>
+ </div>
+
</ui:define>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml 2007-10-16 23:42:15 UTC (rev 3412)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/poll/usage.xhtml 2007-10-16 23:49:50 UTC (rev 3413)
@@ -19,7 +19,7 @@
<p>The following example shown how the date and time is updated on the page based on the data
taken from the server. To turn off polling, press "Stop Polling" button.</p>
- <p><b>Note: </b>polling is automatically disabled after one minute of working.</p>
+ <p><b>Note: </b>polling is automatically disabled in this demo after one minute of working.</p>
<div class="sample-container">
Modified: trunk/ui/jQuery/src/main/config/component/jQuery.xml
===================================================================
--- trunk/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 23:42:15 UTC (rev 3412)
+++ trunk/ui/jQuery/src/main/config/component/jQuery.xml 2007-10-16 23:49:50 UTC (rev 3413)
@@ -29,9 +29,7 @@
<name>name</name>
<classname>java.lang.String</classname>
<description>
- The name of a function that will be generated to execute a query. If the name is
- not defined explicitly, it is pre-generated from the id of the component where
- colon is replaced with underscore and "jq_" prefix is added. The "name" attribute is required
+ The name of a function that will be generated to execute a query. The "name" attribute is required
if "timing" attribute equals to "onJScall"
</description>
<defaultvalue>""</defaultvalue>
@@ -40,8 +38,8 @@
<name>selector</name>
<classname>java.lang.String</classname>
<description>
- Selector for a query. The component id as well as any html element id might
- be used inside.
+ Selector for query. The "selector" attribute uses defined by w3c
+ consortium syntax for CSS rule selector with some jQuery extensions.
</description>
<defaultvalue>""</defaultvalue>
</property>
17 years, 2 months
JBoss Rich Faces SVN: r3412 - branches/3.1.x/samples/richfaces-demo.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-16 19:42:15 -0400 (Tue, 16 Oct 2007)
New Revision: 3412
Modified:
branches/3.1.x/samples/richfaces-demo/pom.xml
Log:
Fix final name of the release jas's
Modified: branches/3.1.x/samples/richfaces-demo/pom.xml
===================================================================
--- branches/3.1.x/samples/richfaces-demo/pom.xml 2007-10-16 23:40:20 UTC (rev 3411)
+++ branches/3.1.x/samples/richfaces-demo/pom.xml 2007-10-16 23:42:15 UTC (rev 3412)
@@ -144,6 +144,7 @@
<profile>
<id>release</id>
<build>
+ <finalName>${artifactId}-${version}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
17 years, 2 months
JBoss Rich Faces SVN: r3411 - in branches/3.1.x: ui/inputnumber-spinner/src/main/config and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-16 19:40:20 -0400 (Tue, 16 Oct 2007)
New Revision: 3411
Added:
branches/3.1.x/deployRelease.sh
branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/
branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml
Log:
Fix resource config for a input number spinner component.
Added: branches/3.1.x/deployRelease.sh
===================================================================
--- branches/3.1.x/deployRelease.sh (rev 0)
+++ branches/3.1.x/deployRelease.sh 2007-10-16 23:40:20 UTC (rev 3411)
@@ -0,0 +1,18 @@
+PROJECT_DIR=`pwd`
+
+mvn -s ~/.m2t/settings.xml -P local,release deploy -N
+cd $PROJECT_DIR/cdk
+mvn -s ~/.m2t/settings.xml -P local,release deploy
+cd $PROJECT_DIR/framework
+mvn -s ~/.m2t/settings.xml -P local,release deploy
+cd $PROJECT_DIR/ui
+mvn -s ~/.m2t/settings.xml -P local,release deploy -N
+mvn -s ~/.m2t/settings.xml -P local,release install
+cd $PROJECT_DIR/docs
+mvn -s ~/.m2t/settings.xml -P local,release deploy
+cd $PROJECT_DIR/ui/assembly
+mvn -s ~/.m2t/settings.xml -P local,release deploy
+cd $PROJECT_DIR/extensions
+mvn -s ~/.m2t/settings.xml -P local,release deploy
+cd $PROJECT_DIR/samples/richfaces-demo
+mvn -s ~/.m2t/settings.xml -P local,release deploy
Added: branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml
===================================================================
--- branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml (rev 0)
+++ branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml 2007-10-16 23:40:20 UTC (rev 3411)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resource-config>
+ <resource class="org.richfaces.renderkit.html.images.background.SpinnerButtonGradient">
+ <name>org.richfaces.renderkit.html.images.background.SpinnerButtonGradient</name>
+ </resource>
+ <resource class="org.richfaces.renderkit.html.images.background.SpinnerFieldGradient">
+ <name>org.richfaces.renderkit.html.images.background.SpinnerFieldGradient</name>
+ </resource>
+ <resource class="org.richfaces.renderkit.html.images.buttons.SpinnerButtonImage">
+ <name>org.richfaces.renderkit.html.images.buttons.SpinnerButtonImage</name>
+ </resource>
+</resource-config>
Property changes on: branches/3.1.x/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
17 years, 2 months
JBoss Rich Faces SVN: r3410 - in trunk: framework/impl/src/main/java/org/ajax4jsf/application and 5 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-10-16 19:18:22 -0400 (Tue, 16 Oct 2007)
New Revision: 3410
Added:
trunk/framework/api/src/main/java/org/ajax4jsf/application/StateHolder.java
trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java
trunk/ui/inputnumber-spinner/src/main/config/resources/
trunk/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml
Modified:
trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateHolder.java
trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java
trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateHolderTest.java
trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java
trunk/samples/pom.xml
trunk/ui/paint2D/src/main/java/org/richfaces/renderkit/html/Paint2DResource.java
Log:
Unit tests for a Ajax StateManager implementation.
Added: trunk/framework/api/src/main/java/org/ajax4jsf/application/StateHolder.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/application/StateHolder.java (rev 0)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/application/StateHolder.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -0,0 +1,9 @@
+package org.ajax4jsf.application;
+
+public interface StateHolder {
+
+ public Object getState(String viewId, Object sequence);
+
+ public void saveState(String viewId, Object sequence, Object state);
+
+}
\ No newline at end of file
Property changes on: trunk/framework/api/src/main/java/org/ajax4jsf/application/StateHolder.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Revision Author
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateHolder.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateHolder.java 2007-10-16 21:08:17 UTC (rev 3409)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateHolder.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -18,7 +18,7 @@
* @author asmirnov
*
*/
-public class AjaxStateHolder implements Serializable {
+public class AjaxStateHolder implements Serializable, StateHolder {
private static final Log _log = LogFactory.getLog(AjaxStateHolder.class);
/**
@@ -36,7 +36,7 @@
this.numberOfViews = numberOfViews;
}
- public static AjaxStateHolder getInstance(FacesContext context) {
+ public static StateHolder getInstance(FacesContext context) {
if (null == context) {
throw new NullPointerException(
"FacesContext parameter for get view states object is null");
@@ -47,9 +47,9 @@
if (_log.isDebugEnabled()) {
_log.debug("Request for a view states holder instance");
}
- AjaxStateHolder instance = null;
+ StateHolder instance = null;
synchronized (session) {
- instance = (AjaxStateHolder) sessionMap.get(STATE_HOLDER);
+ instance = (StateHolder) sessionMap.get(STATE_HOLDER);
if (null == instance) {
// Create and store in session new state holder.
int numbersOfViewsInSession = ContextInitParameters
@@ -72,6 +72,9 @@
return instance;
}
+ /* (non-Javadoc)
+ * @see org.ajax4jsf.application.StateHolder#getState(java.lang.String, java.lang.Object)
+ */
public Object getState(String viewId, Object sequence) {
if (null == viewId) {
throw new NullPointerException(
@@ -97,6 +100,9 @@
return state;
}
+ /* (non-Javadoc)
+ * @see org.ajax4jsf.application.StateHolder#saveState(java.lang.String, java.lang.Object, java.lang.Object)
+ */
public void saveState(String viewId, Object sequence, Object state) {
if (null == viewId) {
throw new NullPointerException(
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java 2007-10-16 21:08:17 UTC (rev 3409)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/application/AjaxStateManager.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -21,25 +21,13 @@
package org.ajax4jsf.application;
-import java.io.Externalizable;
import java.io.IOException;
-import java.io.ObjectInput;
-import java.io.ObjectOutput;
import java.lang.reflect.Constructor;
-import java.util.ArrayList;
-import java.util.HashMap;
import java.util.HashSet;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
-import java.util.Set;
-import java.util.Map.Entry;
import javax.faces.FactoryFinder;
import javax.faces.application.StateManager;
-import javax.faces.component.UIComponent;
import javax.faces.component.UIViewRoot;
-import javax.faces.context.ExternalContext;
import javax.faces.context.FacesContext;
import javax.faces.render.RenderKit;
import javax.faces.render.RenderKitFactory;
@@ -47,7 +35,6 @@
import org.ajax4jsf.context.AjaxContext;
import org.ajax4jsf.event.AjaxPhaseListener;
-import org.apache.commons.collections.map.LRUMap;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -57,15 +44,52 @@
*/
public class AjaxStateManager extends StateManager {
+ private final class SeamStateManagerWrapper extends StateManager {
+ protected Object getComponentStateToSave(FacesContext arg0) {
+ // do nothing
+ return null;
+ }
+
+ protected Object getTreeStructureToSave(FacesContext arg0) {
+ // do nothing
+ return null;
+ }
+
+ protected void restoreComponentState(FacesContext arg0,
+ UIViewRoot arg1, String arg2) {
+ // do nothing
+
+ }
+
+ protected UIViewRoot restoreTreeStructure(FacesContext arg0,
+ String arg1, String arg2) {
+ // do nothing
+ return null;
+ }
+
+ public UIViewRoot restoreView(FacesContext arg0, String arg1,
+ String arg2) {
+ // do nothing
+ return null;
+ }
+
+ public SerializedView saveSerializedView(FacesContext arg0) {
+ // delegate to enclosed class method.
+ return buildSerializedView(arg0);
+ }
+
+ public void writeState(FacesContext arg0, SerializedView arg1)
+ throws IOException {
+ // do nothing
+ }
+ }
+
private static final Class[] STATE_MANAGER_ARGUMENTS = new Class[] { StateManager.class };
public static final int DEFAULT_NUMBER_OF_VIEWS = 16;
- private static final String VIEW_STATES_MAP = AjaxStateManager.class
- .getName()
- + ".VIEW_STATES_MAP";
- private static final Object VIEW_SEQUENCE = AjaxStateManager.class
+ public static final String VIEW_SEQUENCE = AjaxStateManager.class
.getName()
+ ".VIEW_SEQUENCE";
@@ -102,50 +126,7 @@
Constructor constructor = seamStateManagerClass
.getConstructor(STATE_MANAGER_ARGUMENTS);
seamStateManager = (StateManager) constructor
- .newInstance(new Object[] { new StateManager() {
-
- protected Object getComponentStateToSave(
- FacesContext arg0) {
- // do nothing
- return null;
- }
-
- protected Object getTreeStructureToSave(
- FacesContext arg0) {
- // do nothing
- return null;
- }
-
- protected void restoreComponentState(FacesContext arg0,
- UIViewRoot arg1, String arg2) {
- // do nothing
-
- }
-
- protected UIViewRoot restoreTreeStructure(
- FacesContext arg0, String arg1, String arg2) {
- // do nothing
- return null;
- }
-
- public UIViewRoot restoreView(FacesContext arg0,
- String arg1, String arg2) {
- // do nothing
- return null;
- }
-
- public SerializedView saveSerializedView(
- FacesContext arg0) {
- // delegate to enclosed class method.
- return buildSerializedView(arg0);
- }
-
- public void writeState(FacesContext arg0,
- SerializedView arg1) throws IOException {
- // do nothing
- }
-
- } });
+ .newInstance(new Object[] { new SeamStateManagerWrapper() });
if (_log.isDebugEnabled()) {
_log.debug("Create instance of the SeamStateManager");
}
@@ -163,7 +144,9 @@
* @see javax.faces.application.StateManager#getComponentStateToSave(javax.faces.context.FacesContext)
*/
protected Object getComponentStateToSave(FacesContext context) {
- throw new UnsupportedOperationException();
+ Object treeState = context.getViewRoot().processSaveState(context);
+ Object state[] = { treeState, getAdditionalState(context) };
+ return state;
}
/*
@@ -172,7 +155,9 @@
* @see javax.faces.application.StateManager#getTreeStructureToSave(javax.faces.context.FacesContext)
*/
protected Object getTreeStructureToSave(FacesContext context) {
- throw new UnsupportedOperationException();
+ TreeStrutureNode treeStructure = new TreeStrutureNode();
+ treeStructure.apply(context, context.getViewRoot(), new HashSet());
+ return treeStructure;
}
/*
@@ -253,59 +238,9 @@
protected Object[] restoreStateFromSession(FacesContext context,
String viewId, String renderKitId) {
- Object[] restoredState = null;
- Object id = getRenderKit(context, renderKitId)
- .getResponseStateManager().getTreeStructureToRestore(context,
- viewId);
- ExternalContext externalContext = context.getExternalContext();
- Object session = externalContext.getSession(false);
- if (null == session) {
- if (_log.isDebugEnabled()) {
- _log.debug("Can't restore view state : session expired");
- }
- } else {
- synchronized (session) {
- LRUMap viewStates = (LRUMap) externalContext.getSessionMap()
- .get(VIEW_STATES_MAP);
- if (null != viewStates) {
- LRUMap logicalStates = (LRUMap) viewStates.get(viewId);
- if (null != logicalStates) {
- if (null != id) {
- restoredState = (Object[]) logicalStates.get(id);
- externalContext.getRequestMap().put(VIEW_SEQUENCE,
- id);
- if (null == restoredState) {
- if (_log.isDebugEnabled()) {
- _log
- .debug("No saved view state found for a Id "
- + id
- + ". Restore last saved state");
- }
- restoredState = (Object[]) logicalStates
- .get(logicalStates.firstKey());
- }
- } else {
- if (_log.isDebugEnabled()) {
- _log
- .debug("No version Id for a saved view state in request. Restore last saved state");
- }
- restoredState = (Object[]) logicalStates
- .get(logicalStates.firstKey());
- }
- } else if (_log.isDebugEnabled()) {
- _log
- .debug("Can't restore view state : no saved states for a ViewId "
- + viewId);
- }
-
- } else if (_log.isDebugEnabled()) {
- _log
- .debug("Can't restore view state : no saved view states in session");
- }
-
- }
- }
-
+ Object id = restoreLogicalViewId(context, viewId, renderKitId);
+ StateHolder stateHolder = getStateHolder(context);
+ Object[] restoredState = (Object[]) stateHolder.getState(viewId, id);
return restoredState;
}
@@ -326,10 +261,8 @@
SerializedView serializedView = null;
UIViewRoot viewRoot = context.getViewRoot();
if (!viewRoot.isTransient()) {
- TreeStrutureNode treeStructure = new TreeStrutureNode();
- treeStructure.apply(context, viewRoot, new HashSet());
- Object treeState = viewRoot.processSaveState(context);
- Object state[] = { treeState, getAdditionalState(context) };
+ TreeStrutureNode treeStructure = (TreeStrutureNode) getTreeStructureToSave(context);
+ Object state = getComponentStateToSave(context);
if (isSavingStateInClient(context)) {
serializedView = new SerializedView(treeStructure, state);
} else {
@@ -351,30 +284,22 @@
Object treeStructure, Object state) {
SerializedView serializedView;
UIViewRoot viewRoot = context.getViewRoot();
- ExternalContext externalContext = context.getExternalContext();
- Object session = externalContext.getSession(true);
- synchronized (session) {
- LRUMap viewStates = (LRUMap) externalContext.getSessionMap().get(
- VIEW_STATES_MAP);
- if (null == viewStates) {
- viewStates = new LRUMap(getNumberOfViews(externalContext));
- externalContext.getSessionMap()
- .put(VIEW_STATES_MAP, viewStates);
- }
- Object id = getNextViewId(context);
- LRUMap logicalViewsMap = (LRUMap) viewStates.get(viewRoot
- .getViewId());
- if (null == logicalViewsMap) {
- logicalViewsMap = new LRUMap(getNumberOfViews(externalContext));
- }
- // Renew last seen view.
- viewStates.put(viewRoot.getViewId(), logicalViewsMap);
- logicalViewsMap.put(id, new Object[] { treeStructure, state });
- serializedView = new SerializedView(id, null);
- }
+ StateHolder stateHolder = getStateHolder(context);
+ Object id = getLogicalViewId(context);
+ stateHolder.saveState(viewRoot.getViewId(), id, new Object[] {
+ treeStructure, state });
+ serializedView = new SerializedView(id, null);
return serializedView;
}
+ /**
+ * @param context
+ * @return
+ */
+ protected StateHolder getStateHolder(FacesContext context) {
+ return AjaxStateHolder.getInstance(context);
+ }
+
protected Object getAdditionalState(FacesContext context) {
return null;
}
@@ -383,7 +308,31 @@
}
- protected Object getNextViewId(FacesContext context) {
+ /**
+ * Restore logical view id from request.
+ * @param context
+ * @param viewId
+ * @param renderKitId
+ * @return
+ */
+ protected Object restoreLogicalViewId(FacesContext context, String viewId,
+ String renderKitId) {
+ Object id = getRenderKit(context, renderKitId)
+ .getResponseStateManager().getTreeStructureToRestore(context,
+ viewId);
+ if (null != id) {
+ context.getExternalContext().getRequestMap().put(VIEW_SEQUENCE, id);
+ }
+ return id;
+ }
+
+ /**
+ * Return logical Id for current request view state. For a faces requests, generate sequence numbers.
+ * For a ajax request, attempt to re-use id from request submit.
+ * @param context
+ * @return
+ */
+ protected Object getLogicalViewId(FacesContext context) {
AjaxContext ajaxContext = AjaxContext.getCurrentInstance(context);
if (ajaxContext.isAjaxRequest(context)) {
Object id = context.getExternalContext().getRequestMap().get(
@@ -400,9 +349,6 @@
return UIViewRoot.UNIQUE_ID_PREFIX + ((int) viewSequence);
}
- protected int getNumberOfViews(ExternalContext externalContext) {
- return DEFAULT_NUMBER_OF_VIEWS;
- }
protected RenderKit getRenderKit(FacesContext context, String renderKitId) {
RenderKit renderKit = context.getRenderKit();
@@ -414,201 +360,4 @@
return renderKit;
}
- protected static final class TreeStrutureNode implements Externalizable {
- /**
- * TODO - implement Externalizable to reduce serialized state.
- */
- private static final long serialVersionUID = -9038742487716977911L;
-
- private static final String NULL_ID = "";
-
- private Map facets = null;
-
- private List children = null;
-
- private String type;
-
- private String id;
-
- public TreeStrutureNode() {
- }
-
- public void apply(FacesContext context, UIComponent component,
- Set uniqueIds) {
- type = component.getClass().getName();
- id = component.getId();
- String clientId = component.getClientId(context);
- if (!uniqueIds.add(clientId)) {
- throw new IllegalStateException("duplicate Id for a component "
- + clientId);
- }
- Map componentFacets = component.getFacets();
- for (Iterator i = componentFacets.entrySet().iterator(); i
- .hasNext();) {
- Entry element = (Entry) i.next();
- UIComponent f = (UIComponent) element.getValue();
- if (!f.isTransient()) {
- TreeStrutureNode facet = new TreeStrutureNode();
- facet.apply(context, f, uniqueIds);
- if (null == facets) {
- facets = new HashMap();
- }
- facets.put(element.getKey(), facet);
-
- }
- }
- for (Iterator i = component.getChildren().iterator(); i.hasNext();) {
- UIComponent child = (UIComponent) i.next();
- if (!child.isTransient()) {
- TreeStrutureNode t = new TreeStrutureNode();
- t.apply(context, child, uniqueIds);
- if (null == children) {
- children = new ArrayList();
- }
- children.add(t);
-
- }
- }
- }
-
- public UIComponent restore(ComponentsLoader loader) {
- UIComponent component;
- component = loader.createComponent(type);
- component.setId(id);
- if (null != facets) {
- for (Iterator i = facets.entrySet().iterator(); i.hasNext();) {
- Entry element = (Entry) i.next();
- UIComponent facet = ((TreeStrutureNode) element.getValue())
- .restore(loader);
- component.getFacets().put(element.getKey(), facet);
- }
-
- }
- if (null != children) {
- for (Iterator i = children.iterator(); i.hasNext();) {
- TreeStrutureNode node = (TreeStrutureNode) i.next();
- UIComponent child = node.restore(loader);
- component.getChildren().add(child);
- }
-
- }
- return component;
- }
-
- /**
- * @return the facets
- */
- public Map getFacets() {
- return facets;
- }
-
- /**
- * @param facets
- * the facets to set
- */
- public void setFacets(Map facets) {
- this.facets = facets;
- }
-
- /**
- * @return the children
- */
- public List getChildren() {
- return children;
- }
-
- /**
- * @param children
- * the children to set
- */
- public void setChildren(List children) {
- this.children = children;
- }
-
- /**
- * @return the type
- */
- public String getType() {
- return type;
- }
-
- /**
- * @param type
- * the type to set
- */
- public void setType(String type) {
- this.type = type;
- }
-
- /**
- * @return the id
- */
- public String getId() {
- return id;
- }
-
- /**
- * @param id
- * the id to set
- */
- public void setId(String id) {
- this.id = id;
- }
-
- public void readExternal(ObjectInput in) throws IOException,
- ClassNotFoundException {
- type = in.readUTF();
- id = in.readUTF();
- if (NULL_ID.equals(id)) {
- id = null;
- }
- int facetsSize = in.readInt();
- if (facetsSize > 0) {
- facets = new HashMap(facetsSize);
- for (int i = 0; i < facetsSize; i++) {
- String facetName = in.readUTF();
- TreeStrutureNode facet = new TreeStrutureNode();
- facet.readExternal(in);
- facets.put(facetName, facet);
- }
- }
- int childrenSize = in.readInt();
- if (childrenSize > 0) {
- children = new ArrayList(childrenSize);
- for (int i = 0; i < childrenSize; i++) {
- TreeStrutureNode child = new TreeStrutureNode();
- child.readExternal(in);
- children.add(child);
- }
- }
- }
-
- public void writeExternal(ObjectOutput out) throws IOException {
- out.writeUTF(type);
- out.writeUTF(null == id ? NULL_ID : id);
- if (null != facets) {
- out.writeInt(facets.size());
- for (Iterator i = facets.entrySet().iterator(); i.hasNext();) {
- Map.Entry entry = (Map.Entry) i.next();
- out.writeUTF((String) entry.getKey());
- TreeStrutureNode node = (TreeStrutureNode) entry.getValue();
- node.writeExternal(out);
- }
-
- } else {
- out.writeInt(0);
- }
- if (null != children) {
- out.writeInt(children.size());
- for (Iterator i = children.iterator(); i.hasNext();) {
- TreeStrutureNode child = (TreeStrutureNode) i.next();
- child.writeExternal(out);
- }
-
- } else {
- out.writeInt(0);
- }
- }
- }
-
}
Added: trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java (rev 0)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -0,0 +1,220 @@
+/**
+ *
+ */
+package org.ajax4jsf.application;
+
+import java.io.Externalizable;
+import java.io.IOException;
+import java.io.ObjectInput;
+import java.io.ObjectOutput;
+import java.util.ArrayList;
+import java.util.HashMap;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Map;
+import java.util.Set;
+import java.util.Map.Entry;
+
+import javax.faces.component.UIComponent;
+import javax.faces.context.FacesContext;
+
+/**
+ * @author asmirnov
+ *
+ */
+final class TreeStrutureNode implements Externalizable {
+ /**
+ * TODO - implement Externalizable to reduce serialized state.
+ */
+ private static final long serialVersionUID = -9038742487716977911L;
+
+ private static final String NULL_ID = "";
+
+ private Map facets = null;
+
+ private List children = null;
+
+ private String type;
+
+ private String id;
+
+ public TreeStrutureNode() {
+ }
+
+ public void apply(FacesContext context, UIComponent component,
+ Set uniqueIds) {
+ type = component.getClass().getName();
+ id = component.getId();
+ String clientId = component.getClientId(context);
+ if (!uniqueIds.add(clientId)) {
+ throw new IllegalStateException("duplicate Id for a component "
+ + clientId);
+ }
+ Map componentFacets = component.getFacets();
+ for (Iterator i = componentFacets.entrySet().iterator(); i
+ .hasNext();) {
+ Entry element = (Entry) i.next();
+ UIComponent f = (UIComponent) element.getValue();
+ if (!f.isTransient()) {
+ TreeStrutureNode facet = new TreeStrutureNode();
+ facet.apply(context, f, uniqueIds);
+ if (null == facets) {
+ facets = new HashMap();
+ }
+ facets.put(element.getKey(), facet);
+
+ }
+ }
+ for (Iterator i = component.getChildren().iterator(); i.hasNext();) {
+ UIComponent child = (UIComponent) i.next();
+ if (!child.isTransient()) {
+ TreeStrutureNode t = new TreeStrutureNode();
+ t.apply(context, child, uniqueIds);
+ if (null == children) {
+ children = new ArrayList();
+ }
+ children.add(t);
+
+ }
+ }
+ }
+
+ public UIComponent restore(ComponentsLoader loader) {
+ UIComponent component;
+ component = loader.createComponent(type);
+ component.setId(id);
+ if (null != facets) {
+ for (Iterator i = facets.entrySet().iterator(); i.hasNext();) {
+ Entry element = (Entry) i.next();
+ UIComponent facet = ((TreeStrutureNode) element.getValue())
+ .restore(loader);
+ component.getFacets().put(element.getKey(), facet);
+ }
+
+ }
+ if (null != children) {
+ for (Iterator i = children.iterator(); i.hasNext();) {
+ TreeStrutureNode node = (TreeStrutureNode) i.next();
+ UIComponent child = node.restore(loader);
+ component.getChildren().add(child);
+ }
+
+ }
+ return component;
+ }
+
+ /**
+ * @return the facets
+ */
+ public Map getFacets() {
+ return facets;
+ }
+
+ /**
+ * @param facets
+ * the facets to set
+ */
+ public void setFacets(Map facets) {
+ this.facets = facets;
+ }
+
+ /**
+ * @return the children
+ */
+ public List getChildren() {
+ return children;
+ }
+
+ /**
+ * @param children
+ * the children to set
+ */
+ public void setChildren(List children) {
+ this.children = children;
+ }
+
+ /**
+ * @return the type
+ */
+ public String getType() {
+ return type;
+ }
+
+ /**
+ * @param type
+ * the type to set
+ */
+ public void setType(String type) {
+ this.type = type;
+ }
+
+ /**
+ * @return the id
+ */
+ public String getId() {
+ return id;
+ }
+
+ /**
+ * @param id
+ * the id to set
+ */
+ public void setId(String id) {
+ this.id = id;
+ }
+
+ public void readExternal(ObjectInput in) throws IOException,
+ ClassNotFoundException {
+ type = in.readUTF();
+ id = in.readUTF();
+ if (NULL_ID.equals(id)) {
+ id = null;
+ }
+ int facetsSize = in.readInt();
+ if (facetsSize > 0) {
+ facets = new HashMap(facetsSize);
+ for (int i = 0; i < facetsSize; i++) {
+ String facetName = in.readUTF();
+ TreeStrutureNode facet = new TreeStrutureNode();
+ facet.readExternal(in);
+ facets.put(facetName, facet);
+ }
+ }
+ int childrenSize = in.readInt();
+ if (childrenSize > 0) {
+ children = new ArrayList(childrenSize);
+ for (int i = 0; i < childrenSize; i++) {
+ TreeStrutureNode child = new TreeStrutureNode();
+ child.readExternal(in);
+ children.add(child);
+ }
+ }
+ }
+
+ public void writeExternal(ObjectOutput out) throws IOException {
+ out.writeUTF(type);
+ out.writeUTF(null == id ? NULL_ID : id);
+ if (null != facets) {
+ out.writeInt(facets.size());
+ for (Iterator i = facets.entrySet().iterator(); i.hasNext();) {
+ Map.Entry entry = (Map.Entry) i.next();
+ out.writeUTF((String) entry.getKey());
+ TreeStrutureNode node = (TreeStrutureNode) entry.getValue();
+ node.writeExternal(out);
+ }
+
+ } else {
+ out.writeInt(0);
+ }
+ if (null != children) {
+ out.writeInt(children.size());
+ for (Iterator i = children.iterator(); i.hasNext();) {
+ TreeStrutureNode child = (TreeStrutureNode) i.next();
+ child.writeExternal(out);
+ }
+
+ } else {
+ out.writeInt(0);
+ }
+ }
+}
\ No newline at end of file
Property changes on: trunk/framework/impl/src/main/java/org/ajax4jsf/application/TreeStrutureNode.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Revision Author
Modified: trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateHolderTest.java
===================================================================
--- trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateHolderTest.java 2007-10-16 21:08:17 UTC (rev 3409)
+++ trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateHolderTest.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -36,9 +36,9 @@
* Test method for {@link org.ajax4jsf.application.AjaxStateHolder#getInstance(javax.faces.context.FacesContext)}.
*/
public void testGetInstance() {
- AjaxStateHolder ajaxStateHolder = AjaxStateHolder.getInstance(facesContext);
+ StateHolder ajaxStateHolder = AjaxStateHolder.getInstance(facesContext);
assertNotNull(ajaxStateHolder);
- AjaxStateHolder ajaxStateHolder2 = AjaxStateHolder.getInstance(facesContext);
+ StateHolder ajaxStateHolder2 = AjaxStateHolder.getInstance(facesContext);
assertSame(ajaxStateHolder, ajaxStateHolder2);
}
@@ -48,7 +48,7 @@
public void testGetState() {
Object state = new Object();
Object state2 = new Object();
- AjaxStateHolder ajaxStateHolder = AjaxStateHolder.getInstance(facesContext);
+ StateHolder ajaxStateHolder = AjaxStateHolder.getInstance(facesContext);
assertNull(ajaxStateHolder.getState("foo", "_id1"));
ajaxStateHolder.saveState("foo", "_id1", state);
ajaxStateHolder.saveState("foo", "_id2", state2);
Modified: trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java
===================================================================
--- trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java 2007-10-16 21:08:17 UTC (rev 3409)
+++ trunk/framework/test/src/test/java/org/ajax4jsf/application/AjaxStateManagerTest.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -5,22 +5,28 @@
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
+import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.HashSet;
+import javax.faces.FactoryFinder;
import javax.faces.application.StateManager;
+import javax.faces.application.ViewHandler;
+import javax.faces.application.StateManager.SerializedView;
import javax.faces.component.UIColumn;
import javax.faces.component.UIComponent;
import javax.faces.component.UIData;
import javax.faces.component.UIInput;
import javax.faces.component.UIOutput;
import javax.faces.component.UIViewRoot;
+import javax.faces.context.FacesContext;
import javax.faces.render.RenderKit;
import javax.faces.render.RenderKitFactory;
+import javax.faces.render.ResponseStateManager;
-import org.ajax4jsf.application.AjaxStateManager.TreeStrutureNode;
import org.ajax4jsf.tests.AbstractAjax4JsfTestCase;
+import org.apache.shale.test.mock.MockRenderKit;
/**
@@ -31,7 +37,12 @@
private static final String FACET_B = "facetB";
private static final String FACET_A = "facetA";
+ private static final String AJAX_RENDER_KIT = "AJAX";
+ private AjaxStateManager ajaxStateManager;
+
+ private Object treeStructure;
+ private Object state;
/**
* @param name
*/
@@ -44,6 +55,34 @@
*/
public void setUp() throws Exception {
super.setUp();
+ RenderKitFactory renderKitFactory = (RenderKitFactory)
+ FactoryFinder.getFactory(FactoryFinder.RENDER_KIT_FACTORY);
+ renderKit = new MockRenderKit(){
+ public ResponseStateManager getResponseStateManager() {
+ return new ResponseStateManager(){
+
+ public Object getComponentStateToRestore(FacesContext arg0) {
+ return state;
+ }
+
+ public Object getTreeStructureToRestore(FacesContext arg0,
+ String arg1) {
+ return treeStructure;
+ }
+
+ public void writeState(FacesContext context,
+ SerializedView serializedView) throws IOException {
+ treeStructure = serializedView.getStructure();
+ state = serializedView.getState();
+ }
+
+ };
+ }
+ };
+ renderKitFactory.addRenderKit(AJAX_RENDER_KIT, renderKit);
+ facesContext.getViewRoot().setRenderKitId(AJAX_RENDER_KIT);
+ ajaxStateManager = new AjaxStateManager(application.getStateManager());
+ application.setStateManager(ajaxStateManager);
}
/* (non-Javadoc)
@@ -51,35 +90,44 @@
*/
public void tearDown() throws Exception {
super.tearDown();
+ ajaxStateManager = null;
+ treeStructure = null;
+ state = null;
}
/**
* Test method for {@link org.ajax4jsf.application.AjaxStateManager#restoreStateFromSession(javax.faces.context.FacesContext, java.lang.String, java.lang.String)}.
*/
- public void testRestoreStateFromSession() {
-// fail("Not yet implemented");
+ public void testRestoreStateFromSession() {
+ Object structure = new Object();
+ Object treeState = new Object();
+ ajaxStateManager.saveStateInSession(facesContext, structure, treeState);
+ treeStructure = UIViewRoot.UNIQUE_ID_PREFIX+"1";
+ Object[] stateFromSession = ajaxStateManager.restoreStateFromSession(facesContext, facesContext.getViewRoot().getViewId(), AJAX_RENDER_KIT);
+ assertSame(structure, stateFromSession[0]);
+ assertSame(treeState, stateFromSession[1]);
}
/**
- * Test method for {@link org.ajax4jsf.application.AjaxStateManager#getNextViewId(javax.faces.context.FacesContext)}.
+ * Test method for {@link org.ajax4jsf.application.AjaxStateManager#getLogicalViewId(javax.faces.context.FacesContext)}.
*/
public void testGetNextViewId() {
-// fail("Not yet implemented");
+ Object nextViewId = ajaxStateManager.getLogicalViewId(facesContext);
+ Object expected = ajaxStateManager.getLogicalViewId(facesContext);
+ assertFalse(expected.equals(nextViewId));
+ ajaxContext.setAjaxRequest(true);
+ request.setAttribute(AjaxStateManager.VIEW_SEQUENCE, expected);
+ nextViewId = ajaxStateManager.getLogicalViewId(facesContext);
+ assertEquals(expected, nextViewId);
}
- /**
- * Test method for {@link org.ajax4jsf.application.AjaxStateManager#getNumberOfViews(javax.faces.context.ExternalContext)}.
- */
- public void testGetNumberOfViews() {
-// fail("Not yet implemented");
- }
/**
* Test method for {@link org.ajax4jsf.application.AjaxStateManager#getRenderKit(javax.faces.context.FacesContext, java.lang.String)}.
*/
public void testGetRenderKit() {
AjaxStateManager stateManager = getAjaxStateManager();
- RenderKit kit = stateManager.getRenderKit(facesContext, RenderKitFactory.HTML_BASIC_RENDER_KIT);
+ RenderKit kit = stateManager.getRenderKit(facesContext, AJAX_RENDER_KIT);
assertSame(renderKit, kit);
}
@@ -144,10 +192,8 @@
/**
* @return
*/
- private AjaxStateManager getAjaxStateManager() {
- StateManager defaultStateManager = application.getStateManager();
- AjaxStateManager stateManager = new AjaxStateManager(defaultStateManager);
- return stateManager;
+ private AjaxStateManager getAjaxStateManager() {
+ return ajaxStateManager;
}
}
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-10-16 21:08:17 UTC (rev 3409)
+++ trunk/samples/pom.xml 2007-10-16 23:18:22 UTC (rev 3410)
@@ -443,9 +443,7 @@
<module>calendar-sample</module>
<module>treeModelDemo</module>
<module>local-value-demo</module>
- <!--
- <module>ajaxPortlet</module>
- -->
+ <module>ajaxPortlet</module>
<module>panelmenu-sample</module>
<module>rich-message-demo</module>
<!--
Added: trunk/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml
===================================================================
--- trunk/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml (rev 0)
+++ trunk/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml 2007-10-16 23:18:22 UTC (rev 3410)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resource-config>
+ <resource class="org.richfaces.renderkit.html.images.background.SpinnerButtonGradient">
+ <name>org.richfaces.renderkit.html.images.background.SpinnerButtonGradient</name>
+ </resource>
+ <resource class="org.richfaces.renderkit.html.images.background.SpinnerFieldGradient">
+ <name>org.richfaces.renderkit.html.images.background.SpinnerFieldGradient</name>
+ </resource>
+ <resource class="org.richfaces.renderkit.html.images.buttons.SpinnerButtonImage">
+ <name>org.richfaces.renderkit.html.images.buttons.SpinnerButtonImage</name>
+ </resource>
+</resource-config>
Property changes on: trunk/ui/inputnumber-spinner/src/main/config/resources/resources-config.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Revision Author
Modified: trunk/ui/paint2D/src/main/java/org/richfaces/renderkit/html/Paint2DResource.java
===================================================================
--- trunk/ui/paint2D/src/main/java/org/richfaces/renderkit/html/Paint2DResource.java 2007-10-16 21:08:17 UTC (rev 3409)
+++ trunk/ui/paint2D/src/main/java/org/richfaces/renderkit/html/Paint2DResource.java 2007-10-16 23:18:22 UTC (rev 3410)
@@ -66,7 +66,7 @@
public ResourceRenderer getRenderer(ResourceContext context) {
ImageData data = (ImageData) restoreData(context);
- ImageRenderer renderer = _renderers[data._format];
+ ImageRenderer renderer = _renderers[null==data?0:data._format];
return renderer;
}
/* (non-Javadoc)
17 years, 2 months
JBoss Rich Faces SVN: r3409 - branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/pmenu.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-10-16 17:08:17 -0400 (Tue, 16 Oct 2007)
New Revision: 3409
Modified:
branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/pmenu/PanelMenu.java
Log:
richfaces-demo/src/main/java/org/richfaces/demo/pmenu/PanelMenu.java made compileable
Modified: branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/pmenu/PanelMenu.java
===================================================================
--- branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/pmenu/PanelMenu.java 2007-10-16 18:49:52 UTC (rev 3408)
+++ branches/3.1.x/samples/richfaces-demo/src/main/java/org/richfaces/demo/pmenu/PanelMenu.java 2007-10-16 21:08:17 UTC (rev 3409)
@@ -6,7 +6,7 @@
import org.richfaces.component.UIPanelMenuItem;
public class PanelMenu {
- private String current;
+ private Object current;
private boolean singleMode;
public boolean isSingleMode() {
return singleMode;
@@ -19,11 +19,11 @@
public PanelMenu() {
}
- public String getCurrent() {
+ public Object getCurrent() {
return this.current;
}
- public void setCurrent(String current) {
+ public void setCurrent(Object current) {
this.current = current;
}
public String updateCurrent() {
17 years, 2 months
JBoss Rich Faces SVN: r3408 - in branches/3.1.x/framework/impl: src/main/java/org/ajax4jsf/javascript and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-10-16 14:49:52 -0400 (Tue, 16 Oct 2007)
New Revision: 3408
Modified:
branches/3.1.x/framework/impl/generatescript.xml
branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java
Log:
http://jira.jboss.com/jira/browse/RF-1129
Modified: branches/3.1.x/framework/impl/generatescript.xml
===================================================================
--- branches/3.1.x/framework/impl/generatescript.xml 2007-10-16 18:22:56 UTC (rev 3407)
+++ branches/3.1.x/framework/impl/generatescript.xml 2007-10-16 18:49:52 UTC (rev 3408)
@@ -50,7 +50,7 @@
-->
<filelist id="jquery"
dir="${basedir}/src/main/javascript/jquery"
- files="jquery-1.2.1.min.js,noConflict.js">
+ files="jquery-1.2.1.js,noConflict.js">
</filelist>
Modified: branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java
===================================================================
--- branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java 2007-10-16 18:22:56 UTC (rev 3407)
+++ branches/3.1.x/framework/impl/src/main/java/org/ajax4jsf/javascript/JSMin.java 2007-10-16 18:49:52 UTC (rev 3408)
@@ -213,7 +213,7 @@
case 3:
theB = next();
- if (theB == '/' && (theA == '(' || theA == ',' || theA == '='|| theA == ':')) {
+ if (theB == '/' && (theA == '(' || theA == ',' || theA == '='|| theA == ':' || theA == '[')) {
out.write(theA);
out.write(theB);
for (;;) {
17 years, 2 months
JBoss Rich Faces SVN: r3407 - trunk/framework/impl.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-10-16 14:22:56 -0400 (Tue, 16 Oct 2007)
New Revision: 3407
Modified:
trunk/framework/impl/generatescript.xml
Log:
scripts generation switched to full jQuery.js instead of minimized one
Modified: trunk/framework/impl/generatescript.xml
===================================================================
--- trunk/framework/impl/generatescript.xml 2007-10-16 18:13:52 UTC (rev 3406)
+++ trunk/framework/impl/generatescript.xml 2007-10-16 18:22:56 UTC (rev 3407)
@@ -50,7 +50,7 @@
-->
<filelist id="jquery"
dir="${basedir}/src/main/javascript/jquery"
- files="jquery-1.2.1.min.js,noConflict.js">
+ files="jquery-1.2.1.js,noConflict.js">
</filelist>
17 years, 2 months