Author: Alex.Kolonitsky
Date: 2010-08-10 13:48:16 -0400 (Tue, 10 Aug 2010)
New Revision: 18538
Modified:
trunk/archetypes/richfaces-archetype-simpleapp/src/main/resources/archetype-resources/pom.xml
trunk/dist/pom.xml
trunk/examples/core-demo/pom.xml
trunk/examples/iteration-demo/pom.xml
trunk/examples/misc-demo/pom.xml
trunk/examples/output-demo/pom.xml
trunk/examples/richfaces-showcase/pom.xml
trunk/ui/dist/richfaces-components-ui/pom.xml
trunk/ui/output/pom.xml
trunk/ui/parent/pom.xml
Log:
Richfaces 4.0 restructurization of svn repository structure
Modified:
trunk/archetypes/richfaces-archetype-simpleapp/src/main/resources/archetype-resources/pom.xml
===================================================================
---
trunk/archetypes/richfaces-archetype-simpleapp/src/main/resources/archetype-resources/pom.xml 2010-08-10
16:49:39 UTC (rev 18537)
+++
trunk/archetypes/richfaces-archetype-simpleapp/src/main/resources/archetype-resources/pom.xml 2010-08-10
17:48:16 UTC (rev 18538)
@@ -129,7 +129,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-bom</artifactId>
+ <artifactId>richfaces-ui-parent</artifactId>
<version>${org.richfaces.ui.version}</version>
<scope>import</scope>
<type>pom</type>
Modified: trunk/dist/pom.xml
===================================================================
--- trunk/dist/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/dist/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -50,11 +50,6 @@
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-impl</artifactId>
- <version>${org.richfaces.ui.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<version>${org.richfaces.ui.version}</version>
</dependency>
Modified: trunk/examples/core-demo/pom.xml
===================================================================
--- trunk/examples/core-demo/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/examples/core-demo/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -41,15 +41,15 @@
<jetty.port>8080</jetty.port>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.core</groupId>
- <artifactId>richfaces-ui-core-bom</artifactId>
- <version>${org.richfaces.ui.core.version}</version>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui-parent</artifactId>
+ <version>${org.richfaces.ui.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Modified: trunk/examples/iteration-demo/pom.xml
===================================================================
--- trunk/examples/iteration-demo/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/examples/iteration-demo/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -46,8 +46,8 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.iteration</groupId>
- <artifactId>richfaces-ui-iteration-bom</artifactId>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui-parent</artifactId>
<version>${project.version}</version>
<scope>import</scope>
<type>pom</type>
Modified: trunk/examples/misc-demo/pom.xml
===================================================================
--- trunk/examples/misc-demo/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/examples/misc-demo/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -46,8 +46,8 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.misc</groupId>
- <artifactId>richfaces-ui-misc-bom</artifactId>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui-parent</artifactId>
<version>${project.version}</version>
<scope>import</scope>
<type>pom</type>
Modified: trunk/examples/output-demo/pom.xml
===================================================================
--- trunk/examples/output-demo/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/examples/output-demo/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -133,8 +133,8 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.output</groupId>
- <artifactId>richfaces-ui-output-bom</artifactId>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-ui-parent</artifactId>
<version>${version}</version>
<scope>import</scope>
<type>pom</type>
Modified: trunk/examples/richfaces-showcase/pom.xml
===================================================================
--- trunk/examples/richfaces-showcase/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/examples/richfaces-showcase/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -31,7 +31,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-bom</artifactId>
+ <artifactId>richfaces-ui-parent</artifactId>
<version>${org.richfaces.ui.version}</version>
<scope>import</scope>
<type>pom</type>
@@ -42,7 +42,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-ui</artifactId>
+ <artifactId>richfaces-components-api</artifactId>
</dependency>
<dependency>
<groupId>${jsf2.api.groupid}</groupId>
Modified: trunk/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-ui/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/ui/dist/richfaces-components-ui/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -59,11 +59,6 @@
<!-- for javadoc generation -->
<dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-impl</artifactId>
- </dependency>
-
- <dependency>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-api</artifactId>
</dependency>
Modified: trunk/ui/output/pom.xml
===================================================================
--- trunk/ui/output/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/ui/output/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -28,7 +28,7 @@
<version>9</version>
</parent>
- <groupId>org.richfaces.ui</groupId>
+ <groupId>org.richfaces.ui.output</groupId>
<artifactId>richfaces-ui-output-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/parent/pom.xml 2010-08-10 16:49:39 UTC (rev 18537)
+++ trunk/ui/parent/pom.xml 2010-08-10 17:48:16 UTC (rev 18538)
@@ -104,15 +104,9 @@
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<version>${project.version}</version>
</dependency>
-
<dependency>
<groupId>org.richfaces.cdk</groupId>
Show replies by date