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/05/28 06:08:07 UTC

svn commit: r660804 - in /geronimo/sandbox/concurrent/concurrent-tests: ./ common-ejb/ common-jar/ concurrent-ejb-ear/ concurrent-ejb/ concurrent-war/ concurrent-web-ear/

Author: gawor
Date: Tue May 27 21:08:07 2008
New Revision: 660804

URL: http://svn.apache.org/viewvc?rev=660804&view=rev
Log:
more license updates

Removed:
    geronimo/sandbox/concurrent/concurrent-tests/common-ejb/LICENSE.txt
    geronimo/sandbox/concurrent/concurrent-tests/common-ejb/NOTICE.txt
    geronimo/sandbox/concurrent/concurrent-tests/common-jar/LICENSE.txt
    geronimo/sandbox/concurrent/concurrent-tests/common-jar/NOTICE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb-ear/LICENSE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb-ear/NOTICE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/LICENSE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/NOTICE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/LICENSE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/NOTICE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/LICENSE.txt
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-web-ear/NOTICE.txt
Modified:
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml
    geronimo/sandbox/concurrent/concurrent-tests/pom.xml

Modified: geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml?rev=660804&r1=660803&r2=660804&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml Tue May 27 21:08:07 2008
@@ -64,6 +64,11 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>common-ejb</artifactId>
             <version>${version}</version>

Modified: geronimo/sandbox/concurrent/concurrent-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/pom.xml?rev=660804&r1=660803&r2=660804&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/pom.xml Tue May 27 21:08:07 2008
@@ -18,33 +18,20 @@
     under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
         <version>2.2-SNAPSHOT</version>
     </parent>
 
-    <modelVersion>4.0.0</modelVersion>
     <artifactId>concurrent-tests</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo TestSuite :: Concurrent TestSuite</name>
     <description>Geronimo Concurrent Utilities Tests</description>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.3</version>
-                    <configuration>
-                        <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <modules>
         <module>common-ejb</module>
         <module>common-jar</module>