[jboss-svn-commits] JBoss Common SVN: r3800 - in arquillian/trunk: container-jboss-embedded and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Nov 25 10:06:07 EST 2009


Author: aslak
Date: 2009-11-25 10:06:06 -0500 (Wed, 25 Nov 2009)
New Revision: 3800

Modified:
   arquillian/trunk/container-jboss-embedded/pom.xml
   arquillian/trunk/container-jboss-remote-51/pom.xml
   arquillian/trunk/pom.xml
Log:
ARQ-10 Added Jboss Remote 5.1 container to pom. Aligned names with embedded


Modified: arquillian/trunk/container-jboss-embedded/pom.xml
===================================================================
--- arquillian/trunk/container-jboss-embedded/pom.xml	2009-11-25 14:59:03 UTC (rev 3799)
+++ arquillian/trunk/container-jboss-embedded/pom.xml	2009-11-25 15:06:06 UTC (rev 3800)
@@ -15,7 +15,7 @@
 
    <!-- Artifact Configuration -->
    <artifactId>arquillian-jboss-embedded</artifactId>
-   <name>Arquillian Container Jboss Embedded</name>
+   <name>Arquillian Container Jboss AS Embedded 6.0</name>
    <description>Jboss Embedded Container integration for the Arquillian Project</description>
 
 

Modified: arquillian/trunk/container-jboss-remote-51/pom.xml
===================================================================
--- arquillian/trunk/container-jboss-remote-51/pom.xml	2009-11-25 14:59:03 UTC (rev 3799)
+++ arquillian/trunk/container-jboss-remote-51/pom.xml	2009-11-25 15:06:06 UTC (rev 3800)
@@ -15,7 +15,7 @@
 
    <!-- Artifact Configuration -->
    <artifactId>arquillian-jboss-remote-51</artifactId>
-   <name>Arquillian Container Jboss AS 5.1 Remote</name>
+   <name>Arquillian Container Jboss AS Remote 5.1</name>
    <description>Jboss AS 5.1 Remote Container integration for the Arquillian Project</description>
 
 

Modified: arquillian/trunk/pom.xml
===================================================================
--- arquillian/trunk/pom.xml	2009-11-25 14:59:03 UTC (rev 3799)
+++ arquillian/trunk/pom.xml	2009-11-25 15:06:06 UTC (rev 3800)
@@ -49,6 +49,7 @@
     <module>junit</module>
     <module>protocol-servlet</module>
     <module>container-jboss-embedded</module>
+    <module>container-jboss-remote-51</module>
 </modules>
 
 </project>



More information about the jboss-svn-commits mailing list