JBoss Rich Faces SVN: r2685 - trunk/ui/calendar.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-09-02 19:44:02 -0400 (Sun, 02 Sep 2007)
New Revision: 2685
Modified:
trunk/ui/calendar/pom.xml
Log:
Unneeded clover profile removed from calendar POM
Modified: trunk/ui/calendar/pom.xml
===================================================================
--- trunk/ui/calendar/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
+++ trunk/ui/calendar/pom.xml 2007-09-02 23:44:02 UTC (rev 2685)
@@ -1,64 +1,51 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>calendar</artifactId>
- <name>Calendar</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <id>generate-sources</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>calendar</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>clover</id>
-<properties>
-<cloverLicense>c:\clover-richfaces.license</cloverLicense>
-<clover.license.path>c:\clover-richfaces.license</clover.license.path>
-<stagingDirectory>C:\eclipse\workspaces\workspaceVCP30\trunk\sandbox\ui\calendar</stagingDirectory>
-<releaseRepository>C:\temp\repo</releaseRepository>
-<snapshotRepository>C:\temp\snap</snapshotRepository>
- <tomcatPath>/path/to/tomcat/instance</tomcatPath>
- </properties>
- </profile>
- </profiles>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>calendar</artifactId>
+ <name>Calendar</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <id>generate-sources</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>calendar</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
17 years, 3 months
JBoss Rich Faces SVN: r2684 - in tags: 3.1.0-rc4 and 82 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-08-31 21:27:03 -0400 (Fri, 31 Aug 2007)
New Revision: 2684
Added:
tags/3.1.0-rc4/
Modified:
tags/3.1.0-rc4/cdk/generator/pom.xml
tags/3.1.0-rc4/cdk/maven-archetype-jsf-component/pom.xml
tags/3.1.0-rc4/cdk/maven-archetype-jsfwebapp/pom.xml
tags/3.1.0-rc4/cdk/maven-cdk-plugin/pom.xml
tags/3.1.0-rc4/cdk/pom.xml
tags/3.1.0-rc4/docs/pom.xml
tags/3.1.0-rc4/docs/userguide/en/pom.xml
tags/3.1.0-rc4/docs/userguide/pom.xml
tags/3.1.0-rc4/docs/xslt/en/pom.xml
tags/3.1.0-rc4/docs/xslt/pom.xml
tags/3.1.0-rc4/extensions/pom.xml
tags/3.1.0-rc4/extensions/portlet/pom.xml
tags/3.1.0-rc4/framework/api/pom.xml
tags/3.1.0-rc4/framework/impl/pom.xml
tags/3.1.0-rc4/framework/pom.xml
tags/3.1.0-rc4/framework/test/pom.xml
tags/3.1.0-rc4/pom.xml
tags/3.1.0-rc4/samples/calendar-sample/pom.xml
tags/3.1.0-rc4/samples/dataFilterSliderDemo/pom.xml
tags/3.1.0-rc4/samples/dataTableDemo/pom.xml
tags/3.1.0-rc4/samples/datascroller-sample/pom.xml
tags/3.1.0-rc4/samples/dragDropDemo/pom.xml
tags/3.1.0-rc4/samples/dropdownmenu-sample/pom.xml
tags/3.1.0-rc4/samples/effect-sample/pom.xml
tags/3.1.0-rc4/samples/gmap-sample/pom.xml
tags/3.1.0-rc4/samples/inputNumberSliderDemo/pom.xml
tags/3.1.0-rc4/samples/inputNumberSpinnerDemo/pom.xml
tags/3.1.0-rc4/samples/local-value-demo/pom.xml
tags/3.1.0-rc4/samples/modalpanel-sample/pom.xml
tags/3.1.0-rc4/samples/panel-sample/pom.xml
tags/3.1.0-rc4/samples/panelbar-sample/pom.xml
tags/3.1.0-rc4/samples/panelmenu-sample/pom.xml
tags/3.1.0-rc4/samples/pom.xml
tags/3.1.0-rc4/samples/rich-message-demo/pom.xml
tags/3.1.0-rc4/samples/richfaces-demo/pom.xml
tags/3.1.0-rc4/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.1.0-rc4/samples/richfaces-ear-demo/pom.xml
tags/3.1.0-rc4/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.1.0-rc4/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.1.0-rc4/samples/scrollableDataTableDemo/pom.xml
tags/3.1.0-rc4/samples/separator-sample/pom.xml
tags/3.1.0-rc4/samples/simpleTogglePanel-sample/pom.xml
tags/3.1.0-rc4/samples/skins/pom.xml
tags/3.1.0-rc4/samples/suggestionbox-sample/pom.xml
tags/3.1.0-rc4/samples/tabPanelDemo/pom.xml
tags/3.1.0-rc4/samples/togglePanel-sample/pom.xml
tags/3.1.0-rc4/samples/toolBarDemo/pom.xml
tags/3.1.0-rc4/samples/tooltip-sample/pom.xml
tags/3.1.0-rc4/samples/tree-demo/pom.xml
tags/3.1.0-rc4/samples/treeModelDemo/pom.xml
tags/3.1.0-rc4/ui/assembly/pom.xml
tags/3.1.0-rc4/ui/calendar/pom.xml
tags/3.1.0-rc4/ui/core/pom.xml
tags/3.1.0-rc4/ui/dataFilterSlider/pom.xml
tags/3.1.0-rc4/ui/dataTable/pom.xml
tags/3.1.0-rc4/ui/datascroller/pom.xml
tags/3.1.0-rc4/ui/drag-drop/pom.xml
tags/3.1.0-rc4/ui/dropdown-menu/pom.xml
tags/3.1.0-rc4/ui/effect/pom.xml
tags/3.1.0-rc4/ui/gmap/pom.xml
tags/3.1.0-rc4/ui/inputnumber-slider/pom.xml
tags/3.1.0-rc4/ui/inputnumber-spinner/pom.xml
tags/3.1.0-rc4/ui/insert/pom.xml
tags/3.1.0-rc4/ui/menu-components/pom.xml
tags/3.1.0-rc4/ui/message/pom.xml
tags/3.1.0-rc4/ui/modal-panel/pom.xml
tags/3.1.0-rc4/ui/paint2D/pom.xml
tags/3.1.0-rc4/ui/panel/pom.xml
tags/3.1.0-rc4/ui/panelbar/pom.xml
tags/3.1.0-rc4/ui/panelmenu/pom.xml
tags/3.1.0-rc4/ui/pom.xml
tags/3.1.0-rc4/ui/scrollableDataTable/pom.xml
tags/3.1.0-rc4/ui/separator/pom.xml
tags/3.1.0-rc4/ui/simpleTogglePanel/pom.xml
tags/3.1.0-rc4/ui/spacer/pom.xml
tags/3.1.0-rc4/ui/suggestionbox/pom.xml
tags/3.1.0-rc4/ui/tabPanel/pom.xml
tags/3.1.0-rc4/ui/togglePanel/pom.xml
tags/3.1.0-rc4/ui/toolBar/pom.xml
tags/3.1.0-rc4/ui/tooltip/pom.xml
tags/3.1.0-rc4/ui/tree/pom.xml
tags/3.1.0-rc4/ui/treeModel/pom.xml
tags/3.1.0-rc4/ui/virtualEarth/pom.xml
Log:
create tag for a release 3.1.0-rc4
Copied: tags/3.1.0-rc4 (from rev 2682, trunk)
Modified: tags/3.1.0-rc4/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/cdk/generator/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Java Server Faces component generator</name>
<build>
<plugins>
Modified: tags/3.1.0-rc4/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/cdk/maven-archetype-jsf-component/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/cdk/maven-archetype-jsfwebapp/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/cdk/maven-cdk-plugin/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/cdk/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.1.0-rc4/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/docs/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,12 +3,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: tags/3.1.0-rc4/docs/userguide/en/pom.xml
===================================================================
--- trunk/docs/userguide/en/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/docs/userguide/en/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,18 +1,16 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>jdocbook</packaging>
<name>Richfaces Manual (${translation})</name>
@@ -48,4 +46,4 @@
-->
</plugins>
</build>
-</project>
+</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/docs/userguide/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,16 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
@@ -438,8 +436,7 @@
${project.build.directory}/xslt/xslt/f.xsl
</stylesheet>
<fileMappers>
- <fileMapper
- implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+ <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>
xml
</targetExtension>
@@ -483,8 +480,7 @@
${project.build.directory}/xslt/xslt/f.xsl
</stylesheet>
<fileMappers>
- <fileMapper
- implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
+ <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.FileExtensionMapper">
<targetExtension>
xml
</targetExtension>
Modified: tags/3.1.0-rc4/docs/xslt/en/pom.xml
===================================================================
--- trunk/docs/xslt/en/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/docs/xslt/en/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,15 +1,13 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>xslt</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>en</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>jar</packaging>
<name>Documentation stylesheets (English translation)</name>
<description>
Modified: tags/3.1.0-rc4/docs/xslt/pom.xml
===================================================================
--- trunk/docs/xslt/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/docs/xslt/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>xslt</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>pom</packaging>
<name>Documentation stylesheets</name>
<description>Docbook documentation stylesheets</description>
Modified: tags/3.1.0-rc4/extensions/pom.xml
===================================================================
--- trunk/extensions/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/extensions/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: tags/3.1.0-rc4/extensions/portlet/pom.xml
===================================================================
--- trunk/extensions/portlet/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/extensions/portlet/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: tags/3.1.0-rc4/framework/api/pom.xml
===================================================================
--- trunk/framework/api/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/framework/api/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,17 +1,14 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<build>
<plugins>
<plugin>
@@ -86,5 +83,4 @@
<properties>
<jsfVersion>1.1</jsfVersion>
</properties>
-</project>
-
+</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/framework/impl/pom.xml
===================================================================
--- trunk/framework/impl/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/framework/impl/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,6 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!--
<parent>
<artifactId>impl-parent</artifactId>
@@ -12,12 +10,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Java Server Faces AJAX framework implementation</name>
<build>
<resources>
@@ -55,11 +53,9 @@
</goals>
<configuration>
<tasks>
- <ant
- antfile="${basedir}/generatescript.xml" inheritRefs="true">
+ <ant antfile="${basedir}/generatescript.xml" inheritRefs="true">
<target name="assembly" />
- <property name="target-dir"
- value="${project.build.directory}/javascript">
+ <property name="target-dir" value="${project.build.directory}/javascript">
</property>
</ant>
</tasks>
@@ -289,7 +285,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<properties>
Modified: tags/3.1.0-rc4/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/framework/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,15 +1,13 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<dependencies />
Modified: tags/3.1.0-rc4/framework/test/pom.xml
===================================================================
--- trunk/framework/test/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/framework/test/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
Modified: tags/3.1.0-rc4/pom.xml
===================================================================
--- trunk/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,209 +1,209 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>root</artifactId>
- <packaging>pom</packaging>
- <name>Jboss RichFaces project</name>
- <version>3.1.0-SNAPSHOT</version>
- <url>http://labs.jboss.com/jbossrichfaces</url>
- <dependencies />
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
- </build>
- <modules>
- <module>cdk</module>
- <module>framework</module>
- <module>ui</module>
- <module>docs</module>
- <module>ui/assembly</module>
- <module>extensions</module>
- <module>samples</module>
- <!--
- <module>sandbox</module>
- -->
- </modules>
- <repositories>
- <repository>
- <releases />
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>maven-repository.dev.java.net</id>
- <name>Java.net Repository for Maven</name>
- <url>
- http://download.java.net/maven/1
- </url>
- <layout>legacy</layout>
- </repository>
- </repositories>
- <distributionManagement>
- <downloadUrl>
- http://labs.jboss.com/portal/jbossrichfaces/downloads
- </downloadUrl>
- <repository>
- <id>release-repository</id>
- <uniqueVersion>false</uniqueVersion>
- <url>${releaseRepository}</url>
- </repository>
- <snapshotRepository>
- <id>snap-repository</id>
- <uniqueVersion>true</uniqueVersion>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- </distributionManagement>
- <issueManagement>
- <system>JIRA</system>
- <url>http://jira.jboss.org/jira/browse/RF</url>
- </issueManagement>
- <ciManagement>
- <system>cruisecontrol</system>
- </ciManagement>
- <developers>
- <developer>
- <id>alexsmirnov</id>
- <name>Alexander Smirnov</name>
- <email>alexsmirnov(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>-3</timezone>
- </developer>
- <developer>
- <id>ishabalov</id>
- <name>Igor Shabalov</name>
- <email>ishabalov(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>+8</timezone>
- </developer>
- <developer>
- <id>sergeysmirnov</id>
- <name>Sergey Smirnov</name>
- <email>sergeysmirnov(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>+8</timezone>
- </developer>
- <developer>
- <id>nbelayevsky</id>
- <name>Nik Belyaevsky</name>
- <email>nbelayevsky(a)exadel.com</email>
- <organization>Exadel Inc.</organization>
- <organizationUrl>http://www.exadel.com</organizationUrl>
- <roles>
- <role>architect</role>
- <role>developer</role>
- </roles>
- <timezone>-2</timezone>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>LGPL 2.1</name>
- <url>http://www.gnu.org/licenses/lgpl.html</url>
- <distribution>repo</distribution>
- <comments>
- GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
- </comments>
- </license>
- </licenses>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
- <url>https://svn.jboss.org/repos/richfaces/trunk</url>
- </scm>
- <profiles>
- <profile>
- <id>sandbox</id>
- <modules>
- <module>sandbox</module>
- </modules>
- </profile>
- <profile>
- <id>eclipse-custom-templates</id>
-<build>
- <plugins>
- <plugin>
- <artifactId>maven-eclipse-plugin</artifactId>
- <groupId>org.apache.maven.plugins</groupId>
- <configuration>
- <additionalConfig>
- <file>
- <name>.settings/org.eclipse.jdt.ui.prefs</name>
- <content>
- <![CDATA[
- eclipse.preferences.version=1
- org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version 2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Lesser General Public\r\n * License along with this library; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
- ]]>
- </content>
- </file>
- </additionalConfig>
- </configuration>
- </plugin>
- </plugins>
-</build>
- </profile>
- <profile>
- <id>clover</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
- <configuration>
- <includesAllSourceRoots>
- true
- </includesAllSourceRoots>
- <licenseLocation>
- ${clover.license.path}
- </licenseLocation>
- <jdk>1.5</jdk>
- </configuration>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>instrument</goal>
- <goal>aggregate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
-
- </build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
- <!--
- <configuration>
- <licenseLocation>${clover.license.path}</licenseLocation>
- <jdk>1.5</jdk>
- </configuration>
- -->
- </plugin>
- </plugins>
- </reporting>
- </profile>
- </profiles>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>root</artifactId>
+ <packaging>pom</packaging>
+ <name>Jboss RichFaces project</name>
+ <version>3.1.0-rc4</version>
+ <url>http://labs.jboss.com/jbossrichfaces</url>
+ <dependencies />
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ </extensions>
+ </build>
+ <modules>
+ <module>cdk</module>
+ <module>framework</module>
+ <module>ui</module>
+ <module>docs</module>
+ <module>ui/assembly</module>
+ <module>extensions</module>
+ <module>samples</module>
+ <!--
+ <module>sandbox</module>
+ -->
+ </modules>
+ <repositories>
+ <repository>
+ <releases />
+ <snapshots>
+ <enabled>false</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ <id>maven-repository.dev.java.net</id>
+ <name>Java.net Repository for Maven</name>
+ <url>
+ http://download.java.net/maven/1
+ </url>
+ <layout>legacy</layout>
+ </repository>
+ </repositories>
+ <distributionManagement>
+ <downloadUrl>
+ http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ <repository>
+ <id>release-repository</id>
+ <uniqueVersion>false</uniqueVersion>
+ <url>${releaseRepository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snap-repository</id>
+ <uniqueVersion>true</uniqueVersion>
+ <url>${snapshotRepository}</url>
+ </snapshotRepository>
+ </distributionManagement>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>http://jira.jboss.org/jira/browse/RF</url>
+ </issueManagement>
+ <ciManagement>
+ <system>cruisecontrol</system>
+ </ciManagement>
+ <developers>
+ <developer>
+ <id>alexsmirnov</id>
+ <name>Alexander Smirnov</name>
+ <email>alexsmirnov(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>-3</timezone>
+ </developer>
+ <developer>
+ <id>ishabalov</id>
+ <name>Igor Shabalov</name>
+ <email>ishabalov(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>+8</timezone>
+ </developer>
+ <developer>
+ <id>sergeysmirnov</id>
+ <name>Sergey Smirnov</name>
+ <email>sergeysmirnov(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>+8</timezone>
+ </developer>
+ <developer>
+ <id>nbelayevsky</id>
+ <name>Nik Belyaevsky</name>
+ <email>nbelayevsky(a)exadel.com</email>
+ <organization>Exadel Inc.</organization>
+ <organizationUrl>http://www.exadel.com</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>-2</timezone>
+ </developer>
+ </developers>
+ <licenses>
+ <license>
+ <name>LGPL 2.1</name>
+ <url>http://www.gnu.org/licenses/lgpl.html</url>
+ <distribution>repo</distribution>
+ <comments>
+ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+ </comments>
+ </license>
+ </licenses>
+ <scm>
+ <connection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3.1.0-rc4</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/3.1.0-rc4</developerConnection>
+ <url>https://svn.jboss.org/repos/richfaces/branches/3.1.0-rc4</url>
+ </scm>
+ <profiles>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <module>sandbox</module>
+ </modules>
+ </profile>
+ <profile>
+ <id>eclipse-custom-templates</id>
+<build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <configuration>
+ <additionalConfig>
+ <file>
+ <name>.settings/org.eclipse.jdt.ui.prefs</name>
+ <content>
+ <![CDATA[
+ eclipse.preferences.version=1
+ org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalone\="no"?><templates><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\r\n * $${tags}\r\n * <br /><br />\r\n * \r\n * Created $${date}\r\n * @author $${user}\r\n * @since ${project.artifact.selectedVersion.majorVersion}.${project.artifact.selectedVersion.minorVersion}\r\n */\r\n</template><template autoinsert\="false" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\r\n * License Agreement.\r\n *\r\n * JBoss RichFaces - Ajax4jsf Component Library\r\n *\r\n * Copyright (C) 2007 Exadel, Inc.\r\n *\r\n * This library is free software; you can redistribute it and/o!
r\r\n * modify it under the terms of the GNU Lesser General Public\r\n * License version 2.1 as published by the Free Software Foundation.\r\n *\r\n * This library is distributed in the hope that it will be useful,\r\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r\n * Lesser General Public License for more details.\r\n *\r\n * You should have received a copy of the GNU Lesser General Public\r\n * License along with this library; if not, write to the Free Software\r\n * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r\n */\r\n</template></templates>
+ ]]>
+ </content>
+ </file>
+ </additionalConfig>
+ </configuration>
+ </plugin>
+ </plugins>
+</build>
+ </profile>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ true
+ </includesAllSourceRoots>
+ <licenseLocation>
+ ${clover.license.path}
+ </licenseLocation>
+ <jdk>1.5</jdk>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>instrument</goal>
+ <goal>aggregate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ </build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <!--
+ <configuration>
+ <licenseLocation>${clover.license.path}</licenseLocation>
+ <jdk>1.5</jdk>
+ </configuration>
+ -->
+ </plugin>
+ </plugins>
+ </reporting>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/calendar-sample/pom.xml
===================================================================
--- trunk/samples/calendar-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/calendar-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>calendar-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>calendar-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>calendar</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- trunk/samples/dataFilterSliderDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/dataFilterSliderDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>dataFilterSliderDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>dataFilterSliderDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataFilterSlider</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/dataTableDemo/pom.xml
===================================================================
--- trunk/samples/dataTableDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/dataTableDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dataTableDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/datascroller-sample/pom.xml
===================================================================
--- trunk/samples/datascroller-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/datascroller-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>datascroller-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/dragDropDemo/pom.xml
===================================================================
--- trunk/samples/dragDropDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/dragDropDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dragDropDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/dropdownmenu-sample/pom.xml
===================================================================
--- trunk/samples/dropdownmenu-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/dropdownmenu-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>dropdownmenu-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/effect-sample/pom.xml
===================================================================
--- trunk/samples/effect-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/effect-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,22 +1,20 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>effect-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>effect Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>effect</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/gmap-sample/pom.xml
===================================================================
--- trunk/samples/gmap-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/gmap-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>gmap-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>gmap</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSliderDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/inputNumberSliderDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSliderDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- trunk/samples/inputNumberSpinnerDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/inputNumberSpinnerDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>inputNumberSpinnerDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/local-value-demo/pom.xml
===================================================================
--- trunk/samples/local-value-demo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/local-value-demo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,29 +1,29 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>local-value-demo</artifactId>
- <version>3.1.0-SNAPSHOT</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.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <build>
- <finalName>richfaces-local-value-demo</finalName>
- </build>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.0-rc4</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>local-value-demo</artifactId>
+ <version>3.1.0-rc4</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.0-rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>core</artifactId>
+ <version>3.1.0-rc4</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <finalName>richfaces-local-value-demo</finalName>
+ </build>
+</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/modalpanel-sample/pom.xml
===================================================================
--- trunk/samples/modalpanel-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/modalpanel-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>modalpanel-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>modalpanel-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>modal-panel</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/panel-sample/pom.xml
===================================================================
--- trunk/samples/panel-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/panel-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,24 +2,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panel-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>panel-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/panelbar-sample/pom.xml
===================================================================
--- trunk/samples/panelbar-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/panelbar-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelbar-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/samples/panelmenu-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/panelmenu-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>panelmenu-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>panelmenu-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panelmenu</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
Modified: tags/3.1.0-rc4/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,14 +3,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
@@ -355,7 +355,7 @@
<tomahawk>1.1.5</tomahawk>
</properties>
<build>
- <plugins/>
+ <plugins />
</build>
<dependencies>
<dependency>
Modified: tags/3.1.0-rc4/samples/rich-message-demo/pom.xml
===================================================================
--- trunk/samples/rich-message-demo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/rich-message-demo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,29 +3,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>rich-message-demo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>rich-message-demo</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
Modified: tags/3.1.0-rc4/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/richfaces-demo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,22 +1,20 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-demo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>richfaces-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -26,7 +24,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.1.0-rc4/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/ejb/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/richfaces-ear-demo/ejb/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,15 +1,15 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
<packaging>ejb</packaging>
<name>ejb</name>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.0-rc4/samples/richfaces-ear-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/richfaces-ear-demo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-ear-demo</artifactId>
<name>JSF 1.2/Jee5 enterprise application demo</name>
<packaging>pom</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<build>
<pluginManagement>
<plugins>
Modified: tags/3.1.0-rc4/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,27 +1,27 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>richfacesEAR</artifactId>
<name>richfacesEAR</name>
<packaging>ear</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<type>war</type>
</dependency>
</dependencies>
Modified: tags/3.1.0-rc4/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/richfaces-ear-demo/webapp/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,15 +1,15 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -24,23 +24,23 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<type>ejb-client</type>
</dependency>
<dependency>
Modified: tags/3.1.0-rc4/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- trunk/samples/scrollableDataTableDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/scrollableDataTableDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,38 +1,36 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>scrollableDataTable Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>dataTable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>dataTable</artifactId>
+ <version>3.1.0-rc4</version>
+ </dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/separator-sample/pom.xml
===================================================================
--- trunk/samples/separator-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/separator-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>separator-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- trunk/samples/simpleTogglePanel-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/simpleTogglePanel-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>simpleTogglePanel-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/skins/pom.xml
===================================================================
--- trunk/samples/skins/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/skins/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,12 +1,12 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.samples</groupId>
- <artifactId>skins</artifactId>
- <name>skins</name>
- <dependencies />
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.0-rc4</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>skins</artifactId>
+ <name>skins</name>
+ <dependencies />
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/suggestionbox-sample/pom.xml
===================================================================
--- trunk/samples/suggestionbox-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/suggestionbox-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>suggestionbox-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/tabPanelDemo/pom.xml
===================================================================
--- trunk/samples/tabPanelDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/tabPanelDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tabPanelDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/togglePanel-sample/pom.xml
===================================================================
--- trunk/samples/togglePanel-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/togglePanel-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>togglePanel-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>panel</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/toolBarDemo/pom.xml
===================================================================
--- trunk/samples/toolBarDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/toolBarDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,12 +2,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>toolBarDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/samples/tooltip-sample/pom.xml
===================================================================
--- trunk/samples/tooltip-sample/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/tooltip-sample/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tooltip-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>tooltip-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tooltip</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
Modified: tags/3.1.0-rc4/samples/tree-demo/pom.xml
===================================================================
--- trunk/samples/tree-demo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/tree-demo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,29 +2,29 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tree-demo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>tree-demo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/samples/treeModelDemo/pom.xml
===================================================================
--- trunk/samples/treeModelDemo/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/samples/treeModelDemo/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -3,24 +3,24 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>treeModelDemo</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<packaging>war</packaging>
<name>Tree Model Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>treeModel</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0-rc4/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/assembly/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,10 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -16,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
@@ -198,5 +196,5 @@
</plugin>
</plugins>
</build>
- <dependencies></dependencies>
+ <dependencies />
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/calendar/pom.xml
===================================================================
--- trunk/ui/calendar/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/calendar/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
<profiles>
Modified: tags/3.1.0-rc4/ui/core/pom.xml
===================================================================
--- trunk/ui/core/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/core/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/dataFilterSlider/pom.xml
===================================================================
--- trunk/ui/dataFilterSlider/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/dataFilterSlider/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/dataTable/pom.xml
===================================================================
--- trunk/ui/dataTable/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/dataTable/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/datascroller/pom.xml
===================================================================
--- trunk/ui/datascroller/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/datascroller/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/drag-drop/pom.xml
===================================================================
--- trunk/ui/drag-drop/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/drag-drop/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/dropdown-menu/pom.xml
===================================================================
--- trunk/ui/dropdown-menu/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/dropdown-menu/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/effect/pom.xml
===================================================================
--- trunk/ui/effect/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/effect/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/gmap/pom.xml
===================================================================
--- trunk/ui/gmap/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/gmap/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/inputnumber-slider/pom.xml
===================================================================
--- trunk/ui/inputnumber-slider/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/inputnumber-slider/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/inputnumber-spinner/pom.xml
===================================================================
--- trunk/ui/inputnumber-spinner/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/inputnumber-spinner/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.1.0-rc4/ui/insert/pom.xml
===================================================================
--- trunk/ui/insert/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/insert/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,8 +1,8 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/menu-components/pom.xml
===================================================================
--- trunk/ui/menu-components/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/menu-components/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/message/pom.xml
===================================================================
--- trunk/ui/message/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/message/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/modal-panel/pom.xml
===================================================================
--- trunk/ui/modal-panel/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/modal-panel/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/paint2D/pom.xml
===================================================================
--- trunk/ui/paint2D/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/paint2D/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/panel/pom.xml
===================================================================
--- trunk/ui/panel/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/panel/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/panelbar/pom.xml
===================================================================
--- trunk/ui/panelbar/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/panelbar/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.1.0-rc4/ui/panelmenu/pom.xml
===================================================================
--- trunk/ui/panelmenu/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/panelmenu/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,259 +1,258 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>root</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces</groupId>
- <artifactId>ui</artifactId>
- <packaging>pom</packaging>
- <name>RichFaces Components</name>
- <properties>
- <maven.test.failure.ignore>true</maven.test.failure.ignore>
- <!-- -->
- </properties>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-source</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>true</index>
- <manifest>
- <addDefaultSpecificationEntries>
- true
- </addDefaultSpecificationEntries>
- <addDefaultImplementationEntries>
- true
- </addDefaultImplementationEntries>
- </manifest>
- <manifestEntries>
- <mode>development</mode>
- <Build-Number>
- ${buildNumber}
- </Build-Number>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <modules>
- <module>core</module>
- <module>drag-drop</module>
- <module>effect</module>
- <module>panel</module>
- <module>panelbar</module>
- <module>dataFilterSlider</module>
- <module>gmap</module>
- <module>virtualEarth</module>
- <module>separator</module>
- <module>spacer</module>
- <module>paint2D</module>
- <module>togglePanel</module>
- <module>tabPanel</module>
- <module>simpleTogglePanel</module>
- <module>toolBar</module>
- <module>inputnumber-slider</module>
- <module>inputnumber-spinner</module>
- <module>tree</module>
- <module>suggestionbox</module>
- <module>dataTable</module>
- <module>modal-panel</module>
- <module>datascroller</module>
- <module>menu-components</module>
- <module>dropdown-menu</module>
- <module>tooltip</module>
- <module>panelmenu</module>
- <module>calendar</module>
- <module>treeModel</module>
- <module>message</module>
- <module>scrollableDataTable</module>
- <module>insert</module>
- </modules>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.1_02</version>
- <exclusions>
- <exclusion>
- <artifactId>jsp-api</artifactId>
- <groupId>javax.servlet.jsp</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jstl</artifactId>
- <groupId>javax.servlet.jsp.jstl</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.1_02</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <artifactId>jsp-api</artifactId>
- <groupId>javax.servlet.jsp</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jstl</artifactId>
- <groupId>javax.servlet.jsp.jstl</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-test</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>htmlunit</groupId>
- <artifactId>htmlunit</artifactId>
- <version>1.10</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2</version>
- </dependency>
- <dependency>
- <groupId>com.sun.facelets</groupId>
- <artifactId>jsf-facelets</artifactId>
- <version>1.1.12</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>el-impl</groupId>
- <artifactId>el-impl</artifactId>
- <version>1.0</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>
- maven-project-info-reports-plugin
- </artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <quiet>true</quiet>
- </configuration>
- </plugin>
- <!--
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- </plugin>
- --><!--
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- </plugin>
- -->
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- <configuration>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
- <!--
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- -->
- <!--
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>changelog-maven-plugin</artifactId>
- </plugin>
- -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
- <configuration>
- <xmlOutput>false</xmlOutput>
- <threshold>Normal</threshold>
- <effort>Max</effort>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- <distributionManagement>
- <repository>
- <uniqueVersion>false</uniqueVersion>
- <id>release-repository</id>
- <url>${releaseRepository}</url>
- </repository>
- <snapshotRepository>
- <id>snap-repository</id>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- <site>
- <id>richfaces-site</id>
- <url>richfaces/</url>
- </site>
- <downloadUrl>
- http://labs.jboss.com/portal/jbossrichfaces/downloads
- </downloadUrl>
- </distributionManagement>
- <profiles>
- </profiles>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>root</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.0-rc4</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces</groupId>
+ <artifactId>ui</artifactId>
+ <packaging>pom</packaging>
+ <name>RichFaces Components</name>
+ <properties>
+ <maven.test.failure.ignore>true</maven.test.failure.ignore>
+ <!-- -->
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-source</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifest>
+ <addDefaultSpecificationEntries>
+ true
+ </addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>
+ true
+ </addDefaultImplementationEntries>
+ </manifest>
+ <manifestEntries>
+ <mode>development</mode>
+ <Build-Number>
+ ${buildNumber}
+ </Build-Number>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <modules>
+ <module>core</module>
+ <module>drag-drop</module>
+ <module>effect</module>
+ <module>panel</module>
+ <module>panelbar</module>
+ <module>dataFilterSlider</module>
+ <module>gmap</module>
+ <module>virtualEarth</module>
+ <module>separator</module>
+ <module>spacer</module>
+ <module>paint2D</module>
+ <module>togglePanel</module>
+ <module>tabPanel</module>
+ <module>simpleTogglePanel</module>
+ <module>toolBar</module>
+ <module>inputnumber-slider</module>
+ <module>inputnumber-spinner</module>
+ <module>tree</module>
+ <module>suggestionbox</module>
+ <module>dataTable</module>
+ <module>modal-panel</module>
+ <module>datascroller</module>
+ <module>menu-components</module>
+ <module>dropdown-menu</module>
+ <module>tooltip</module>
+ <module>panelmenu</module>
+ <module>calendar</module>
+ <module>treeModel</module>
+ <module>message</module>
+ <module>scrollableDataTable</module>
+ <module>insert</module>
+ </modules>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.1_02</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsp-api</artifactId>
+ <groupId>javax.servlet.jsp</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jstl</artifactId>
+ <groupId>javax.servlet.jsp.jstl</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.1_02</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsp-api</artifactId>
+ <groupId>javax.servlet.jsp</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jstl</artifactId>
+ <groupId>javax.servlet.jsp.jstl</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.1.0-rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-test</artifactId>
+ <version>3.1.0-rc4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>1.10</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.facelets</groupId>
+ <artifactId>jsf-facelets</artifactId>
+ <version>1.1.12</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>el-impl</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>
+ maven-project-info-reports-plugin
+ </artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <quiet>true</quiet>
+ </configuration>
+ </plugin>
+ <!--
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ --><!--
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ </plugin>
+ -->
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <configuration>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <!--
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ </plugin>
+ -->
+ <!--
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>changelog-maven-plugin</artifactId>
+ </plugin>
+ -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <xmlOutput>false</xmlOutput>
+ <threshold>Normal</threshold>
+ <effort>Max</effort>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+ <distributionManagement>
+ <repository>
+ <uniqueVersion>false</uniqueVersion>
+ <id>release-repository</id>
+ <url>${releaseRepository}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snap-repository</id>
+ <url>${snapshotRepository}</url>
+ </snapshotRepository>
+ <site>
+ <id>richfaces-site</id>
+ <url>richfaces/</url>
+ </site>
+ <downloadUrl>
+ http://labs.jboss.com/portal/jbossrichfaces/downloads
+ </downloadUrl>
+ </distributionManagement>
+ <profiles>
+ </profiles>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/scrollableDataTable/pom.xml
===================================================================
--- trunk/ui/scrollableDataTable/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/scrollableDataTable/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -1,84 +1,82 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>scrollableDataTable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <name>Scrollable Data Table</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- <execution>
- <id>generate-test-sources</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>generate-tests</goal>
- </goals>
- </execution>
- </executions>
-
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>scrollableDataTable</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-resources</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <ant antfile="${basedir}/generatescript.xml" inheritRefs="true">
- <target name="merge-scripts" />
- <property name="target-dir"
- value="${project.build.directory}/generated-component/resources">
- </property>
- <property name="resources-dir"
- value="${basedir}/src/main/javascript">
- </property>
- </ant>
- </tasks>
- <resourceRoot>
- ${project.build.directory}/generated-component/resources
- </resourceRoot>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.framework</groupId>
- <artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>dataTable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.0-rc4</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>scrollableDataTable</artifactId>
+ <version>3.1.0-rc4</version>
+ <name>Scrollable Data Table</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>3.1.0-rc4</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
+ </executions>
+
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>scrollableDataTable</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="${basedir}/generatescript.xml" inheritRefs="true">
+ <target name="merge-scripts" />
+ <property name="target-dir" value="${project.build.directory}/generated-component/resources">
+ </property>
+ <property name="resources-dir" value="${basedir}/src/main/javascript">
+ </property>
+ </ant>
+ </tasks>
+ <resourceRoot>
+ ${project.build.directory}/generated-component/resources
+ </resourceRoot>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.1.0-rc4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>dataTable</artifactId>
+ <version>3.1.0-rc4</version>
+ </dependency>
+ </dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/separator/pom.xml
===================================================================
--- trunk/ui/separator/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/separator/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.1.0-rc4/ui/simpleTogglePanel/pom.xml
===================================================================
--- trunk/ui/simpleTogglePanel/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/simpleTogglePanel/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/spacer/pom.xml
===================================================================
--- trunk/ui/spacer/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/spacer/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/suggestionbox/pom.xml
===================================================================
--- trunk/ui/suggestionbox/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/suggestionbox/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/tabPanel/pom.xml
===================================================================
--- trunk/ui/tabPanel/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/tabPanel/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/togglePanel/pom.xml
===================================================================
--- trunk/ui/togglePanel/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/togglePanel/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/toolBar/pom.xml
===================================================================
--- trunk/ui/toolBar/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/toolBar/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/tooltip/pom.xml
===================================================================
--- trunk/ui/tooltip/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/tooltip/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/tree/pom.xml
===================================================================
--- trunk/ui/tree/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/tree/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/treeModel/pom.xml
===================================================================
--- trunk/ui/treeModel/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/treeModel/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.0-rc4/ui/virtualEarth/pom.xml
===================================================================
--- trunk/ui/virtualEarth/pom.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ tags/3.1.0-rc4/ui/virtualEarth/pom.xml 2007-09-01 01:27:03 UTC (rev 2684)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</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.0-SNAPSHOT</version>
+ <version>3.1.0-rc4</version>
<executions>
<execution>
<phase>generate-sources</phase>
17 years, 3 months
JBoss Rich Faces SVN: r2683 - trunk/ui/drag-drop/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-08-31 21:11:43 -0400 (Fri, 31 Aug 2007)
New Revision: 2683
Modified:
trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
Log:
Tag generation for drag & drop listeners enabled
Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml 2007-09-01 01:11:43 UTC (rev 2683)
@@ -87,5 +87,10 @@
org.richfaces.taglib.DragListenerHandler
</classname>
</taghandler>
+ <tag generate="true">
+ <classname>
+ org.richfaces.taglib.DragListenerTag
+ </classname>
+ </tag>
</listener>
</components>
Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2007-09-01 01:06:27 UTC (rev 2682)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml 2007-09-01 01:11:43 UTC (rev 2683)
@@ -88,6 +88,11 @@
org.richfaces.taglib.DropListenerHandler
</classname>
</taghandler>
+ <tag generate="true">
+ <classname>
+ org.richfaces.taglib.DropListenerTag
+ </classname>
+ </tag>
</listener>
</components>
17 years, 3 months
JBoss Rich Faces SVN: r2682 - trunk/ui/tree/src/main/config/component.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-08-31 21:06:27 -0400 (Fri, 31 Aug 2007)
New Revision: 2682
Modified:
trunk/ui/tree/src/main/config/component/treeNode.xml
Log:
remove dublicate listeners tags
Modified: trunk/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/treeNode.xml 2007-09-01 00:40:31 UTC (rev 2681)
+++ trunk/ui/tree/src/main/config/component/treeNode.xml 2007-09-01 01:06:27 UTC (rev 2682)
@@ -140,6 +140,58 @@
<defaultvalue>getUITree().getDropValue()</defaultvalue>
</property>
- &html_events;
+ &html_events;
+ <listener>
+ <name>dropListener</name>
+ <listenerclass>
+ org.richfaces.event.DropListener
+ </listenerclass>
+ <componentclass>
+ org.richfaces.event.DropSource
+ </componentclass>
+ <eventclass>
+ org.richfaces.event.DropEvent
+ </eventclass>
+ </listener>
+
+ <listener>
+ <name>dragListener</name>
+ <listenerclass>
+ org.richfaces.event.DragListener
+ </listenerclass>
+ <componentclass>
+ org.richfaces.component.Draggable
+ </componentclass>
+ <eventclass>
+ org.richfaces.event.DragEvent
+ </eventclass>
+ </listener>
+
+
+ <listener>
+ <name>changeExpandListener</name>
+ <listenerclass>
+ org.richfaces.event.NodeExpandedListener
+ </listenerclass>
+ <componentclass>
+ org.richfaces.event.TreeListenerEventsProducer
+ </componentclass>
+ <eventclass>
+ org.richfaces.event.NodeExpandedEvent
+ </eventclass>
+ </listener>
+ <listener>
+ <name>nodeSelectListener</name>
+ <listenerclass>
+ org.richfaces.event.NodeSelectedListener
+ </listenerclass>
+ <componentclass>
+ org.richfaces.event.TreeListenerEventsProducer
+ </componentclass>
+ <eventclass>
+ org.richfaces.event.NodeSelectedEvent
+ </eventclass>
+ </listener>
+
</component>
</components>
17 years, 3 months
JBoss Rich Faces SVN: r2681 - in trunk: docs/userguide and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-08-31 20:40:31 -0400 (Fri, 31 Aug 2007)
New Revision: 2681
Modified:
trunk/docs/userguide/pom.xml
trunk/markRelease.sh
Log:
correct dependencies version ( from hardcoded to a current build version )
Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml 2007-09-01 00:21:05 UTC (rev 2680)
+++ trunk/docs/userguide/pom.xml 2007-09-01 00:40:31 UTC (rev 2681)
@@ -49,7 +49,7 @@
</groupId>
<artifactId>core</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -59,7 +59,7 @@
</groupId>
<artifactId>calendar</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -71,7 +71,7 @@
dataFilterSlider
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -82,7 +82,7 @@
datascroller
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -93,7 +93,7 @@
dataTable
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -104,7 +104,7 @@
drag-drop
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -116,7 +116,7 @@
dropdown-menu
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -128,7 +128,7 @@
effect
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -138,7 +138,7 @@
</groupId>
<artifactId>gmap</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -149,7 +149,7 @@
virtualEarth
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -160,7 +160,7 @@
inputnumber-slider
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -171,7 +171,7 @@
inputnumber-spinner
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -183,7 +183,7 @@
insert
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -195,7 +195,7 @@
menu-components
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -204,7 +204,7 @@
</groupId>
<artifactId>message</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -215,7 +215,7 @@
panelmenu
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -226,7 +226,7 @@
modal-panel
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -235,7 +235,7 @@
</groupId>
<artifactId>paint2D</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -244,7 +244,7 @@
</groupId>
<artifactId>panel</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -255,7 +255,7 @@
panelbar
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -266,7 +266,7 @@
scrollableDataTable
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -277,7 +277,7 @@
simpleTogglePanel
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -288,7 +288,7 @@
separator
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -297,7 +297,7 @@
</groupId>
<artifactId>spacer</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -308,7 +308,7 @@
suggestionbox
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -319,7 +319,7 @@
tabPanel
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -330,7 +330,7 @@
togglePanel
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -339,7 +339,7 @@
</groupId>
<artifactId>toolBar</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -348,7 +348,7 @@
</groupId>
<artifactId>tooltip</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -357,7 +357,7 @@
</groupId>
<artifactId>tree</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
<artifactItem>
@@ -366,7 +366,7 @@
</groupId>
<artifactId>treeModel</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
</artifactItem>
@@ -378,7 +378,7 @@
${translation}
</artifactId>
<version>
- 3.1.0-SNAPSHOT
+ ${project.version}
</version>
<type>jar</type>
<overWrite>true</overWrite>
@@ -539,7 +539,7 @@
<dependency>
<groupId>org.richfaces.docs.xslt</groupId>
<artifactId>${translation}</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>jar</type>
</dependency>
</dependencies>
Modified: trunk/markRelease.sh
===================================================================
--- trunk/markRelease.sh 2007-09-01 00:21:05 UTC (rev 2680)
+++ trunk/markRelease.sh 2007-09-01 00:40:31 UTC (rev 2681)
@@ -7,6 +7,6 @@
-DupdateWorkingCopyVersions=false \
-DtagBase=https://svn.jboss.org/repos/richfaces/tags
find . -name pom.xml.branch -execdir mv pom.xml.branch pom.xml ';'
-mvn install
-cd ..
-svn copy checkout https://svn.jboss.org/repos/richfaces/tags/$1 -m " create tag for a release $1"
\ No newline at end of file
+#mvn install
+#cd ..
+#svn copy checkout https://svn.jboss.org/repos/richfaces/tags/$1 -m " create tag for a release $1"
\ No newline at end of file
17 years, 3 months
JBoss Rich Faces SVN: r2680 - in trunk/ui/datascroller/src/main: templates/org/richfaces and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2007-08-31 20:21:05 -0400 (Fri, 31 Aug 2007)
New Revision: 2680
Modified:
trunk/ui/datascroller/src/main/java/org/richfaces/renderkit/html/DataScrollerRenderer.java
trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
Log:
http://jira.jboss.com/jira/browse/RF-798 fixed
Modified: trunk/ui/datascroller/src/main/java/org/richfaces/renderkit/html/DataScrollerRenderer.java
===================================================================
--- trunk/ui/datascroller/src/main/java/org/richfaces/renderkit/html/DataScrollerRenderer.java 2007-09-01 00:20:02 UTC (rev 2679)
+++ trunk/ui/datascroller/src/main/java/org/richfaces/renderkit/html/DataScrollerRenderer.java 2007-09-01 00:21:05 UTC (rev 2680)
@@ -21,71 +21,50 @@
package org.richfaces.renderkit.html;
-import org.ajax4jsf.javascript.JSFunction;
-import org.ajax4jsf.renderkit.AjaxRendererUtils;
-import org.ajax4jsf.renderkit.ComponentVariables;
-import org.ajax4jsf.renderkit.ComponentsVariableResolver;
-import org.ajax4jsf.renderkit.HeaderResourcesRendererBase;
-import org.richfaces.component.UIDatascroller;
-import org.richfaces.event.DataScrollerEvent;
+import java.io.IOException;
+import java.util.Map;
import javax.faces.component.UIComponent;
import javax.faces.component.UIData;
import javax.faces.context.FacesContext;
import javax.faces.context.ResponseWriter;
import javax.faces.event.PhaseId;
-import java.io.IOException;
-import java.util.Map;
+import org.ajax4jsf.javascript.JSFunction;
+import org.ajax4jsf.renderkit.AjaxRendererUtils;
+import org.ajax4jsf.renderkit.HeaderResourcesRendererBase;
+import org.richfaces.component.UIDatascroller;
+import org.richfaces.event.DataScrollerEvent;
+
public class DataScrollerRenderer extends HeaderResourcesRendererBase {
protected Class getComponentClass() {
return UIDatascroller.class;
}
-
- public void encodeBegin(FacesContext context, UIComponent component)
- throws IOException {
-
- UIDatascroller scroller = (UIDatascroller) component;
-
- UIData dataTable = scroller.getDataTable();
-
- ComponentVariables variables = ComponentsVariableResolver.getVariables(
- this, component);
- variables.setVariable("dataTable", dataTable);
- if (scroller.isRendered()) {
- variables.setVariable("rendered", Boolean.TRUE);
- super.encodeBegin(context, component);
- }
+
+ protected boolean isRenderedOnSinglePage(UIDatascroller scroller, UIData dataTable) {
+ return (scroller.getPageCount(dataTable) != 1 || scroller.isRenderIfSinglePage());
}
- public void encodeEnd(FacesContext context, UIComponent component)
- throws IOException {
- ComponentVariables variables = ComponentsVariableResolver.getVariables(
- this, component);
-
- if (Boolean.TRUE.equals(variables.getVariable("rendered"))) {
- super.encodeEnd(context, component);
- }
- }
-
public void doDecode(FacesContext context, UIComponent component) {
- String param = (String) getParamMap(context).get(
- component.getClientId(context));
UIDatascroller scroller = (UIDatascroller) component;
- if (param != null) {
- DataScrollerEvent event = new DataScrollerEvent(scroller,
- String.valueOf(scroller.getPageIndex()), param);
- if (scroller.isImmediate()) {
- event.setPhaseId(PhaseId.APPLY_REQUEST_VALUES);
- } else {
- event.setPhaseId(PhaseId.INVOKE_APPLICATION);
- }
+ if (isRenderedOnSinglePage(scroller, scroller.getDataTable())) {
+ String param = (String) getParamMap(context).get(
+ component.getClientId(context));
+ if (param != null) {
+ DataScrollerEvent event = new DataScrollerEvent(scroller,
+ String.valueOf(scroller.getPageIndex()), param);
+ if (scroller.isImmediate()) {
+ event.setPhaseId(PhaseId.APPLY_REQUEST_VALUES);
+ } else {
+ event.setPhaseId(PhaseId.INVOKE_APPLICATION);
+ }
- component.queueEvent(event);
+ component.queueEvent(event);
+ }
}
}
@@ -179,12 +158,8 @@
return controlsState;
}
- public void renderPager(FacesContext context, UIComponent component)
+ public void renderPager(FacesContext context, UIComponent component, UIData data)
throws IOException {
- ComponentVariables variables = ComponentsVariableResolver.getVariables(
- this, component);
- UIData data = (UIData) variables.getVariable("dataTable");
-
ResponseWriter out = context.getResponseWriter();
UIDatascroller scroller = (UIDatascroller) component;
int currentPage = scroller.getPageIndex(data);
@@ -258,13 +233,8 @@
}
- public void renderPages(FacesContext context, UIComponent component)
+ public void renderPages(FacesContext context, UIComponent component, UIData data)
throws IOException {
- ComponentVariables variables = ComponentsVariableResolver.getVariables(
- this, component);
- UIData data = (UIData) variables.getVariable("dataTable");
-
- ResponseWriter out = context.getResponseWriter();
UIDatascroller scroller = (UIDatascroller) component;
int currentPage = scroller.getPageIndex(data);
Modified: trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
--- trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-09-01 00:20:02 UTC (rev 2679)
+++ trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-09-01 00:21:05 UTC (rev 2680)
@@ -20,302 +20,327 @@
<jsp:scriptlet>
<![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
</jsp:scriptlet>
- <div id="#{clientId}"
- x:passThruWithExclusions="value,name,type,id,styleClass,class"
- class="dr-dscr rich-datascr #{component.attributes['styleClass']}">
- <table id="#{clientId}_table" align="#{component.attributes['align']}" border="0" cellpadding="0" cellspacing="1" class="dr-dscr-t rich-dtascroller-table #{component.attributes['tableStyleClass']}">
- <tbody>
- <tr>
- <jsp:scriptlet><![CDATA[
- String facet;
- org.richfaces.renderkit.html.ControlsState controlsState = getControlsState(context, component,
- (javax.faces.component.UIData) variables.getVariable("dataTable"));
-
- if (controlsState.isFirstRendered()){
- if (controlsState.isFirstEnabled()){
- variables.setVariable("buttonClass", "");
- variables.setVariable("onclick", getOnClick(context,component,component.FIRST_FACET_NAME));
- variables.setVariable("facet", component.FIRST_FACET_NAME);
- facet=component.FIRST_FACET_NAME;
- }else{
- variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
- variables.setVariable("onclick", "");
- variables.setVariable("facet", component.FIRST_DISABLED_FACET_NAME);
- facet=component.FIRST_DISABLED_FACET_NAME;
- };
- if(component.getFacet(facet)!=null ) {
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet>
- <![CDATA[if(component.FIRST_FACET_NAME.equals(facet)){]]>
- </jsp:scriptlet>
- <u:insertFacet name="first"/>
- <jsp:scriptlet>
- <![CDATA[}else{]]>
- </jsp:scriptlet>
- <u:insertFacet name="first_disabled"/>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }else{
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet><![CDATA[
- writer.write("««");
- ]]></jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }
- if (controlsState.isControlsSeparatorRendered() &&
- (controlsState.isFastRewindRendered() || controlsState.isPreviousRendered())) {
- ]]></jsp:scriptlet>
- <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
- <jsp:scriptlet><![CDATA[
- }
- }
- ]]></jsp:scriptlet>
- <jsp:scriptlet><![CDATA[
- if (controlsState.isFastRewindRendered()){
- if (controlsState.isFastRewindEnabled()){
- variables.setVariable("buttonClass", "");
- variables.setVariable("onclick", getOnClick(context,component,component.FAST_REWIND_FACET_NAME));
- variables.setVariable("facet", component.FAST_REWIND_FACET_NAME);
- facet=component.FAST_REWIND_FACET_NAME;
- }else{
- variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
- variables.setVariable("onclick", "");
- variables.setVariable("facet", component.FAST_REWIND_DISABLED_FACET_NAME);
- facet=component.FAST_REWIND_DISABLED_FACET_NAME;
- }
- if(component.getFacet(facet)!=null ) {
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet>
- <![CDATA[if(component.FAST_REWIND_FACET_NAME.equals(facet)){]]>
- </jsp:scriptlet>
- <u:insertFacet name="fastrewind"/>
- <jsp:scriptlet>
- <![CDATA[}else{]]>
- </jsp:scriptlet>
- <u:insertFacet name="fastrewind_disabled"/>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }else{
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet><![CDATA[
- writer.write("«");
- ]]></jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }
-
- if (controlsState.isControlsSeparatorRendered() && controlsState.isPreviousRendered()) {
- ]]></jsp:scriptlet>
- <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
- <jsp:scriptlet><![CDATA[
- }
- }
- ]]></jsp:scriptlet>
-
- <jsp:scriptlet><![CDATA[
- if (controlsState.isPreviousRendered()){
- if (controlsState.isPreviousEnabled()){
- variables.setVariable("buttonClass", "");
- variables.setVariable("onclick", getOnClick(context,component,component.PREVIOUS_FACET_NAME));
- variables.setVariable("facet", component.PREVIOUS_FACET_NAME);
- facet=component.PREVIOUS_FACET_NAME;
- }else{
- variables.setVariable("onclick", "");
- variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
- variables.setVariable("facet", component.PREVIOUS_DISABLED_FACET_NAME);
- facet=component.PREVIOUS_DISABLED_FACET_NAME;
- }
- if(component.getFacet(facet)!=null ) {
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet>
- <![CDATA[if(component.PREVIOUS_FACET_NAME.equals(facet)){]]>
- </jsp:scriptlet>
- <u:insertFacet name="previous"/>
- <jsp:scriptlet>
- <![CDATA[}else{]]>
- </jsp:scriptlet>
- <u:insertFacet name="previous_disabled"/>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }else{
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- </td>
- <jsp:scriptlet><![CDATA[
- }
- }
- ]]></jsp:scriptlet>
+ <c:object var="singlePageRenderStyle" type="java.lang.String" />
- <jsp:scriptlet><![CDATA[
- UIComponent pagesFacet = component.getFacet("pages");
- if (pagesFacet !=null && pagesFacet.isRendered()) {
- renderPages(context,component);
- ]]></jsp:scriptlet>
- <td>
- <jsp:scriptlet><![CDATA[
- renderChild(context, pagesFacet);
- ]]></jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- } else {
- renderPager(context,component);
- }
- ]]></jsp:scriptlet>
+ <jsp:scriptlet>
+ <![CDATA[
+ javax.faces.component.UIData dataTable = component.getDataTable();
+ boolean singlePageRender = true;
+
+ if (!isRenderedOnSinglePage(component, dataTable)) {
+ singlePageRenderStyle = "; display: none";
+ singlePageRender = false;
+ }
+ ]]>
+ </jsp:scriptlet>
- <jsp:scriptlet><![CDATA[
- if (controlsState.isNextRendered()){
- if (controlsState.isNextEnabled()){
- variables.setVariable("onclick", getOnClick(context,component,component.NEXT_FACET_NAME));
- variables.setVariable("buttonClass", "");
- variables.setVariable("facet", component.NEXT_FACET_NAME);
- facet=component.NEXT_FACET_NAME;
- }else{
- variables.setVariable("onclick", "");
- variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
- variables.setVariable("facet", component.NEXT_DISABLED_FACET_NAME);
- facet=component.NEXT_DISABLED_FACET_NAME;
- }
- if(component.getFacet(facet)!=null ) {
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet>
- <![CDATA[if(component.NEXT_FACET_NAME.equals(facet)){]]>
- </jsp:scriptlet>
- <u:insertFacet name="next"/>
- <jsp:scriptlet>
- <![CDATA[}else{]]>
- </jsp:scriptlet>
- <u:insertFacet name="next_disabled"/>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }else{
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- </td>
- <jsp:scriptlet><![CDATA[
- }
-
- if (controlsState.isControlsSeparatorRendered() &&
- (controlsState.isFastForwardRendered() || controlsState.isLastRendered())) {
- ]]></jsp:scriptlet>
- <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
- <jsp:scriptlet><![CDATA[
- }
- }
- ]]></jsp:scriptlet>
-
- <jsp:scriptlet><![CDATA[
- if (controlsState.isFastForwardRendered()){
- if (controlsState.isFastForwardEnabled()){
- variables.setVariable("onclick", getOnClick(context,component,component.FAST_FORWARD_FACET_NAME));
- variables.setVariable("buttonClass", "");
- variables.setVariable("facet", component.FAST_FORWARD_FACET_NAME);
- facet=component.FAST_FORWARD_FACET_NAME;
- }
- else{
- variables.setVariable("onclick", "");
- variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
- variables.setVariable("facet", component.FAST_FORWARD_DISABLED_FACET_NAME);
- facet=component.FAST_FORWARD_DISABLED_FACET_NAME;
- }
- if(component.getFacet(facet)!=null ) {
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet>
- <![CDATA[if(component.FAST_FORWARD_FACET_NAME.equals(facet)){]]>
- </jsp:scriptlet>
- <u:insertFacet name="fastforward"/>
- <jsp:scriptlet>
- <![CDATA[}else{]]>
- </jsp:scriptlet>
- <u:insertFacet name="fastforward_disabled"/>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }else{
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet><![CDATA[
- writer.write("»");
- ]]></jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }
-
- if (controlsState.isControlsSeparatorRendered() && controlsState.isLastRendered()) {
- ]]></jsp:scriptlet>
- <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
- <jsp:scriptlet><![CDATA[
- }
- }
- ]]></jsp:scriptlet>
-
- <jsp:scriptlet><![CDATA[
- if (controlsState.isLastRendered()){
- if (controlsState.isLastEnabled()){
- variables.setVariable("onclick", getOnClick(context,component,component.LAST_FACET_NAME));
- variables.setVariable("buttonClass", "");
- variables.setVariable("facet", component.LAST_FACET_NAME);
- facet=component.LAST_FACET_NAME;
- }else{
- variables.setVariable("onclick", "");
- variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
- variables.setVariable("facet", component.LAST_DISABLED_FACET_NAME);
- facet=component.LAST_DISABLED_FACET_NAME;
- }
- if(component.getFacet(facet)!=null ) {
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet>
- <![CDATA[if(component.LAST_FACET_NAME.equals(facet)){]]>
- </jsp:scriptlet>
- <u:insertFacet name="last"/>
- <jsp:scriptlet>
- <![CDATA[}else{]]>
- </jsp:scriptlet>
- <u:insertFacet name="last_disabled"/>
- <jsp:scriptlet>
- <![CDATA[}]]>
- </jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }else{
- ]]></jsp:scriptlet>
- <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
- <jsp:scriptlet><![CDATA[
- writer.write("»»");
- ]]></jsp:scriptlet>
- </td>
- <jsp:scriptlet><![CDATA[
- }
- }
- ]]></jsp:scriptlet>
- </tr>
- <vcp:body>
- </vcp:body>
- </tbody>
- </table>
+ <div id="#{clientId}"
+ x:passThruWithExclusions="value,name,type,id,styleClass,class,style"
+ style="#{component.attributes['style']} #{singlePageRenderStyle}"
+ class="dr-dscr rich-datascr #{component.attributes['styleClass']}">
+
+ <jsp:scriptlet>
+ <![CDATA[
+ if (singlePageRender) {
+ ]]>
+ </jsp:scriptlet>
+
+ <table id="#{clientId}_table" align="#{component.attributes['align']}" border="0" cellpadding="0" cellspacing="1" class="dr-dscr-t rich-dtascroller-table #{component.attributes['tableStyleClass']}">
+ <tbody>
+ <tr>
+ <jsp:scriptlet><![CDATA[
+ String facet;
+ org.richfaces.renderkit.html.ControlsState controlsState = getControlsState(context, component, dataTable);
+
+ if (controlsState.isFirstRendered()){
+ if (controlsState.isFirstEnabled()){
+ variables.setVariable("buttonClass", "");
+ variables.setVariable("onclick", getOnClick(context,component,component.FIRST_FACET_NAME));
+ variables.setVariable("facet", component.FIRST_FACET_NAME);
+ facet=component.FIRST_FACET_NAME;
+ }else{
+ variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
+ variables.setVariable("onclick", "");
+ variables.setVariable("facet", component.FIRST_DISABLED_FACET_NAME);
+ facet=component.FIRST_DISABLED_FACET_NAME;
+ };
+ if(component.getFacet(facet)!=null ) {
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet>
+ <![CDATA[if(component.FIRST_FACET_NAME.equals(facet)){]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="first"/>
+ <jsp:scriptlet>
+ <![CDATA[}else{]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="first_disabled"/>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }else{
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet><![CDATA[
+ writer.write("««");
+ ]]></jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+ if (controlsState.isControlsSeparatorRendered() &&
+ (controlsState.isFastRewindRendered() || controlsState.isPreviousRendered())) {
+ ]]></jsp:scriptlet>
+ <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
+ <jsp:scriptlet><![CDATA[
+ }
+ }
+ ]]></jsp:scriptlet>
+ <jsp:scriptlet><![CDATA[
+ if (controlsState.isFastRewindRendered()){
+ if (controlsState.isFastRewindEnabled()){
+ variables.setVariable("buttonClass", "");
+ variables.setVariable("onclick", getOnClick(context,component,component.FAST_REWIND_FACET_NAME));
+ variables.setVariable("facet", component.FAST_REWIND_FACET_NAME);
+ facet=component.FAST_REWIND_FACET_NAME;
+ }else{
+ variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
+ variables.setVariable("onclick", "");
+ variables.setVariable("facet", component.FAST_REWIND_DISABLED_FACET_NAME);
+ facet=component.FAST_REWIND_DISABLED_FACET_NAME;
+ }
+ if(component.getFacet(facet)!=null ) {
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet>
+ <![CDATA[if(component.FAST_REWIND_FACET_NAME.equals(facet)){]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="fastrewind"/>
+ <jsp:scriptlet>
+ <![CDATA[}else{]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="fastrewind_disabled"/>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }else{
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet><![CDATA[
+ writer.write("«");
+ ]]></jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+
+ if (controlsState.isControlsSeparatorRendered() && controlsState.isPreviousRendered()) {
+ ]]></jsp:scriptlet>
+ <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
+ <jsp:scriptlet><![CDATA[
+ }
+ }
+ ]]></jsp:scriptlet>
+
+ <jsp:scriptlet><![CDATA[
+ if (controlsState.isPreviousRendered()){
+ if (controlsState.isPreviousEnabled()){
+ variables.setVariable("buttonClass", "");
+ variables.setVariable("onclick", getOnClick(context,component,component.PREVIOUS_FACET_NAME));
+ variables.setVariable("facet", component.PREVIOUS_FACET_NAME);
+ facet=component.PREVIOUS_FACET_NAME;
+ }else{
+ variables.setVariable("onclick", "");
+ variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
+ variables.setVariable("facet", component.PREVIOUS_DISABLED_FACET_NAME);
+ facet=component.PREVIOUS_DISABLED_FACET_NAME;
+ }
+ if(component.getFacet(facet)!=null ) {
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet>
+ <![CDATA[if(component.PREVIOUS_FACET_NAME.equals(facet)){]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="previous"/>
+ <jsp:scriptlet>
+ <![CDATA[}else{]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="previous_disabled"/>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }else{
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+ }
+ ]]></jsp:scriptlet>
+
+ <jsp:scriptlet><![CDATA[
+ UIComponent pagesFacet = component.getFacet("pages");
+ if (pagesFacet !=null && pagesFacet.isRendered()) {
+ renderPages(context,component,dataTable);
+ ]]></jsp:scriptlet>
+ <td>
+ <jsp:scriptlet><![CDATA[
+ renderChild(context, pagesFacet);
+ ]]></jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ } else {
+ renderPager(context,component,dataTable);
+ }
+ ]]></jsp:scriptlet>
+
+ <jsp:scriptlet><![CDATA[
+ if (controlsState.isNextRendered()){
+ if (controlsState.isNextEnabled()){
+ variables.setVariable("onclick", getOnClick(context,component,component.NEXT_FACET_NAME));
+ variables.setVariable("buttonClass", "");
+ variables.setVariable("facet", component.NEXT_FACET_NAME);
+ facet=component.NEXT_FACET_NAME;
+ }else{
+ variables.setVariable("onclick", "");
+ variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
+ variables.setVariable("facet", component.NEXT_DISABLED_FACET_NAME);
+ facet=component.NEXT_DISABLED_FACET_NAME;
+ }
+ if(component.getFacet(facet)!=null ) {
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet>
+ <![CDATA[if(component.NEXT_FACET_NAME.equals(facet)){]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="next"/>
+ <jsp:scriptlet>
+ <![CDATA[}else{]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="next_disabled"/>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }else{
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+
+ if (controlsState.isControlsSeparatorRendered() &&
+ (controlsState.isFastForwardRendered() || controlsState.isLastRendered())) {
+ ]]></jsp:scriptlet>
+ <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
+ <jsp:scriptlet><![CDATA[
+ }
+ }
+ ]]></jsp:scriptlet>
+
+ <jsp:scriptlet><![CDATA[
+ if (controlsState.isFastForwardRendered()){
+ if (controlsState.isFastForwardEnabled()){
+ variables.setVariable("onclick", getOnClick(context,component,component.FAST_FORWARD_FACET_NAME));
+ variables.setVariable("buttonClass", "");
+ variables.setVariable("facet", component.FAST_FORWARD_FACET_NAME);
+ facet=component.FAST_FORWARD_FACET_NAME;
+ }
+ else{
+ variables.setVariable("onclick", "");
+ variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
+ variables.setVariable("facet", component.FAST_FORWARD_DISABLED_FACET_NAME);
+ facet=component.FAST_FORWARD_DISABLED_FACET_NAME;
+ }
+ if(component.getFacet(facet)!=null ) {
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet>
+ <![CDATA[if(component.FAST_FORWARD_FACET_NAME.equals(facet)){]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="fastforward"/>
+ <jsp:scriptlet>
+ <![CDATA[}else{]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="fastforward_disabled"/>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }else{
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet><![CDATA[
+ writer.write("»");
+ ]]></jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+
+ if (controlsState.isControlsSeparatorRendered() && controlsState.isLastRendered()) {
+ ]]></jsp:scriptlet>
+ <td class="dr-dscr-sepctrl rich-datascr-ctrls-separator"><u:insertFacet name="controlsSeparator" /></td>
+ <jsp:scriptlet><![CDATA[
+ }
+ }
+ ]]></jsp:scriptlet>
+
+ <jsp:scriptlet><![CDATA[
+ if (controlsState.isLastRendered()){
+ if (controlsState.isLastEnabled()){
+ variables.setVariable("onclick", getOnClick(context,component,component.LAST_FACET_NAME));
+ variables.setVariable("buttonClass", "");
+ variables.setVariable("facet", component.LAST_FACET_NAME);
+ facet=component.LAST_FACET_NAME;
+ }else{
+ variables.setVariable("onclick", "");
+ variables.setVariable("buttonClass", "dr-dscr-button-dsbld rich-datascr-button-dsbld");
+ variables.setVariable("facet", component.LAST_DISABLED_FACET_NAME);
+ facet=component.LAST_DISABLED_FACET_NAME;
+ }
+ if(component.getFacet(facet)!=null ) {
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet>
+ <![CDATA[if(component.LAST_FACET_NAME.equals(facet)){]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="last"/>
+ <jsp:scriptlet>
+ <![CDATA[}else{]]>
+ </jsp:scriptlet>
+ <u:insertFacet name="last_disabled"/>
+ <jsp:scriptlet>
+ <![CDATA[}]]>
+ </jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }else{
+ ]]></jsp:scriptlet>
+ <td class="#{buttonClass} dr-dscr-button rich-datascr-button" onclick="#{onclick}">
+ <jsp:scriptlet><![CDATA[
+ writer.write("»»");
+ ]]></jsp:scriptlet>
+ </td>
+ <jsp:scriptlet><![CDATA[
+ }
+ }
+ ]]></jsp:scriptlet>
+ </tr>
+ </tbody>
+ </table>
+ <jsp:scriptlet>
+ <![CDATA[
+ }
+ ]]>
+ </jsp:scriptlet>
</div>
</f:root>
\ No newline at end of file
17 years, 3 months
JBoss Rich Faces SVN: r2679 - trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples.
by richfaces-svn-commits@lists.jboss.org
Author: SergeySmirnov
Date: 2007-08-31 20:20:02 -0400 (Fri, 31 Aug 2007)
New Revision: 2679
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml
Log:
demo. ve page correction
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml 2007-09-01 00:14:42 UTC (rev 2678)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/virtualEarth/examples/placeToGo.xhtml 2007-09-01 00:20:02 UTC (rev 2679)
@@ -16,7 +16,7 @@
<h:panelGrid columnClasses="col1, col2" columns="2">
<rich:virtualEarth id="gm" style="width:500px"
- lat="37.9467" lng="-122.0238" dashboardSize="Normal"
+ lat="37.971796" lng="-122.042334" dashboardSize="Normal"
zoom="17" mapStyle="Birdseye" var="map" />
<h:panelGroup>
@@ -33,24 +33,12 @@
Zoom:<br/>
<a href="javascript:void(0);" onclick="map.ZoomIn();return false;">In</a>
<a href="javascript:void(0);" onclick="map.ZoomOut();return false;">Out</a>
- <br /><br />
- <a href="javascript:void(0);" onclick="showExadel();return false;">Show Exadel, Inc. Office</a>
-
</h:panelGroup>
</h:panelGrid>
- <script type="text/javascript">
- function showExadel() {
-
- var point = new VELatLong(37.9721046, -122.0424842834);
- map.SetCenterAndZoom(point, 16);
- map.SetMapStyle(VEMapStyle.Birdseye);
-
- }
+
- </script>
-
</f:view>
</ui:composition>
\ No newline at end of file
17 years, 3 months
JBoss Rich Faces SVN: r2678 - in trunk: cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources and 11 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2007-08-31 20:14:42 -0400 (Fri, 31 Aug 2007)
New Revision: 2678
Added:
trunk/samples/richfaces-ear-demo/webapp/src/main/java/
Modified:
trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/FaceletPortletViewHandler.java
trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/PortalStateManager.java
trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/AbstractExternalContext.java
trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/PortletContextImpl.java
trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/ServletContextImpl.java
trunk/framework/api/src/main/java/org/ajax4jsf/application/ViewHandlerWrapper.java
trunk/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java
trunk/framework/impl/src/main/java/org/ajax4jsf/component/AjaxActionComponent.java
trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java
trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/AjaxRendererUtils.java
trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js
trunk/markRelease.sh
trunk/ui/tree/src/main/config/component/treeNode.xml
Log:
prepare release candidate 4
Modified: trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-09-01 00:14:42 UTC (rev 2678)
@@ -3,7 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
- <name>${artifactId}</name>
+ <name>${artifactId}</name>
+ <version>${version}</version>
<build>
<plugins>
<plugin>
Modified: trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2007-09-01 00:14:42 UTC (rev 2678)
@@ -3,7 +3,8 @@
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<packaging>war</packaging>
- <name>${artifactId} Maven Webapp</name>
+ <name>${artifactId} Maven Webapp</name>
+ <version>${version}</version>
<build>
<finalName>${artifactId}</finalName>
</build>
Modified: trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/FaceletPortletViewHandler.java
===================================================================
--- trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/FaceletPortletViewHandler.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/FaceletPortletViewHandler.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -46,11 +46,11 @@
RenderResponse response = (RenderResponse) extContext.getResponse();
String contenttype = request.getResponseContentType();
if (contenttype == null) {
- contenttype = "text/html";
+ contenttype = "text/html";
}
String encoding = response.getCharacterEncoding();
if (encoding == null) {
- encoding = "UTF-8";
+ encoding = "UTF-8";
}
writer = renderKit.createResponseWriter(nullWriter, contenttype,
encoding);
Modified: trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/PortalStateManager.java
===================================================================
--- trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/PortalStateManager.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/application/PortalStateManager.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -58,6 +58,7 @@
windowStates.setViewId(viewId);
PortletViewState viewState = windowStates.getState(viewId);
viewState.save(context);
+ serializedView=new SerializedView(viewId,null);
}
return serializedView;
}
Modified: trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/AbstractExternalContext.java
===================================================================
--- trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/AbstractExternalContext.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/AbstractExternalContext.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -105,6 +105,8 @@
public static final String NAMESPACE_PARAMETER ="org.ajax4jsf.portlet.NAMESPACE";
public static final String ACTION__PARAMETER = "org.ajax4jsf.portlet.ACTION_URL";
public static final Object PORTLET_MODE_PARAMETER = "org.ajax4jsf.portlet.MODE";
+
+ protected static final String[] EMPTY_STRING_ARRAY = new String[0];
// TODO - optimization.
private Map applicationMap;
@@ -323,7 +325,7 @@
return this.requestHeaderValues;
}
- protected abstract Object[] getRequestHeaderValues(String name);
+ protected abstract String[] getRequestHeaderValues(String name);
public Map getRequestMap() {
if (this.requestMap == null) {
Modified: trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/PortletContextImpl.java
===================================================================
--- trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/PortletContextImpl.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/PortletContextImpl.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -173,14 +173,14 @@
return getPortletRequest().getPropertyNames();
}
- protected Object[] getRequestHeaderValues(String name) {
+ protected String[] getRequestHeaderValues(String name) {
Enumeration properties = getPortletRequest().getProperties(name);
List values = new ArrayList();
while (properties.hasMoreElements()) {
Object value = (Object) properties.nextElement();
values.add(value);
}
- return values.toArray();
+ return (String[]) values.toArray(EMPTY_STRING_ARRAY);
}
protected Object getRequestParameter(String name) {
Modified: trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/ServletContextImpl.java
===================================================================
--- trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/ServletContextImpl.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/extensions/portlet/src/main/java/org/ajax4jsf/portlet/context/ServletContextImpl.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -201,13 +201,13 @@
return getHttpRequest().getHeaderNames();
}
- protected Object[] getRequestHeaderValues(String name) {
+ protected String[] getRequestHeaderValues(String name) {
Enumeration values = getHttpRequest().getHeaders(name);
ArrayList valuesList = new ArrayList();
while (values.hasMoreElements()) {
valuesList.add(values.nextElement());
}
- return valuesList.toArray();
+ return (String[]) valuesList.toArray(EMPTY_STRING_ARRAY);
}
protected Object getRequestParameter(String name) {
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/application/ViewHandlerWrapper.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/application/ViewHandlerWrapper.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/application/ViewHandlerWrapper.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -131,6 +131,17 @@
return _handler;
}
+ /* (non-Javadoc)
+ * @see javax.faces.application.ViewHandler#initView(javax.faces.context.FacesContext)
+ */
+ public void initView(FacesContext context) throws FacesException {
+ _handler.initView(context);
+ }
+
+ public String calculateCharacterEncoding(FacesContext context) {
+ // TODO Auto-generated method stub
+ return _handler.calculateCharacterEncoding(context);
+ }
/**
* Fill view-handlers chain for alternate handlers.
* @param context
Modified: trunk/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java
===================================================================
--- trunk/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/framework/api/src/main/java/org/ajax4jsf/context/AjaxContext.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -27,6 +27,10 @@
public abstract Object getResponseData();
+ public abstract void setOncomplete(Object oncompleteFunction);
+
+ public abstract Object getOncomplete();
+
public abstract void setViewIdHolder(ViewIdHolder viewIdHolder);
public abstract ViewIdHolder getViewIdHolder();
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/component/AjaxActionComponent.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/component/AjaxActionComponent.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/component/AjaxActionComponent.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -81,6 +81,7 @@
}
ajaxContext.getResponseDataMap().put(FOCUS_DATA_ID, focus);
}
+ ajaxContext.setOncomplete(getOncomplete());
}
}
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/context/AjaxContextImpl.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -107,6 +107,8 @@
Map responseDataMap = new HashMap();
Map commonAjaxParameters = new HashMap();
+
+ Object oncomplete = null;
static {
try {
@@ -803,4 +805,18 @@
return commonAjaxParameters;
}
+ /**
+ * @return the oncomplete
+ */
+ public Object getOncomplete() {
+ return oncomplete;
+ }
+
+ /**
+ * @param oncomplete the oncomplete to set
+ */
+ public void setOncomplete(Object oncomplete) {
+ this.oncomplete = oncomplete;
+ }
+
}
\ No newline at end of file
Modified: trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/AjaxRendererUtils.java
===================================================================
--- trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/AjaxRendererUtils.java 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/framework/impl/src/main/java/org/ajax4jsf/renderkit/AjaxRendererUtils.java 2007-09-01 00:14:42 UTC (rev 2678)
@@ -54,6 +54,7 @@
import org.ajax4jsf.javascript.JSFunction;
import org.ajax4jsf.javascript.JSFunctionDefinition;
import org.ajax4jsf.javascript.JSReference;
+import org.ajax4jsf.javascript.ScriptUtils;
import org.ajax4jsf.renderkit.RendererUtils.HTML;
import org.ajax4jsf.util.ServicesUtils;
import org.apache.commons.logging.Log;
@@ -83,6 +84,12 @@
public static final String ONCOMPLETE_ATTR_NAME = "oncomplete";
/**
+ * Attribute for keep JavaScript function name for call after complete
+ * request.
+ */
+ public static final String ONCOMPLETE_CONTENT_ID = "org.ajax4jsf.oncomplete";
+
+ /**
* Attribute for keep JavaScript function name for call before updating
* DOM tree.
*/
@@ -802,6 +809,14 @@
out.write(dataString);
out.endElement(HTML.SPAN_ELEM);
}
+ // Include active 'oncomplete' function content :
+ Object oncomplete = ajaxContext.getOncomplete();
+ if(null != oncomplete){
+ out.startElement(HTML.SPAN_ELEM, component);
+ out.writeAttribute(HTML.id_ATTRIBUTE, ONCOMPLETE_CONTENT_ID, null);
+ out.writeText(oncomplete,null);
+ out.endElement(HTML.SPAN_ELEM);
+ }
// For self-rendered case, we use own methods for replace stateKey by
// real value
// in XML filter.
Modified: trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js
===================================================================
--- trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/framework/impl/src/main/javascript/ajaxjsf/JSFAJAX.js 2007-09-01 00:14:42 UTC (rev 2678)
@@ -872,21 +872,40 @@
/**
*
*/
-A4J.AJAX.finishRequest = function(req){
- var options = req.options;
+A4J.AJAX.finishRequest = function(request){
+ var options = request.options;
// we can set listener for complete request - for example,
// it can shedule next request for update page.
- if(options.oncomplete){
+ var oncomplete = request.getElementById('org.ajax4jsf.oncomplete');
+ if(oncomplete) {
LOG.debug( "Call request oncomplete function after processing updates" );
window.setTimeout(function(){
- options.oncomplete(req,req.domEvt,req.getJSON('_ajax:data'));
+ var event = request.domEvt;
+ var data = request.getJSON('_ajax:data');
+ try {
+ var newscript = Sarissa.getText(oncomplete,true);
+ if (window.execScript) {
+ window.execScript( newscript );
+ } else {
+ window.eval(newscript);
+ }
+ } catch(e){
+ LOG.error('Error evaluate oncomplete function '+e.Message);
+ }
+// mark status object ( if any ) for complete request ;
+ A4J.AJAX.status(request.containerId,options.status,false);},
+ 50);
+ } else if(options.oncomplete){
+ LOG.debug( "Call component oncomplete function after processing updates" );
+ window.setTimeout(function(){
+ options.oncomplete(request,request.domEvt,request.getJSON('_ajax:data'));
// mark status object ( if any ) for complete request ;
- A4J.AJAX.status(req.containerId,options.status,false);},
+ A4J.AJAX.status(request.containerId,options.status,false);},
50);
} else {
// mark status object ( if any ) for complete request ;
- A4J.AJAX.status(req.containerId,options.status,false);
+ A4J.AJAX.status(request.containerId,options.status,false);
}
// If we have events in queue - send next request.
if(options.eventsQueue){
Modified: trunk/markRelease.sh
===================================================================
--- trunk/markRelease.sh 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/markRelease.sh 2007-09-01 00:14:42 UTC (rev 2678)
@@ -7,3 +7,6 @@
-DupdateWorkingCopyVersions=false \
-DtagBase=https://svn.jboss.org/repos/richfaces/tags
find . -name pom.xml.branch -execdir mv pom.xml.branch pom.xml ';'
+mvn install
+cd ..
+svn copy checkout https://svn.jboss.org/repos/richfaces/tags/$1 -m " create tag for a release $1"
\ No newline at end of file
Modified: trunk/ui/tree/src/main/config/component/treeNode.xml
===================================================================
--- trunk/ui/tree/src/main/config/component/treeNode.xml 2007-08-31 22:48:16 UTC (rev 2677)
+++ trunk/ui/tree/src/main/config/component/treeNode.xml 2007-09-01 00:14:42 UTC (rev 2678)
@@ -142,5 +142,4 @@
&html_events;
</component>
- &listeners;
</components>
17 years, 3 months