Author: julien_viet
Date: 2011-01-07 10:17:53 -0500 (Fri, 07 Jan 2011)
New Revision: 5710
Modified:
components/pc/trunk/test/servers/tomcat6/pom.xml
components/pc/trunk/test/servers/tomcat6/src/test/build.xml
components/pc/trunk/test/servers/tomcat6/src/test/common.xml
Log:
GTNPC-46:
- gatein common mc not needed anymore
- rename mc -> xb as this is what it is
Modified: components/pc/trunk/test/servers/tomcat6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/pom.xml 2011-01-07 15:13:01 UTC (rev 5709)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-01-07 15:17:53 UTC (rev 5710)
@@ -11,10 +11,6 @@
<name>GateIn - Portlet Container (test - servers - Tomcat 6)</name>
<dependencies>
- <dependency>
- <groupId>org.gatein.common</groupId>
- <artifactId>common-mc</artifactId>
- </dependency>
<dependency>
<groupId>org.gatein.common</groupId>
Modified: components/pc/trunk/test/servers/tomcat6/src/test/build.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/src/test/build.xml 2011-01-07 15:13:01 UTC
(rev 5709)
+++ components/pc/trunk/test/servers/tomcat6/src/test/build.xml 2011-01-07 15:17:53 UTC
(rev 5710)
@@ -19,7 +19,7 @@
<path refid="portal-web"/>
<path refid="portal-portlet"/>
<path refid="jboss-unit"/>
- <path refid="jboss-microcontainer"/>
+ <path refid="jboss-xb"/>
<pathelement location="${apache-xerces:xerces:jar}"/>
<pathelement location="${apache-xerces:xml-apis:jar}"/>
<pathelement location="${apache-xerces:resolver:jar}"/>
Modified: components/pc/trunk/test/servers/tomcat6/src/test/common.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/src/test/common.xml 2011-01-07 15:13:01 UTC
(rev 5709)
+++ components/pc/trunk/test/servers/tomcat6/src/test/common.xml 2011-01-07 15:17:53 UTC
(rev 5710)
@@ -46,12 +46,11 @@
<pathelement
location="${jboss:jboss-common-logging-log4j:jar}"/>
</path>
- <path id="jboss-microcontainer">
+ <path id="jboss-xb">
<pathelement location="${org.jboss:jbossxb:jar}"/>
</path>
<path id="portal-common">
- <pathelement location="${org.gatein.common:common-mc:jar}"/>
</path>
<path id="portal-common-shared">