Author: Alex.Kolonitsky
Date: 2010-12-09 03:49:25 -0500 (Thu, 09 Dec 2010)
New Revision: 20468
Added:
trunk/core/api/src/main/java/org/richfaces/application/Module.java
Removed:
trunk/core/impl/src/main/java/org/richfaces/application/Module.java
Modified:
trunk/ui/dist/richfaces-components-ui/pom.xml
trunk/ui/dnd/ui/pom.xml
trunk/ui/input/ui/pom.xml
trunk/ui/iteration/ui/pom-list.xml
trunk/ui/output/ui/pom.xml
trunk/ui/parent/pom.xml
trunk/ui/validator/impl/pom.xml
Log:
RF-9624 Remove richfaces-core-impl from all pom.xml files
Only from ui
Copied: trunk/core/api/src/main/java/org/richfaces/application/Module.java (from rev
20467, trunk/core/impl/src/main/java/org/richfaces/application/Module.java)
===================================================================
--- trunk/core/api/src/main/java/org/richfaces/application/Module.java
(rev 0)
+++ trunk/core/api/src/main/java/org/richfaces/application/Module.java 2010-12-09 08:49:25
UTC (rev 20468)
@@ -0,0 +1,13 @@
+package org.richfaces.application;
+
+
+/**
+ * <p class="changed_added_4_0">User-provided configuration
module.</p>
+ * @author asmirnov(a)exadel.com
+ *
+ */
+public interface Module {
+
+ public void configure(ServicesFactory factory);
+
+}
Deleted: trunk/core/impl/src/main/java/org/richfaces/application/Module.java
===================================================================
--- trunk/core/impl/src/main/java/org/richfaces/application/Module.java 2010-12-09
00:56:15 UTC (rev 20467)
+++ trunk/core/impl/src/main/java/org/richfaces/application/Module.java 2010-12-09
08:49:25 UTC (rev 20468)
@@ -1,13 +0,0 @@
-package org.richfaces.application;
-
-
-/**
- * <p class="changed_added_4_0">User-provided configuration
module.</p>
- * @author asmirnov(a)exadel.com
- *
- */
-public interface Module {
-
- public void configure(ServicesFactory factory);
-
-}
Modified: trunk/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-ui/pom.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/dist/richfaces-components-ui/pom.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -74,10 +74,6 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- </dependency>
<dependency>
<groupId>javax.servlet</groupId>
Modified: trunk/ui/dnd/ui/pom.xml
===================================================================
--- trunk/ui/dnd/ui/pom.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/dnd/ui/pom.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -56,10 +56,6 @@
<artifactId>richfaces-core-api</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-ui</artifactId>
</dependency>
Modified: trunk/ui/input/ui/pom.xml
===================================================================
--- trunk/ui/input/ui/pom.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/input/ui/pom.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -52,10 +52,6 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-api</artifactId>
</dependency>
- <dependency>
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- </dependency>
<dependency>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-ui</artifactId>
Modified: trunk/ui/iteration/ui/pom-list.xml
===================================================================
--- trunk/ui/iteration/ui/pom-list.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/iteration/ui/pom-list.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -46,11 +46,6 @@
<artifactId>richfaces-core-api</artifactId>
</dependency>
<dependency>
- <!-- todo remove this dependency or move to test scope -->
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- </dependency>
- <dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<scope>provided</scope>
Modified: trunk/ui/output/ui/pom.xml
===================================================================
--- trunk/ui/output/ui/pom.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/output/ui/pom.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -56,10 +56,6 @@
<artifactId>richfaces-core-api</artifactId>
</dependency>
<dependency>
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-ui</artifactId>
</dependency>
Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/parent/pom.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/parent/pom.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -89,12 +89,6 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-api</artifactId>
</dependency>
- <dependency>
- <!-- todo remove this dependency or move to test scope -->
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.richfaces.cdk</groupId>
Modified: trunk/ui/validator/impl/pom.xml
===================================================================
--- trunk/ui/validator/impl/pom.xml 2010-12-09 00:56:15 UTC (rev 20467)
+++ trunk/ui/validator/impl/pom.xml 2010-12-09 08:49:25 UTC (rev 20468)
@@ -43,11 +43,6 @@
<dependencies>
<dependency>
- <!-- todo remove this dependency or move to test scope -->
- <groupId>org.richfaces.core</groupId>
- <artifactId>richfaces-core-impl</artifactId>
- </dependency>
- <dependency>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-ui</artifactId>
</dependency>
Show replies by date