[richfaces-svn-commits] JBoss Rich Faces SVN: r18533 - in trunk/ui/output: api and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 10 08:56:41 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-10 08:56:40 -0400 (Tue, 10 Aug 2010)
New Revision: 18533

Removed:
   trunk/ui/output/bom/
   trunk/ui/output/dist/
   trunk/ui/output/panels/
   trunk/ui/output/parent/
   trunk/ui/output/pom-panels.xml
Modified:
   trunk/ui/output/api/pom.xml
   trunk/ui/output/pom.xml
   trunk/ui/output/ui/pom.xml
Log:
Richfaces 4.0 restructurization of svn repository structure


Modified: trunk/ui/output/api/pom.xml
===================================================================
--- trunk/ui/output/api/pom.xml	2010-08-10 12:20:26 UTC (rev 18532)
+++ trunk/ui/output/api/pom.xml	2010-08-10 12:56:40 UTC (rev 18533)
@@ -19,19 +19,19 @@
     http://www.fsf.org.
 -->
 
-<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">
+<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.richfaces.ui.output</groupId>
-        <artifactId>panels-aggregator</artifactId>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces.ui.output</groupId>
-    <artifactId>panels-api</artifactId>
-    <name>Richfaces UI Components: Panels API</name>
+    <artifactId>richfaces-ui-output-api</artifactId>
+    <name>Richfaces UI Components: Output API</name>
     <packaging>jar</packaging>
 
     <dependencies>
@@ -40,8 +40,8 @@
             <groupId>org.richfaces.core</groupId>
             <artifactId>richfaces-core-api</artifactId>
         </dependency>
-		
-		<!-- JSF with dependencies -->
+
+        <!-- JSF with dependencies -->
         <dependency>
             <groupId>${jsf2.api.groupid}</groupId>
             <artifactId>${jsf2.api.artifactid}</artifactId>
@@ -100,12 +100,13 @@
             <artifactId>jsf-mock</artifactId>
             <scope>test</scope>
         </dependency>
-	</dependencies>
-    
+    </dependencies>
+
     <scm>
         <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/api</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/api</developerConnection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/api
+        </developerConnection>
         <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
-	
+
 </project>
\ No newline at end of file

Deleted: trunk/ui/output/pom-panels.xml
===================================================================
--- trunk/ui/output/pom-panels.xml	2010-08-10 12:20:26 UTC (rev 18532)
+++ trunk/ui/output/pom-panels.xml	2010-08-10 12:56:40 UTC (rev 18533)
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-    JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
-    Inc. and individual contributors by the @authors tag. See the
-    copyright.txt in the distribution for a full listing of
-    individual contributors. This is free software; you can
-    redistribute it and/or modify it under the terms of the GNU
-    Lesser General Public License as published by the Free Software
-    Foundation; either version 2.1 of the License, or (at your
-    option) any later version. This software is distributed in the
-    hope that it will be useful, but WITHOUT ANY WARRANTY; without
-    even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-    PARTICULAR PURPOSE. See the GNU Lesser General Public License
-    for more details. You should have received a copy of the GNU
-    Lesser General Public License along with this software; if not,
-    write to the Free Software Foundation, Inc., 51 Franklin St,
-    Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
-    http://www.fsf.org.
--->
-
-<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">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.richfaces.ui.output</groupId>
-        <artifactId>richfaces-ui-output-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.richfaces.ui.output</groupId>
-    <artifactId>panels-aggregator</artifactId>
-    <packaging>pom</packaging>
-    <name>Richfaces UI Components: Panels Aggregator</name>
-
-    <modules>
-        <module>api</module>
-        <module>ui</module>
-    </modules>
-    
-    <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces</url>
-    </scm>
-</project>
\ No newline at end of file

Modified: trunk/ui/output/pom.xml
===================================================================
--- trunk/ui/output/pom.xml	2010-08-10 12:20:26 UTC (rev 18532)
+++ trunk/ui/output/pom.xml	2010-08-10 12:56:40 UTC (rev 18533)
@@ -28,17 +28,15 @@
         <version>9</version>
     </parent>
 
-    <groupId>org.richfaces.ui.output</groupId>
+    <groupId>org.richfaces.ui</groupId>
     <artifactId>richfaces-ui-output-aggregator</artifactId>
     <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Output Aggregator</name>
 
     <modules>
-        <module>bom</module>
-        <module>parent</module>
-        <module>panels</module>
-        <module>dist</module>
+        <module>api</module>
+        <module>ui</module>
     </modules>
 
     <build>
@@ -48,9 +46,7 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
                     <configuration>
-                        <!--
-                            The dist requires clean install for prepare
-                        -->
+                        <!-- The dist requires clean install for prepare -->
                         <preparationGoals>clean install</preparationGoals>
                     </configuration>
                 </plugin>
@@ -61,9 +57,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <!--
-                        The dist requires clean install for prepare
-                    -->
+                    <!-- The dist requires clean install for prepare -->
                     <preparationGoals>clean install</preparationGoals>
                 </configuration>
             </plugin>

Modified: trunk/ui/output/ui/pom.xml
===================================================================
--- trunk/ui/output/ui/pom.xml	2010-08-10 12:20:26 UTC (rev 18532)
+++ trunk/ui/output/ui/pom.xml	2010-08-10 12:56:40 UTC (rev 18533)
@@ -24,15 +24,14 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.richfaces.ui.output</groupId>
-        <artifactId>panels-aggregator</artifactId>
+        <groupId>org.richfaces.ui</groupId>
+        <artifactId>richfaces-ui-parent</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.output</groupId>
-    <artifactId>panels-ui</artifactId>
-    <name>Richfaces UI Components: Panels UI</name>
+    <artifactId>richfaces-ui-output-ui</artifactId>
+    <name>Richfaces UI Components: Output UI</name>
     <packaging>jar</packaging>
     <build>
         <plugins>
@@ -67,7 +66,7 @@
 
         <dependency>
             <groupId>org.richfaces.ui.output</groupId>
-            <artifactId>panels-api</artifactId>
+            <artifactId>richfaces-ui-output-api</artifactId>
             <version>${project.version}</version>
         </dependency>
 



More information about the richfaces-svn-commits mailing list