Author: julien_viet
Date: 2011-06-24 18:04:40 -0400 (Fri, 24 Jun 2011)
New Revision: 6744
Removed:
components/pc/trunk/mc/
Modified:
components/pc/trunk/pom.xml
components/pc/trunk/portal/pom.xml
components/pc/trunk/portal/src/assemble/simple-portal-jboss42.xml
components/pc/trunk/portal/src/assemble/simple-portal-jboss51.xml
components/pc/trunk/portal/src/assemble/simple-portal-jboss6.xml
components/pc/trunk/portal/src/assemble/simple-portal-tomcat60.xml
components/pc/trunk/portal/src/assemble/simple-portal-tomcat70.xml
components/pc/trunk/test/core/pom.xml
components/pc/trunk/test/core/src/main/resources/common.xml
components/pc/trunk/test/servers/jboss42/pom.xml
components/pc/trunk/test/servers/jboss51/pom.xml
components/pc/trunk/test/servers/jboss6/pom.xml
components/pc/trunk/test/servers/jetty6/pom.xml
components/pc/trunk/test/servers/src/common/resources/common.xml
components/pc/trunk/test/servers/tomcat6/pom.xml
components/pc/trunk/test/servers/tomcat7/pom.xml
Log:
remove module mc
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -123,11 +123,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
<version>${project.version}</version>
</dependency>
@@ -290,7 +285,6 @@
<module>bridge</module>
<module>federation</module>
<module>management</module>
- <module>mc</module>
<module>test</module>
<module>portal</module>
<module>samples</module>
@@ -312,7 +306,6 @@
<module>api</module>
<module>portlet</module>
<module>controller</module>
- <module>mc</module>
<module>test</module>
</modules>
</profile>
@@ -322,7 +315,6 @@
<module>api</module>
<module>portlet</module>
<module>controller</module>
- <module>mc</module>
<module>portal</module>
<module>samples</module>
</modules>
@@ -337,7 +329,6 @@
<module>bridge</module>
<module>federation</module>
<module>management</module>
- <module>mc</module>
<module>portal</module>
<module>samples</module>
<module>docs</module>
Modified: components/pc/trunk/portal/pom.xml
===================================================================
--- components/pc/trunk/portal/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/portal/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -51,10 +51,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
<dependency>
Modified: components/pc/trunk/portal/src/assemble/simple-portal-jboss42.xml
===================================================================
--- components/pc/trunk/portal/src/assemble/simple-portal-jboss42.xml 2011-06-24 21:52:27
UTC (rev 6743)
+++ components/pc/trunk/portal/src/assemble/simple-portal-jboss42.xml 2011-06-24 22:04:40
UTC (rev 6744)
@@ -34,7 +34,6 @@
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
- <include>org.gatein.pc:pc-mc</include>
<include>org.jboss:jboss-common-core</include>
<include>org.jboss.microcontainer:jboss-kernel</include>
Modified: components/pc/trunk/portal/src/assemble/simple-portal-jboss51.xml
===================================================================
--- components/pc/trunk/portal/src/assemble/simple-portal-jboss51.xml 2011-06-24 21:52:27
UTC (rev 6743)
+++ components/pc/trunk/portal/src/assemble/simple-portal-jboss51.xml 2011-06-24 22:04:40
UTC (rev 6744)
@@ -33,7 +33,6 @@
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
- <include>org.gatein.pc:pc-mc</include>
<include>org.jboss:jboss-common-core</include>
<include>org.jboss.microcontainer:jboss-dependency</include>
Modified: components/pc/trunk/portal/src/assemble/simple-portal-jboss6.xml
===================================================================
--- components/pc/trunk/portal/src/assemble/simple-portal-jboss6.xml 2011-06-24 21:52:27
UTC (rev 6743)
+++ components/pc/trunk/portal/src/assemble/simple-portal-jboss6.xml 2011-06-24 22:04:40
UTC (rev 6744)
@@ -33,7 +33,6 @@
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
- <include>org.gatein.pc:pc-mc</include>
<include>org.jboss:jboss-common-core</include>
<include>org.jboss.microcontainer:jboss-dependency</include>
Modified: components/pc/trunk/portal/src/assemble/simple-portal-tomcat60.xml
===================================================================
--- components/pc/trunk/portal/src/assemble/simple-portal-tomcat60.xml 2011-06-24 21:52:27
UTC (rev 6743)
+++ components/pc/trunk/portal/src/assemble/simple-portal-tomcat60.xml 2011-06-24 22:04:40
UTC (rev 6744)
@@ -43,7 +43,6 @@
<includes>
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
- <include>org.gatein.pc:pc-mc</include>
<include>jboss:jboss-common-logging-spi</include>
<include>jboss:jboss-common-logging-log4j</include>
Modified: components/pc/trunk/portal/src/assemble/simple-portal-tomcat70.xml
===================================================================
--- components/pc/trunk/portal/src/assemble/simple-portal-tomcat70.xml 2011-06-24 21:52:27
UTC (rev 6743)
+++ components/pc/trunk/portal/src/assemble/simple-portal-tomcat70.xml 2011-06-24 22:04:40
UTC (rev 6744)
@@ -43,7 +43,6 @@
<includes>
<include>org.gatein.common:common-mc</include>
<include>org.gatein.pc:pc-controller</include>
- <include>org.gatein.pc:pc-mc</include>
<include>jboss:jboss-common-logging-spi</include>
<include>jboss:jboss-common-logging-log4j</include>
Modified: components/pc/trunk/test/core/pom.xml
===================================================================
--- components/pc/trunk/test/core/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/core/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -37,10 +37,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Modified: components/pc/trunk/test/core/src/main/resources/common.xml
===================================================================
--- components/pc/trunk/test/core/src/main/resources/common.xml 2011-06-24 21:52:27 UTC
(rev 6743)
+++ components/pc/trunk/test/core/src/main/resources/common.xml 2011-06-24 22:04:40 UTC
(rev 6744)
@@ -69,7 +69,6 @@
<path id="portal-portlet">
<pathelement location="${org.gatein.pc:pc-controller:jar}"/>
- <pathelement location="${org.gatein.pc:pc-mc:jar}"/>
</path>
<path id="portal-portlet-shared">
Modified: components/pc/trunk/test/servers/jboss42/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss42/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/servers/jboss42/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -32,10 +32,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Modified: components/pc/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss51/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -31,10 +31,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Modified: components/pc/trunk/test/servers/jboss6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss6/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/servers/jboss6/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -31,10 +31,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Modified: components/pc/trunk/test/servers/jetty6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jetty6/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -31,10 +31,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Modified: components/pc/trunk/test/servers/src/common/resources/common.xml
===================================================================
--- components/pc/trunk/test/servers/src/common/resources/common.xml 2011-06-24 21:52:27
UTC (rev 6743)
+++ components/pc/trunk/test/servers/src/common/resources/common.xml 2011-06-24 22:04:40
UTC (rev 6744)
@@ -69,7 +69,6 @@
<path id="portal-portlet">
<pathelement location="${org.gatein.pc:pc-controller:jar}"/>
- <pathelement location="${org.gatein.pc:pc-mc:jar}"/>
</path>
<path id="portal-portlet-shared">
Modified: components/pc/trunk/test/servers/tomcat6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -31,10 +31,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Modified: components/pc/trunk/test/servers/tomcat7/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat7/pom.xml 2011-06-24 21:52:27 UTC (rev 6743)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-06-24 22:04:40 UTC (rev 6744)
@@ -31,10 +31,6 @@
</dependency>
<dependency>
<groupId>org.gatein.pc</groupId>
- <artifactId>pc-mc</artifactId>
- </dependency>
- <dependency>
- <groupId>org.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
Show replies by date