[richfaces-svn-commits] JBoss Rich Faces SVN: r15913 - in branches/sandbox/3.3.X_JSF2/sandbox: api and 20 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 18 05:20:04 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-18 05:20:04 -0500 (Wed, 18 Nov 2009)
New Revision: 15913

Modified:
   branches/sandbox/3.3.X_JSF2/sandbox/api/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/cdk/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/impl/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/dialog-window-sample/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/editorOld-sample/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/fileUploadPOC/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/maven-rd-plugin-sample/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/panel2-sample/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/rex-demo/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/dialog-window/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/editorOld/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/panel2/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-button/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-messageBox/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-resizable/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/simpleTogglePanel2/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/sortableHeader/pom.xml
   branches/sandbox/3.3.X_JSF2/sandbox/ui/treeTable/pom.xml
Log:
change version to 3.3.3-jsf2 

Modified: branches/sandbox/3.3.X_JSF2/sandbox/api/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/api/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/api/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,44 +1,44 @@
-<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>sandbox</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.sandbox</groupId>
-	<artifactId>richfaces-sandbox-api</artifactId>
-	<name>Richfaces Sandbox API</name>	
-    <version>3.3.3-SNAPSHOT</version>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build> 
-	<dependencies>
-		<dependency>
-			<groupId>org.richfaces.framework</groupId>
-			<artifactId>richfaces-api</artifactId>
-			<version>3.3.3-SNAPSHOT</version>
-		</dependency>
+<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>sandbox</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.sandbox</groupId>
+	<artifactId>richfaces-sandbox-api</artifactId>
+	<name>Richfaces Sandbox API</name>	
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build> 
+	<dependencies>
 		<dependency>
 			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-api</artifactId>
+			<version>3.3.3-jsf2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
 			<artifactId>richfaces-impl</artifactId>
-			<version>3.3.3-SNAPSHOT</version>
+			<version>3.3.3-jsf2-SNAPSHOT</version>
 		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.2_07</version>
-			<scope>provided</scope>
-		</dependency> 
-	</dependencies>
-
-
-</project>
\ No newline at end of file
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.2_07</version>
+			<scope>provided</scope>
+		</dependency> 
+	</dependencies>
+
+
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/cdk/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/cdk/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/cdk/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -2,12 +2,12 @@
 	<parent>
 		<artifactId>root</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.sandbox</groupId>
 	<artifactId>cdk</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JSF Components Development kit</name>
 	<dependencies />
@@ -28,4 +28,4 @@
 	</build>
 	<modules>
 	</modules>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/impl/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/impl/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/impl/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,37 +1,37 @@
-<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>sandbox</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.sandbox</groupId>
-	<artifactId>richfaces-sandbox-impl</artifactId>
-	<name>Richfaces Sandbox Implementation</name>	
-    <version>3.3.3-SNAPSHOT</version>
-	<dependencies>
-		<dependency>
-			<groupId>org.richfaces.sandbox</groupId>
-			<artifactId>richfaces-sandbox-api</artifactId>
-			<version>3.3.3-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>org.richfaces.framework</groupId>
-			<artifactId>richfaces-impl</artifactId>
-			<version>3.3.3-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-		  <groupId>org.richfaces.framework</groupId>
-		  <artifactId>richfaces-test</artifactId>
-		  <version>3.3.3-SNAPSHOT</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.faces</groupId>
-			<artifactId>jsf-api</artifactId>
-			<version>1.2_07</version>
-			<scope>provided</scope>
-		</dependency> 
-	</dependencies>
-
-
-</project>
\ No newline at end of file
+<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>sandbox</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.sandbox</groupId>
+	<artifactId>richfaces-sandbox-impl</artifactId>
+	<name>Richfaces Sandbox Implementation</name>	
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+	<dependencies>
+		<dependency>
+			<groupId>org.richfaces.sandbox</groupId>
+			<artifactId>richfaces-sandbox-api</artifactId>
+			<version>3.3.3-jsf2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.richfaces.framework</groupId>
+			<artifactId>richfaces-impl</artifactId>
+			<version>3.3.3-jsf2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+		  <groupId>org.richfaces.framework</groupId>
+		  <artifactId>richfaces-test</artifactId>
+		  <version>3.3.3-jsf2-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.2_07</version>
+			<scope>provided</scope>
+		</dependency> 
+	</dependencies>
+
+
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,25 +1,25 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<parent>
-		<artifactId>root</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces</groupId>
-	<artifactId>sandbox</artifactId>
-	<packaging>pom</packaging>
-	<name>RichFaces Sandbox Components</name>
-	<url>http://richfaces.ajax4jsf.org/sandbox</url>
-    <properties>
-		<!-- -->
-    </properties>
-	<!--
-		<url>http://labs.jboss.com/jbossrichfaces</url>
-	-->
-  <modules>
-    <module>api</module>
-    <module>impl</module>
-    <module>ui</module>
-    <module>samples</module>
-  </modules>
-</project>
\ No newline at end of file
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<artifactId>root</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces</groupId>
+	<artifactId>sandbox</artifactId>
+	<packaging>pom</packaging>
+	<name>RichFaces Sandbox Components</name>
+	<url>http://richfaces.ajax4jsf.org/sandbox</url>
+    <properties>
+		<!-- -->
+    </properties>
+	<!--
+		<url>http://labs.jboss.com/jbossrichfaces</url>
+	-->
+  <modules>
+    <module>api</module>
+    <module>impl</module>
+    <module>ui</module>
+    <module>samples</module>
+  </modules>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/dialog-window-sample/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/dialog-window-sample/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,35 +1,35 @@
-<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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
- 
-	<modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces</groupId>
-  <artifactId>dialog-window-sample</artifactId>
-  <packaging>war</packaging>
-  <name>Dialog window sample Maven Webapp</name>
-  <dependencies>
-  	
-  	<dependency>
-		<groupId>org.richfaces.sandbox.ui</groupId>
-	    <artifactId>dialog-window</artifactId>
-			<version>${project.version}</version>
-  	</dependency>
-  	<dependency>
-		<groupId>org.richfaces.samples</groupId>
-	    <artifactId>skins</artifactId>
-			<version>${project.version}</version>
-  	</dependency>
-		<dependency>
-			<groupId>org.richfaces.ui</groupId>
-			<artifactId>core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-  	
-  </dependencies>	
-  <build>
-    <finalName>dialog-window-sample</finalName>
-  </build>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+ 
+	<modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces</groupId>
+  <artifactId>dialog-window-sample</artifactId>
+  <packaging>war</packaging>
+  <name>Dialog window sample Maven Webapp</name>
+  <dependencies>
+  	
+  	<dependency>
+		<groupId>org.richfaces.sandbox.ui</groupId>
+	    <artifactId>dialog-window</artifactId>
+			<version>${project.version}</version>
+  	</dependency>
+  	<dependency>
+		<groupId>org.richfaces.samples</groupId>
+	    <artifactId>skins</artifactId>
+			<version>${project.version}</version>
+  	</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+  	
+  </dependencies>	
+  <build>
+    <finalName>dialog-window-sample</finalName>
+  </build>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/editorOld-sample/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/editorOld-sample/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/editorOld-sample/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,35 +1,35 @@
-<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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
- 
-	<modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces</groupId>
-  <artifactId>editor-sample</artifactId>
-  <packaging>war</packaging>
-  <name>editor-sample Maven Webapp</name>
-  <dependencies>
-  	
-  	<dependency>
-		<groupId>org.richfaces.sandbox.ui</groupId>
-	    <artifactId>editor</artifactId>
-			<version>${project.version}</version>
-  	</dependency>
-  	<dependency>
-		<groupId>org.richfaces.samples</groupId>
-	    <artifactId>skins</artifactId>
-			<version>${project.version}</version>
-  	</dependency>
-		<dependency>
-			<groupId>org.richfaces.ui</groupId>
-			<artifactId>core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-  	
-  </dependencies>	
-  <build>
-    <finalName>editor-sample</finalName>
-  </build>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+ 
+	<modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces</groupId>
+  <artifactId>editor-sample</artifactId>
+  <packaging>war</packaging>
+  <name>editor-sample Maven Webapp</name>
+  <dependencies>
+  	
+  	<dependency>
+		<groupId>org.richfaces.sandbox.ui</groupId>
+	    <artifactId>editor</artifactId>
+			<version>${project.version}</version>
+  	</dependency>
+  	<dependency>
+		<groupId>org.richfaces.samples</groupId>
+	    <artifactId>skins</artifactId>
+			<version>${project.version}</version>
+  	</dependency>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+  	
+  </dependencies>	
+  <build>
+    <finalName>editor-sample</finalName>
+  </build>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/fileUploadPOC/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/fileUploadPOC/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/fileUploadPOC/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,42 +1,42 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>samples</artifactId>
-    <groupId>org.richfaces.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces</groupId>
-  <artifactId>fileUploadPOC</artifactId>
-  <packaging>war</packaging>
-  <name>fileUploadPOC Maven Webapp</name>
-  <dependencies>	
-		<dependency>
-			<groupId>org.richfaces.ui</groupId>
-			<artifactId>core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-  	<dependency>
-	  <groupId>commons-fileupload</groupId>
-	  <artifactId>commons-fileupload</artifactId>
-	  <version>1.2</version>
-  	</dependency>
-  	<dependency>
-	  <groupId>commons-io</groupId>
-	  <artifactId>commons-io</artifactId>
-	  <version>1.3</version>
-  	</dependency>
-  </dependencies>	
-  <build>
-    <finalName>fileUploadPOC</finalName>
-	<plugins>
-		<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-compiler-plugin</artifactId>
-			<configuration>
-				<source>1.5</source>
-				<target>1.5</target>
-			</configuration>
-		</plugin>
-	</plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>samples</artifactId>
+    <groupId>org.richfaces.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces</groupId>
+  <artifactId>fileUploadPOC</artifactId>
+  <packaging>war</packaging>
+  <name>fileUploadPOC Maven Webapp</name>
+  <dependencies>	
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+  	<dependency>
+	  <groupId>commons-fileupload</groupId>
+	  <artifactId>commons-fileupload</artifactId>
+	  <version>1.2</version>
+  	</dependency>
+  	<dependency>
+	  <groupId>commons-io</groupId>
+	  <artifactId>commons-io</artifactId>
+	  <version>1.3</version>
+  	</dependency>
+  </dependencies>	
+  <build>
+    <finalName>fileUploadPOC</finalName>
+	<plugins>
+		<plugin>
+			<groupId>org.apache.maven.plugins</groupId>
+			<artifactId>maven-compiler-plugin</artifactId>
+			<configuration>
+				<source>1.5</source>
+				<target>1.5</target>
+			</configuration>
+		</plugin>
+	</plugins>
+  </build>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/maven-rd-plugin-sample/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/maven-rd-plugin-sample/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/maven-rd-plugin-sample/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,65 +1,65 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>samples</artifactId>
-    <groupId>org.richfaces.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.cdk.sandbox</groupId>
-  <artifactId>maven-rd-plugin-sample</artifactId>
-  <packaging>war</packaging>
-  <name>maven-rd-plugin-sample Maven Webapp</name>
-  <version>3.3.3-SNAPSHOT</version>
-  
-   <pluginRepositories>
-    <pluginRepository>
-      <id>jboss central</id>
-      <name>Maven Plugin Repository</name>
-      <url>http://repository.jboss.org/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
-  
-  <build>
-    <finalName>maven-rd-plugin-sample</finalName>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      
-      <plugin>
-        <artifactId>maven-resource-dependency-plugin</artifactId>
-        <groupId>org.richfaces.cdk</groupId>
- 		<version>3.3.3-SNAPSHOT</version>
- 		<configuration>
- 			 <scriptFilePath>scripts/custom-dependencies.js</scriptFilePath>
- 			 <styleFilePath>css/custom-dependencies.xcss</styleFilePath>
- 		</configuration>
-  		<executions>
-	  		<execution>
-				<phase>generate-resources</phase>
-				<goals>
-					<goal>assembly-resources</goal>
-				</goals>
-			</execution>
-		</executions>
-	  </plugin>
-   </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.richfaces.ui</groupId>
-      <artifactId>richfaces-ui</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>samples</artifactId>
+    <groupId>org.richfaces.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.cdk.sandbox</groupId>
+  <artifactId>maven-rd-plugin-sample</artifactId>
+  <packaging>war</packaging>
+  <name>maven-rd-plugin-sample Maven Webapp</name>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
+  
+   <pluginRepositories>
+    <pluginRepository>
+      <id>jboss central</id>
+      <name>Maven Plugin Repository</name>
+      <url>http://repository.jboss.org/maven2</url>
+    </pluginRepository>
+  </pluginRepositories>
+  
+  <build>
+    <finalName>maven-rd-plugin-sample</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      
+      <plugin>
+        <artifactId>maven-resource-dependency-plugin</artifactId>
+        <groupId>org.richfaces.cdk</groupId>
+ 		<version>3.3.3-jsf2-SNAPSHOT</version>
+ 		<configuration>
+ 			 <scriptFilePath>scripts/custom-dependencies.js</scriptFilePath>
+ 			 <styleFilePath>css/custom-dependencies.xcss</styleFilePath>
+ 		</configuration>
+  		<executions>
+	  		<execution>
+				<phase>generate-resources</phase>
+				<goals>
+					<goal>assembly-resources</goal>
+				</goals>
+			</execution>
+		</executions>
+	  </plugin>
+   </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.richfaces.ui</groupId>
+      <artifactId>richfaces-ui</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/panel2-sample/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/panel2-sample/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,35 +1,35 @@
-<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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
- 
-	<modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces</groupId>
-  <artifactId>panel2-sample</artifactId>
-  <packaging>war</packaging>
-  <name>panel2-sample Maven Webapp</name>
-  <dependencies>
-  	
-		<dependency>
-			<groupId>org.richfaces.ui</groupId>
-			<artifactId>core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-  	<dependency>
-		<groupId>org.richfaces.sandbox.ui</groupId>
-	    <artifactId>panel2</artifactId>
-			<version>${project.version}</version>
-  	</dependency>
-  	<dependency>
-		<groupId>org.richfaces.samples</groupId>
-	    <artifactId>skins</artifactId>
-			<version>${project.version}</version>
-  	</dependency>
-  	
-  </dependencies>	
-  <build>
-    <finalName>panel2-sample</finalName>
-  </build>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+ 
+	<modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces</groupId>
+  <artifactId>panel2-sample</artifactId>
+  <packaging>war</packaging>
+  <name>panel2-sample Maven Webapp</name>
+  <dependencies>
+  	
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+  	<dependency>
+		<groupId>org.richfaces.sandbox.ui</groupId>
+	    <artifactId>panel2</artifactId>
+			<version>${project.version}</version>
+  	</dependency>
+  	<dependency>
+		<groupId>org.richfaces.samples</groupId>
+	    <artifactId>skins</artifactId>
+			<version>${project.version}</version>
+  	</dependency>
+  	
+  </dependencies>	
+  <build>
+    <finalName>panel2-sample</finalName>
+  </build>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,22 +1,22 @@
-<?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>
-		<groupId>org.richfaces</groupId>
-		<artifactId>samples</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
-	</parent>
-
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.sandbox</groupId>
-	<artifactId>samples</artifactId>
-	<packaging>pom</packaging>
-	<name>RichFaces Sandbox Components Examples</name>
-  <modules>
-
-    <module>panel2-sample</module>
-    <module>simpleTogglePanel2-sample</module>
-    <!--module>contextMenuDemo</module-->
-    <module>fileUploadPOC</module>
-    <module>maven-rd-plugin-sample</module>
-  </modules>
-</project>
\ No newline at end of file
+<?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>
+		<groupId>org.richfaces</groupId>
+		<artifactId>samples</artifactId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.sandbox</groupId>
+	<artifactId>samples</artifactId>
+	<packaging>pom</packaging>
+	<name>RichFaces Sandbox Components Examples</name>
+  <modules>
+
+    <module>panel2-sample</module>
+    <module>simpleTogglePanel2-sample</module>
+    <!--module>contextMenuDemo</module-->
+    <module>fileUploadPOC</module>
+    <module>maven-rd-plugin-sample</module>
+  </modules>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/rex-demo/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/rex-demo/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/rex-demo/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,223 +1,223 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>samples</artifactId>
-    <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.samples</groupId>
-  <artifactId>rex-demo</artifactId>
-  <packaging>war</packaging>
-  <name>richfaces-extjs-demo Maven Webapp</name>
-  <build>
-    <finalName>rex-demo</finalName>
-    <plugins>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>unpack</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>unpack</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.richfaces.ui</groupId>
-                  <artifactId>richfaces-ui</artifactId>
-                  <version>${project.version}</version>
-                </artifactItem>
-              </artifactItems>
-              <outputDirectory>${project.build.directory}/richfaces</outputDirectory>
-              <overWriteReleases>false</overWriteReleases>
-              <overWriteSnapshots>true</overWriteSnapshots>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>tlddoc</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>java</goal>
-            </goals>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>taglibrarydoc</groupId>
-            <artifactId>tlddoc</artifactId>
-            <version>1.3</version>
-          </dependency>
-        </dependencies>
-        <configuration>
-          <includeProjectDependencies>false</includeProjectDependencies>
-          <includePluginDependencies>true</includePluginDependencies>
-          <executableDependency>
-            <groupId>taglibrarydoc</groupId>
-            <artifactId>tlddoc</artifactId>
-          </executableDependency>
-          <mainClass>com.sun.tlddoc.TLDDoc</mainClass>
-          <arguments>
-            <argument>-d</argument>
-            <argument>${project.build.directory}/${project.build.finalName}/WEB-INF/tlddoc</argument>
-            <argument>-xslt</argument>
-            <argument>${basedir}/src/main/xslt/tlddoc</argument>
-            <argument>${project.build.directory}/richfaces/META-INF/ajax4jsf.tld</argument>
-            <argument>${project.build.directory}/richfaces/META-INF/rich.tld</argument>
-          </arguments>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-war-plugin</artifactId>
-        <configuration>
-          <webResources>
-            <resource>
-              <directory>${basedir}/src/main/java</directory>
-              <targetPath>/WEB-INF/src</targetPath>
-            </resource>
-          </webResources>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <profiles>
-    <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-war-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>jee5</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>war</goal>
-                </goals>
-                <configuration>
-                  <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
-                  <classifier>jee5</classifier>
-                  <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
-                </configuration>
-              </execution>
-              <execution>
-                <id>tomcat6</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>war</goal>
-                </goals>
-                <configuration>
-                  <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
-                  <classifier>tomcat6</classifier>
-                  <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
-                </configuration>
-              </execution>
-            </executions>
-            <configuration>
-              <webResources>
-                <resource>
-                  <directory>${basedir}/src/main/java</directory>
-                  <targetPath>/WEB-INF/src</targetPath>
-                </resource>
-              </webResources>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-      <dependencies>
-        <dependency>
-          <groupId>javax.el</groupId>
-          <artifactId>el-api</artifactId>
-          <version>1.0</version>
-        </dependency>
-        <dependency>
-          <groupId>el-impl</groupId>
-          <artifactId>el-impl</artifactId>
-          <version>1.0</version>
-        </dependency>
-        <dependency>
-          <groupId>javax.servlet</groupId>
-          <artifactId>servlet-api</artifactId>
-          <version>2.4</version>
-          <scope>provided</scope>
-        </dependency>
-        <dependency>
-          <groupId>javax.servlet.jsp</groupId>
-          <artifactId>jsp-api</artifactId>
-          <version>2.0</version>
-          <scope>provided</scope>
-        </dependency>
-        <dependency>
-          <groupId>javax.faces</groupId>
-          <artifactId>jsf-api</artifactId>
-          <version>1.2_12</version>
-        </dependency>
-        <dependency>
-          <groupId>javax.faces</groupId>
-          <artifactId>jsf-impl</artifactId>
-          <version>1.2_12</version>
-          <scope>runtime</scope>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
-  <dependencies>
-    <dependency>
-      <groupId>org.richfaces.ui</groupId>
-      <artifactId>richfaces-ui</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>com.uwyn</groupId>
-      <artifactId>jhighlight</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
-    </dependency>
-	<dependency>
-		<groupId>org.richfaces.sandbox.ui</groupId>
-		<artifactId>rex-resizable</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
-	</dependency>
-	<dependency>
-		<groupId>org.richfaces.sandbox.ui</groupId>
-		<artifactId>rex-button</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
-	</dependency>
-	<dependency>
-		<groupId>org.richfaces.sandbox.ui</groupId>
-		<artifactId>rex-messageBox</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
-	</dependency>
-	<dependency>
-		<groupId>org.richfaces.ui</groupId>
-		<artifactId>componentControl</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
-	</dependency>
-	<dependency>
-
-	<groupId>org.richfaces.sandbox</groupId>
-		<artifactId>richfaces-sandbox-impl</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
-	</dependency>
-
-
-
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>samples</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.samples</groupId>
+  <artifactId>rex-demo</artifactId>
+  <packaging>war</packaging>
+  <name>richfaces-extjs-demo Maven Webapp</name>
+  <build>
+    <finalName>rex-demo</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>unpack</id>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.richfaces.ui</groupId>
+                  <artifactId>richfaces-ui</artifactId>
+                  <version>${project.version}</version>
+                </artifactItem>
+              </artifactItems>
+              <outputDirectory>${project.build.directory}/richfaces</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>tlddoc</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>java</goal>
+            </goals>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>taglibrarydoc</groupId>
+            <artifactId>tlddoc</artifactId>
+            <version>1.3</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <includeProjectDependencies>false</includeProjectDependencies>
+          <includePluginDependencies>true</includePluginDependencies>
+          <executableDependency>
+            <groupId>taglibrarydoc</groupId>
+            <artifactId>tlddoc</artifactId>
+          </executableDependency>
+          <mainClass>com.sun.tlddoc.TLDDoc</mainClass>
+          <arguments>
+            <argument>-d</argument>
+            <argument>${project.build.directory}/${project.build.finalName}/WEB-INF/tlddoc</argument>
+            <argument>-xslt</argument>
+            <argument>${basedir}/src/main/xslt/tlddoc</argument>
+            <argument>${project.build.directory}/richfaces/META-INF/ajax4jsf.tld</argument>
+            <argument>${project.build.directory}/richfaces/META-INF/rich.tld</argument>
+          </arguments>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-war-plugin</artifactId>
+        <configuration>
+          <webResources>
+            <resource>
+              <directory>${basedir}/src/main/java</directory>
+              <targetPath>/WEB-INF/src</targetPath>
+            </resource>
+          </webResources>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-war-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>jee5</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>war</goal>
+                </goals>
+                <configuration>
+                  <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
+                  <classifier>jee5</classifier>
+                  <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
+                </configuration>
+              </execution>
+              <execution>
+                <id>tomcat6</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>war</goal>
+                </goals>
+                <configuration>
+                  <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
+                  <classifier>tomcat6</classifier>
+                  <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
+                </configuration>
+              </execution>
+            </executions>
+            <configuration>
+              <webResources>
+                <resource>
+                  <directory>${basedir}/src/main/java</directory>
+                  <targetPath>/WEB-INF/src</targetPath>
+                </resource>
+              </webResources>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+      <dependencies>
+        <dependency>
+          <groupId>javax.el</groupId>
+          <artifactId>el-api</artifactId>
+          <version>1.0</version>
+        </dependency>
+        <dependency>
+          <groupId>el-impl</groupId>
+          <artifactId>el-impl</artifactId>
+          <version>1.0</version>
+        </dependency>
+        <dependency>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+          <version>2.4</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>javax.servlet.jsp</groupId>
+          <artifactId>jsp-api</artifactId>
+          <version>2.0</version>
+          <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>javax.faces</groupId>
+          <artifactId>jsf-api</artifactId>
+          <version>1.2_12</version>
+        </dependency>
+        <dependency>
+          <groupId>javax.faces</groupId>
+          <artifactId>jsf-impl</artifactId>
+          <version>1.2_12</version>
+          <scope>runtime</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+  </profiles>
+  <dependencies>
+    <dependency>
+      <groupId>org.richfaces.ui</groupId>
+      <artifactId>richfaces-ui</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>com.uwyn</groupId>
+      <artifactId>jhighlight</artifactId>
+      <version>1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.8.1</version>
+    </dependency>
+	<dependency>
+		<groupId>org.richfaces.sandbox.ui</groupId>
+		<artifactId>rex-resizable</artifactId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</dependency>
+	<dependency>
+		<groupId>org.richfaces.sandbox.ui</groupId>
+		<artifactId>rex-button</artifactId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</dependency>
+	<dependency>
+		<groupId>org.richfaces.sandbox.ui</groupId>
+		<artifactId>rex-messageBox</artifactId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</dependency>
+	<dependency>
+		<groupId>org.richfaces.ui</groupId>
+		<artifactId>componentControl</artifactId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</dependency>
+	<dependency>
+
+	<groupId>org.richfaces.sandbox</groupId>
+		<artifactId>richfaces-sandbox-impl</artifactId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</dependency>
+
+
+
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/samples/simpleTogglePanel2-sample/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/samples/simpleTogglePanel2-sample/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,32 +1,32 @@
-<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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces</groupId>
-  <artifactId>simpleTogglePanel2-sample</artifactId>
-  <packaging>war</packaging>
-  <name>webapp Maven Webapp</name>
-  <build>
-    <finalName>simpleTogglePanel2-sample</finalName>
-  </build>
-  <dependencies>
-		<dependency>
-			<groupId>org.richfaces.ui</groupId>
-			<artifactId>core</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-    <dependency>
-      <groupId>org.richfaces.sandbox.ui</groupId>
-      <artifactId>simpleTogglePanel2</artifactId>
-			<version>${project.version}</version>
-    </dependency>
-        <dependency>
-            <groupId>org.richfaces.samples</groupId>
-            <artifactId>skins</artifactId>
-			<version>${project.version}</version>
-        </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces</groupId>
+  <artifactId>simpleTogglePanel2-sample</artifactId>
+  <packaging>war</packaging>
+  <name>webapp Maven Webapp</name>
+  <build>
+    <finalName>simpleTogglePanel2-sample</finalName>
+  </build>
+  <dependencies>
+		<dependency>
+			<groupId>org.richfaces.ui</groupId>
+			<artifactId>core</artifactId>
+			<version>${project.version}</version>
+		</dependency>
+    <dependency>
+      <groupId>org.richfaces.sandbox.ui</groupId>
+      <artifactId>simpleTogglePanel2</artifactId>
+			<version>${project.version}</version>
+    </dependency>
+        <dependency>
+            <groupId>org.richfaces.samples</groupId>
+            <artifactId>skins</artifactId>
+			<version>${project.version}</version>
+        </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/dialog-window/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/dialog-window/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/dialog-window/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,51 +1,51 @@
-<?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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>dialog-window</artifactId>
-  <name>state</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <library>
-            <prefix>org.richfaces.ui</prefix>
-            <taglib>
-              <uri>http://richfaces.org/dialog</uri>
-              <shortName>dialog</shortName>
-              <displayName>Core ajax components tags</displayName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.richfaces.ui</groupId>
-      <artifactId>core</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>dialog-window</artifactId>
+  <name>state</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.3-jsf2-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <library>
+            <prefix>org.richfaces.ui</prefix>
+            <taglib>
+              <uri>http://richfaces.org/dialog</uri>
+              <shortName>dialog</shortName>
+              <displayName>Core ajax components tags</displayName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.richfaces.ui</groupId>
+      <artifactId>core</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/editorOld/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/editorOld/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/editorOld/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,51 +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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>editorOld</artifactId>
-  <name>Editor Old</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-        <version>3.3.3-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>editor</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>editorOld</artifactId>
+  <name>Editor Old</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.3-jsf2-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>editor</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/panel2/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/panel2/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/panel2/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,51 +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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>panel2</artifactId>
-  <name>Panel2</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-        <version>3.3.3-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>panel2</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>panel2</artifactId>
+  <name>Panel2</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.3-jsf2-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>panel2</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,22 +1,22 @@
-<?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>ui</artifactId>
-		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.richfaces.sandbox</groupId>
-	<packaging>pom</packaging>
-	<artifactId>ui</artifactId>
-	<name>Richfaces Sandbox UI</name>
-	<modules>
-		<module>panel2</module>
-		<module>simpleTogglePanel2</module>
-	    <module>treeTable</module>
-	    <module>rex-resizable</module>
-	    <module>rex-messageBox</module>
-	    <!--module>rex-button</module-->
-		<module>sortableHeader</module>
-  </modules>
-</project>
\ No newline at end of file
+<?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>ui</artifactId>
+		<groupId>org.richfaces</groupId>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.richfaces.sandbox</groupId>
+	<packaging>pom</packaging>
+	<artifactId>ui</artifactId>
+	<name>Richfaces Sandbox UI</name>
+	<modules>
+		<module>panel2</module>
+		<module>simpleTogglePanel2</module>
+	    <module>treeTable</module>
+	    <module>rex-resizable</module>
+	    <module>rex-messageBox</module>
+	    <!--module>rex-button</module-->
+		<module>sortableHeader</module>
+  </modules>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-button/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-button/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-button/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,49 +1,49 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>ui</artifactId>
-    <groupId>org.richfaces.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>rex-button</artifactId>
-  <name>rex-button</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <library>
-            <prefix>org.richfaces.sandbox</prefix>
-            <taglib>
-              <shortName>rex-button</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>ui</artifactId>
+    <groupId>org.richfaces.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>rex-button</artifactId>
+  <name>rex-button</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.3-jsf2-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <library>
+            <prefix>org.richfaces.sandbox</prefix>
+            <taglib>
+              <shortName>rex-button</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-messageBox/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-messageBox/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-messageBox/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,49 +1,49 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>ui</artifactId>
-    <groupId>org.richfaces.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>rex-messageBox</artifactId>
-  <name>rex-messageBox</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <library>
-            <prefix>org.richfaces.sandbox</prefix>
-            <taglib>
-              <shortName>rex-messageBox</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>ui</artifactId>
+    <groupId>org.richfaces.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>rex-messageBox</artifactId>
+  <name>rex-messageBox</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.3-jsf2-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <library>
+            <prefix>org.richfaces.sandbox</prefix>
+            <taglib>
+              <shortName>rex-messageBox</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-resizable/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-resizable/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/rex-resizable/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,45 +1,45 @@
-<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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>rex-resizable</artifactId>
-  <name>Extjs Resizable</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-	    <version>3.3.3-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>resizable</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-  </dependencies>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>rex-resizable</artifactId>
+  <name>Extjs Resizable</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+	    <version>3.3.3-jsf2-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>resizable</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/simpleTogglePanel2/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/simpleTogglePanel2/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,50 +1,50 @@
-<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.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>simpleTogglePanel2</artifactId>
-  <name>Toggle panel</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-	    <version>3.3.3-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>simpleTogglePanel2</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<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.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>simpleTogglePanel2</artifactId>
+  <name>Toggle panel</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+	    <version>3.3.3-jsf2-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>simpleTogglePanel2</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/sortableHeader/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/sortableHeader/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/sortableHeader/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,20 +1,20 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>ui</artifactId>
-    <groupId>org.richfaces.sandbox</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox.ui</groupId>
-  <artifactId>sortableHeader</artifactId>
-  <name>sortableHeader</name>
-  <version>3.3.3-SNAPSHOT</version>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>ui</artifactId>
+    <groupId>org.richfaces.sandbox</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox.ui</groupId>
+  <artifactId>sortableHeader</artifactId>
+  <name>sortableHeader</name>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
 	 <build>
 		<plugins>
 			<plugin>
 				<groupId>org.richfaces.cdk</groupId>
 				<artifactId>maven-cdk-plugin</artifactId>
-				<version>3.3.3-SNAPSHOT</version>
+				<version>3.3.3-jsf2-SNAPSHOT</version>
 				<executions>
 					<execution>
 						<phase>generate-sources</phase>
@@ -41,28 +41,28 @@
 			</plugin>
 		</plugins>
 	</build>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.richfaces.framework</groupId>
-      <artifactId>richfaces-impl</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
+  
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.richfaces.ui</groupId>
-      <artifactId>core</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
-    </dependency>
     <dependency>
+      <groupId>org.richfaces.framework</groupId>
+      <artifactId>richfaces-impl</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.richfaces.ui</groupId>
+      <artifactId>core</artifactId>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.richfaces.ui</groupId>
       <artifactId>dataTable</artifactId>
-      <version>3.3.3-SNAPSHOT</version>
+      <version>3.3.3-jsf2-SNAPSHOT</version>
     </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/sandbox/ui/treeTable/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/sandbox/ui/treeTable/pom.xml	2009-11-18 10:18:32 UTC (rev 15912)
+++ branches/sandbox/3.3.X_JSF2/sandbox/ui/treeTable/pom.xml	2009-11-18 10:20:04 UTC (rev 15913)
@@ -1,37 +1,37 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>ui</artifactId>
-    <groupId>org.richfaces</groupId>
-    <version>3.3.3-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.sandbox</groupId>
-  <artifactId>treeTable</artifactId>
-  <name>treeTable</name>
-  <version>3.3.3-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.richfaces.cdk</groupId>
-        <artifactId>maven-cdk-plugin</artifactId>
-        <version>3.3.3-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>generate</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <library>
-            <prefix>org.richfaces</prefix>
-            <taglib>
-              <shortName>treeTable</shortName>
-            </taglib>
-          </library>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>ui</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.3.3-jsf2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.sandbox</groupId>
+  <artifactId>treeTable</artifactId>
+  <name>treeTable</name>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.richfaces.cdk</groupId>
+        <artifactId>maven-cdk-plugin</artifactId>
+        <version>3.3.3-jsf2-SNAPSHOT</version>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <library>
+            <prefix>org.richfaces</prefix>
+            <taglib>
+              <shortName>treeTable</shortName>
+            </taglib>
+          </library>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>



More information about the richfaces-svn-commits mailing list