[richfaces-svn-commits] JBoss Rich Faces SVN: r2745 - in trunk/samples: richfaces-ear-demo/ejb and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Sep 4 15:13:37 EDT 2007


Author: alexsmirnov
Date: 2007-09-04 15:13:37 -0400 (Tue, 04 Sep 2007)
New Revision: 2745

Modified:
   trunk/samples/richfaces-ear-demo/ejb/pom.xml
   trunk/samples/richfaces-ear-demo/pom.xml
   trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml
   trunk/samples/richfaces-ear-demo/webapp/pom.xml
   trunk/samples/scrollableDataTableDemo/pom.xml
Log:
remove unprintable symbols from poms , add maven schema declarations

Modified: trunk/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/ejb/pom.xml	2007-09-04 18:51:48 UTC (rev 2744)
+++ trunk/samples/richfaces-ear-demo/ejb/pom.xml	2007-09-04 19:13:37 UTC (rev 2745)
@@ -1,5 +1,7 @@
-<?xml version="1.0"?><project>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
     <artifactId>richfaces-ear-demo</artifactId>
     <groupId>org.richfaces.samples</groupId>
     <version>3.1.0-SNAPSHOT</version>

Modified: trunk/samples/richfaces-ear-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/pom.xml	2007-09-04 18:51:48 UTC (rev 2744)
+++ trunk/samples/richfaces-ear-demo/pom.xml	2007-09-04 19:13:37 UTC (rev 2745)
@@ -1,5 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>root</artifactId>
     <groupId>org.richfaces</groupId>

Modified: trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml	2007-09-04 18:51:48 UTC (rev 2744)
+++ trunk/samples/richfaces-ear-demo/richfacesEAR/pom.xml	2007-09-04 19:13:37 UTC (rev 2745)
@@ -1,4 +1,6 @@
-<?xml version="1.0"?><project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>richfaces-ear-demo</artifactId>
     <groupId>org.richfaces.samples</groupId>

Modified: trunk/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- trunk/samples/richfaces-ear-demo/webapp/pom.xml	2007-09-04 18:51:48 UTC (rev 2744)
+++ trunk/samples/richfaces-ear-demo/webapp/pom.xml	2007-09-04 19:13:37 UTC (rev 2745)
@@ -1,5 +1,7 @@
-<?xml version="1.0"?><project>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
     <artifactId>richfaces-ear-demo</artifactId>
     <groupId>org.richfaces.samples</groupId>
     <version>3.1.0-SNAPSHOT</version>

Modified: trunk/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- trunk/samples/scrollableDataTableDemo/pom.xml	2007-09-04 18:51:48 UTC (rev 2744)
+++ trunk/samples/scrollableDataTableDemo/pom.xml	2007-09-04 19:13:37 UTC (rev 2745)
@@ -28,11 +28,11 @@
 			<artifactId>core</artifactId>
 			<version>3.1.0-SNAPSHOT</version>
 		</dependency>
-	    <dependency>
-	      <groupId>org.richfaces.ui</groupId>
-	      <artifactId>dataTable</artifactId>
-	      <version>3.1.0-SNAPSHOT</version>
-	    </dependency>
+	    <dependency>
+	      <groupId>org.richfaces.ui</groupId>
+	      <artifactId>dataTable</artifactId>
+	      <version>3.1.0-SNAPSHOT</version>
+	    </dependency>
 	</dependencies>
 
 	<build>




More information about the richfaces-svn-commits mailing list