[richfaces-svn-commits] JBoss Rich Faces SVN: r18319 - in root: trunk and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 2 10:44:42 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-02 10:44:42 -0400 (Mon, 02 Aug 2010)
New Revision: 18319

Added:
   root/pom.xml
Modified:
   root/trunk/pom.xml
Log:
Richfaces 4.0 change svn structure
pom files modifications


Added: root/pom.xml
===================================================================
--- root/pom.xml	                        (rev 0)
+++ root/pom.xml	2010-08-02 14:44:42 UTC (rev 18319)
@@ -0,0 +1,27 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+    <!--<parent>-->
+        <!--<groupId>org.jboss</groupId>-->
+        <!--<artifactId>jboss-parent</artifactId>-->
+        <!--<version>5</version>-->
+    <!--</parent>-->
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.richfaces</groupId>
+    <artifactId>root</artifactId>
+    <version>4.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Richfaces Root</name>
+
+    <modules>
+        <module>build/parent/trunk</module>
+        <!--<module>build/resources/trunk</module>-->
+        <module>trunk</module>
+        <module>sandbox/examples</module>
+        <module>sandbox/ui</module>
+    </modules>
+</project>

Modified: root/trunk/pom.xml
===================================================================
--- root/trunk/pom.xml	2010-08-01 18:42:55 UTC (rev 18318)
+++ root/trunk/pom.xml	2010-08-02 14:44:42 UTC (rev 18319)
@@ -4,6 +4,12 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                       http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
+    <parent>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-parent</artifactId>
+        <version>5</version>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces</groupId>
     <artifactId>root</artifactId>
@@ -26,7 +32,7 @@
         <!-- Remaining -->
         <module>archetypes</module>
         <module>examples</module>
-        <module>docs\trunk</module>
+        <module>docs/trunk</module>
     </modules>
 
     <profiles>



More information about the richfaces-svn-commits mailing list