Author: jbalunas(a)redhat.com
Date: 2010-05-21 19:49:23 -0400 (Fri, 21 May 2010)
New Revision: 17190
Modified:
root/ui-sandbox/componentcontrol/trunk/api/pom.xml
root/ui-sandbox/componentcontrol/trunk/bom/pom.xml
root/ui-sandbox/componentcontrol/trunk/parent/pom.xml
root/ui-sandbox/componentcontrol/trunk/ui/pom.xml
root/ui-sandbox/datascroller/trunk/api/pom.xml
root/ui-sandbox/datascroller/trunk/bom/pom.xml
root/ui-sandbox/datascroller/trunk/parent/pom.xml
root/ui-sandbox/datascroller/trunk/ui/pom.xml
root/ui-sandbox/pom.xml
root/ui-sandbox/tables/trunk/api/pom.xml
root/ui-sandbox/tables/trunk/bom/pom.xml
root/ui-sandbox/tables/trunk/impl/pom.xml
root/ui-sandbox/tables/trunk/parent/pom.xml
root/ui-sandbox/tables/trunk/ui/pom.xml
Log:
Updated to support jsf impl profiles
Modified: root/ui-sandbox/componentcontrol/trunk/api/pom.xml
===================================================================
--- root/ui-sandbox/componentcontrol/trunk/api/pom.xml 2010-05-21 22:25:43 UTC (rev
17189)
+++ root/ui-sandbox/componentcontrol/trunk/api/pom.xml 2010-05-21 23:49:23 UTC (rev
17190)
@@ -49,8 +49,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -76,8 +76,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/componentcontrol/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/componentcontrol/trunk/bom/pom.xml 2010-05-21 22:25:43 UTC (rev
17189)
+++ root/ui-sandbox/componentcontrol/trunk/bom/pom.xml 2010-05-21 23:49:23 UTC (rev
17190)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
Modified: root/ui-sandbox/componentcontrol/trunk/parent/pom.xml
===================================================================
--- root/ui-sandbox/componentcontrol/trunk/parent/pom.xml 2010-05-21 22:25:43 UTC (rev
17189)
+++ root/ui-sandbox/componentcontrol/trunk/parent/pom.xml 2010-05-21 23:49:23 UTC (rev
17190)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
Modified: root/ui-sandbox/componentcontrol/trunk/ui/pom.xml
===================================================================
--- root/ui-sandbox/componentcontrol/trunk/ui/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/componentcontrol/trunk/ui/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -53,8 +53,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -80,8 +80,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/datascroller/trunk/api/pom.xml
===================================================================
--- root/ui-sandbox/datascroller/trunk/api/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/datascroller/trunk/api/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -49,8 +49,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -76,8 +76,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/datascroller/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/datascroller/trunk/bom/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/datascroller/trunk/bom/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
Modified: root/ui-sandbox/datascroller/trunk/parent/pom.xml
===================================================================
--- root/ui-sandbox/datascroller/trunk/parent/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/datascroller/trunk/parent/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
Modified: root/ui-sandbox/datascroller/trunk/ui/pom.xml
===================================================================
--- root/ui-sandbox/datascroller/trunk/ui/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/datascroller/trunk/ui/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -50,8 +50,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -77,8 +77,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/pom.xml
===================================================================
--- root/ui-sandbox/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
@@ -34,13 +34,13 @@
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components Sandbox Aggregator</name>
-
+
<modules>
<module>tables/trunk</module>
<module>datascroller/trunk</module>
<module>componentcontrol/trunk</module>
</modules>
-
+
<dependencyManagement>
<dependencies>
<dependency>
Modified: root/ui-sandbox/tables/trunk/api/pom.xml
===================================================================
--- root/ui-sandbox/tables/trunk/api/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/tables/trunk/api/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -49,8 +49,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -76,8 +76,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/tables/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/tables/trunk/bom/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/tables/trunk/bom/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
Modified: root/ui-sandbox/tables/trunk/impl/pom.xml
===================================================================
--- root/ui-sandbox/tables/trunk/impl/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/tables/trunk/impl/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -43,8 +43,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -70,8 +70,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/tables/trunk/parent/pom.xml
===================================================================
--- root/ui-sandbox/tables/trunk/parent/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/tables/trunk/parent/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>1</version>
+ <version>2-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.ui-sandbox</groupId>
@@ -80,15 +80,15 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<!-- Tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Modified: root/ui-sandbox/tables/trunk/ui/pom.xml
===================================================================
--- root/ui-sandbox/tables/trunk/ui/pom.xml 2010-05-21 22:25:43 UTC (rev 17189)
+++ root/ui-sandbox/tables/trunk/ui/pom.xml 2010-05-21 23:49:23 UTC (rev 17190)
@@ -50,8 +50,8 @@
<!-- JSF with dependencies -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
+ <groupId>${jsf2.api.groupid}</groupId>
+ <artifactId>${jsf2.api.artifactid}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -77,8 +77,8 @@
<!-- tests -->
<dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
+ <groupId>${jsf2.impl.groupid}</groupId>
+ <artifactId>${jsf2.impl.artifactid}</artifactId>
<scope>test</scope>
</dependency>
<dependency>