[richfaces-svn-commits] JBoss Rich Faces SVN: r772 - in trunk: richfaces/assembly and 28 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue May 15 21:10:09 EDT 2007


Author: alexsmirnov
Date: 2007-05-15 21:10:09 -0400 (Tue, 15 May 2007)
New Revision: 772

Modified:
   trunk/richfaces-samples/pom.xml
   trunk/richfaces/assembly/pom.xml
   trunk/richfaces/dataFilterSlider/pom.xml
   trunk/richfaces/dataTable/pom.xml
   trunk/richfaces/datascroller/pom.xml
   trunk/richfaces/drag-drop/pom.xml
   trunk/richfaces/dropdown-menu/pom.xml
   trunk/richfaces/gmap/pom.xml
   trunk/richfaces/inputnumber-slider/pom.xml
   trunk/richfaces/inputnumber-spinner/pom.xml
   trunk/richfaces/menu-components/pom.xml
   trunk/richfaces/modal-panel/pom.xml
   trunk/richfaces/paint2D/pom.xml
   trunk/richfaces/panel/pom.xml
   trunk/richfaces/panelbar/pom.xml
   trunk/richfaces/panelmenu/pom.xml
   trunk/richfaces/pom.xml
   trunk/richfaces/separator/pom.xml
   trunk/richfaces/simpleTogglePanel/pom.xml
   trunk/richfaces/spacer/pom.xml
   trunk/richfaces/suggestionbox/pom.xml
   trunk/richfaces/tabPanel/pom.xml
   trunk/richfaces/togglePanel/pom.xml
   trunk/richfaces/toolBar/pom.xml
   trunk/richfaces/tree/pom.xml
   trunk/sandbox-samples/pom.xml
   trunk/sandbox/panel2/pom.xml
   trunk/sandbox/pom.xml
   trunk/sandbox/scrollable-grid/pom.xml
   trunk/sandbox/simpleTogglePanel2/pom.xml
Log:
Extract ajax4jsf version number into separate variable

Modified: trunk/richfaces/assembly/pom.xml
===================================================================
--- trunk/richfaces/assembly/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/assembly/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
 			<plugin>
 				<groupId>org.ajax4jsf.cdk</groupId>
 				<artifactId>maven-cdk-plugin</artifactId>
-				<version>1.1.1-SNAPSHOT</version>
+				<version>${org.ajax4jsf.version}</version>
 				<configuration>
 					<library>
 						<prefix>org.richfaces</prefix>

Modified: trunk/richfaces/dataFilterSlider/pom.xml
===================================================================
--- trunk/richfaces/dataFilterSlider/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/dataFilterSlider/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/dataTable/pom.xml
===================================================================
--- trunk/richfaces/dataTable/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/dataTable/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/datascroller/pom.xml
===================================================================
--- trunk/richfaces/datascroller/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/datascroller/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/drag-drop/pom.xml
===================================================================
--- trunk/richfaces/drag-drop/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/drag-drop/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/dropdown-menu/pom.xml
===================================================================
--- trunk/richfaces/dropdown-menu/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/dropdown-menu/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/gmap/pom.xml
===================================================================
--- trunk/richfaces/gmap/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/gmap/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/inputnumber-slider/pom.xml
===================================================================
--- trunk/richfaces/inputnumber-slider/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/inputnumber-slider/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-     	<version>1.1.1-SNAPSHOT</version>
+     	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/inputnumber-spinner/pom.xml
===================================================================
--- trunk/richfaces/inputnumber-spinner/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/inputnumber-spinner/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-    	<version>1.1.1-SNAPSHOT</version>
+    	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
 		<id>generate-sources</id>

Modified: trunk/richfaces/menu-components/pom.xml
===================================================================
--- trunk/richfaces/menu-components/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/menu-components/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/modal-panel/pom.xml
===================================================================
--- trunk/richfaces/modal-panel/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/modal-panel/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-    	<version>1.1.1-SNAPSHOT</version>
+    	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/paint2D/pom.xml
===================================================================
--- trunk/richfaces/paint2D/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/paint2D/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/panel/pom.xml
===================================================================
--- trunk/richfaces/panel/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/panel/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
 		<id>generate-sources</id>

Modified: trunk/richfaces/panelbar/pom.xml
===================================================================
--- trunk/richfaces/panelbar/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/panelbar/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	<version>1.1.1-SNAPSHOT</version>
+	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/panelmenu/pom.xml
===================================================================
--- trunk/richfaces/panelmenu/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/panelmenu/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -16,7 +16,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/pom.xml
===================================================================
--- trunk/richfaces/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -10,7 +10,8 @@
 	<version>3.0.1-SNAPSHOT</version>
 	<url>http://richfaces.ajax4jsf.org</url>
 	<properties>
-		<maven.test.failure.ignore>true</maven.test.failure.ignore>
+		<maven.test.failure.ignore>true</maven.test.failure.ignore>
+		<org.ajax4jsf.version>1.1.1-SNAPSHOT</org.ajax4jsf.version>
 	</properties>
 	<issueManagement>
 		<system>JIRA</system>
@@ -237,12 +238,12 @@
 		<dependency>
 			<groupId>org.ajax4jsf</groupId>
 			<artifactId>ajax4jsf</artifactId>
-			<version>1.1.1-SNAPSHOT</version>
+			<version>${org.ajax4jsf.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.ajax4jsf</groupId>
 			<artifactId>test</artifactId>
-			<version>1.1.1-SNAPSHOT</version>
+			<version>${org.ajax4jsf.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>

Modified: trunk/richfaces/separator/pom.xml
===================================================================
--- trunk/richfaces/separator/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/separator/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
 		<id>generate-sources</id>

Modified: trunk/richfaces/simpleTogglePanel/pom.xml
===================================================================
--- trunk/richfaces/simpleTogglePanel/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/simpleTogglePanel/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/spacer/pom.xml
===================================================================
--- trunk/richfaces/spacer/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/spacer/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	<version>1.1.1-SNAPSHOT</version>
+	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/suggestionbox/pom.xml
===================================================================
--- trunk/richfaces/suggestionbox/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/suggestionbox/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
             <plugin>
                 <groupId>org.ajax4jsf.cdk</groupId>
                 <artifactId>maven-cdk-plugin</artifactId>
-                <version>1.1.1-SNAPSHOT</version>
+                <version>${org.ajax4jsf.version}</version>
                 <executions>
                     <execution>
                         <phase>generate-sources</phase>

Modified: trunk/richfaces/tabPanel/pom.xml
===================================================================
--- trunk/richfaces/tabPanel/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/tabPanel/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	<version>1.1.1-SNAPSHOT</version>
+	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/togglePanel/pom.xml
===================================================================
--- trunk/richfaces/togglePanel/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/togglePanel/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	  <version>1.1.1-SNAPSHOT</version>
+	  <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/toolBar/pom.xml
===================================================================
--- trunk/richfaces/toolBar/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/toolBar/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces/tree/pom.xml
===================================================================
--- trunk/richfaces/tree/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces/tree/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	<version>1.1.1-SNAPSHOT</version>
+	<version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/richfaces-samples/pom.xml
===================================================================
--- trunk/richfaces-samples/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/richfaces-samples/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -6,7 +6,9 @@
 	<name>RichFaces Components Examples</name>
 	<version>3.0.1-SNAPSHOT</version>
 	<url>http://labs.jboss.com/jbossrichfaces/samples</url>
-
+    <properties>
+		<org.ajax4jsf.version>1.1.1-SNAPSHOT</org.ajax4jsf.version>
+    </properties>
 	<!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
 	<build>
 		<plugins>
@@ -59,7 +61,7 @@
 		<dependency>
 			<groupId>org.ajax4jsf</groupId>
 			<artifactId>ajax4jsf</artifactId>
-			<version>1.1.1-SNAPSHOT</version>
+			<version>${org.ajax4jsf.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>com.sun.facelets</groupId>
@@ -237,7 +239,7 @@
 				<dependency>
 					<groupId>org.ajax4jsf</groupId>
 					<artifactId>ajax4jsf</artifactId>
-					<version>1.1.1-SNAPSHOT</version>
+					<version>${org.ajax4jsf.version}</version>
 					<exclusions>
 						<exclusion>
 							<groupId>javax.faces</groupId>

Modified: trunk/sandbox/panel2/pom.xml
===================================================================
--- trunk/sandbox/panel2/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/sandbox/panel2/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -14,7 +14,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
 		<id>generate-sources</id>

Modified: trunk/sandbox/pom.xml
===================================================================
--- trunk/sandbox/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/sandbox/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -7,6 +7,9 @@
 	<name>RichFaces Components</name>
 	<version>3.0.1-SNAPSHOT</version>
 	<url>http://richfaces.ajax4jsf.org</url>
+    <properties>
+		<org.ajax4jsf.version>1.1.1-SNAPSHOT</org.ajax4jsf.version>
+    </properties>
 	<!--
 		<url>http://labs.jboss.com/jbossrichfaces</url>
 	-->
@@ -205,12 +208,12 @@
 		<dependency>
 			<groupId>org.ajax4jsf</groupId>
 			<artifactId>ajax4jsf</artifactId>
-			<version>1.1.1-SNAPSHOT</version>
+			<version>${org.ajax4jsf.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>org.ajax4jsf</groupId>
 			<artifactId>test</artifactId>
-			<version>1.1.1-SNAPSHOT</version>
+			<version>${org.ajax4jsf.version}</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>

Modified: trunk/sandbox/scrollable-grid/pom.xml
===================================================================
--- trunk/sandbox/scrollable-grid/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/sandbox/scrollable-grid/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>
@@ -132,7 +132,7 @@
     <dependency>
       <groupId>org.ajax4jsf</groupId>
       <artifactId>ajax4jsf</artifactId>
-      <version>1.1.1-SNAPSHOT</version>
+      <version>${org.ajax4jsf.version}</version>
     </dependency>
     <dependency>
       <groupId>org.richfaces</groupId>

Modified: trunk/sandbox/simpleTogglePanel2/pom.xml
===================================================================
--- trunk/sandbox/simpleTogglePanel2/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/sandbox/simpleTogglePanel2/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -13,7 +13,7 @@
       <plugin>
         <groupId>org.ajax4jsf.cdk</groupId>
         <artifactId>maven-cdk-plugin</artifactId>
-	    <version>1.1.1-SNAPSHOT</version>
+	    <version>${org.ajax4jsf.version}</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>

Modified: trunk/sandbox-samples/pom.xml
===================================================================
--- trunk/sandbox-samples/pom.xml	2007-05-15 19:56:21 UTC (rev 771)
+++ trunk/sandbox-samples/pom.xml	2007-05-16 01:10:09 UTC (rev 772)
@@ -7,7 +7,9 @@
 	<name>RichFaces Components Examples</name>
 	<version>1.0.0-SNAPSHOT</version>
 	<url>http://labs.jboss.com/jbossrichfaces/samples</url>
-
+    <properties>
+		<org.ajax4jsf.version>1.1.1-SNAPSHOT</org.ajax4jsf.version>
+    </properties>
 	<!-- Profile to run jetty, so the tomcat jars are included in the bundle. They are not included by default -->
 	<build>
 		<plugins>
@@ -58,7 +60,7 @@
 		<dependency>
 			<groupId>org.ajax4jsf</groupId>
 			<artifactId>ajax4jsf</artifactId>
-			<version>1.1.1-SNAPSHOT</version>
+			<version>${org.ajax4jsf.version}</version>
 		</dependency>
 		<dependency>
 			<groupId>com.sun.facelets</groupId>
@@ -211,7 +213,7 @@
 				<dependency>
 					<groupId>org.ajax4jsf</groupId>
 					<artifactId>ajax4jsf</artifactId>
-					<version>1.1.1-SNAPSHOT</version>
+					<version>${org.ajax4jsf.version}</version>
 					<exclusions>
 						<exclusion>
 							<groupId>javax.faces</groupId>




More information about the richfaces-svn-commits mailing list