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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 2 11:31:36 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-02 11:31:36 -0400 (Mon, 02 Aug 2010)
New Revision: 18320

Modified:
   root/pom.xml
   root/trunk/pom.xml
Log:


Modified: root/pom.xml
===================================================================
--- root/pom.xml	2010-08-02 14:44:42 UTC (rev 18319)
+++ root/pom.xml	2010-08-02 15:31:36 UTC (rev 18320)
@@ -4,24 +4,24 @@
          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>-->
+    <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>
+    <artifactId>root-aggregator</artifactId>
     <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces Root</name>
 
     <modules>
-        <module>build/parent/trunk</module>
+        <!--<module>build/parent/trunk</module>-->
         <!--<module>build/resources/trunk</module>-->
-        <module>trunk</module>
         <module>sandbox/examples</module>
         <module>sandbox/ui</module>
+        <module>trunk</module>
     </modules>
 </project>

Modified: root/trunk/pom.xml
===================================================================
--- root/trunk/pom.xml	2010-08-02 14:44:42 UTC (rev 18319)
+++ root/trunk/pom.xml	2010-08-02 15:31:36 UTC (rev 18320)
@@ -39,7 +39,7 @@
         <profile>
             <id>release</id>
             <modules>
-                <module>dist/${richfaces.dist.path}</module>
+                <module>dist</module>
             </modules>
         </profile>
     </profiles>



More information about the richfaces-svn-commits mailing list