You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/04/21 06:38:13 UTC

svn commit: r650019 - in /geronimo/sandbox/concurrent/concurrent-tests: concurrent-ear/ concurrent-web-ear/ concurrent-web-ear/pom.xml pom.xml

Author: gawor
Date: Sun Apr 20 21:38:10 2008
New Revision: 650019

URL: http://svn.apache.org/viewvc?rev=650019&view=rev
Log:
rename test module

Added:
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/
      - copied from r650014, geronimo/sandbox/concurrent/concurrent-tests/concurrent-ear/
Removed:
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-ear/
Modified:
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/pom.xml
    geronimo/sandbox/concurrent/concurrent-tests/pom.xml

Modified: geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/pom.xml?rev=650019&r1=650014&r2=650019&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/pom.xml Sun Apr 20 21:38:10 2008
@@ -31,7 +31,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>concurrent-ear</artifactId>
+    <artifactId>concurrent-web-ear</artifactId>
     <name>Geronimo TestSuite :: Concurrent TestSuite :: WEB EAR</name>
     <packaging>ear</packaging>
 

Modified: geronimo/sandbox/concurrent/concurrent-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/pom.xml?rev=650019&r1=650018&r2=650019&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/pom.xml Sun Apr 20 21:38:10 2008
@@ -50,7 +50,7 @@
         <module>common-jar</module>
         <module>concurrent-war</module>
         <module>concurrent-ejb</module>
-        <module>concurrent-ear</module>
+        <module>concurrent-web-ear</module>
         <module>concurrent-ejb-ear</module>
     </modules>