You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by cc...@apache.org on 2006/12/13 05:42:23 UTC

svn commit: r486492 - in /geronimo/server/trunk: configs/javamail/pom.xml configs/jee-specs/pom.xml modules/geronimo-activation/pom.xml modules/geronimo-axis/src/main/resources/META-INF/geronimo-dependency.xml pom.xml

Author: ccardona
Date: Tue Dec 12 20:42:22 2006
New Revision: 486492

URL: http://svn.apache.org/viewvc?view=rev&rev=486492
Log:
GERONIMO-2498 : Geronimo should use the full javamail uber jar instead of just the spec jar + provider jar.

- Replaced geronimo-javamail_1.4_spec with geronimo-javamail_1.4_mail

Modified:
    geronimo/server/trunk/configs/javamail/pom.xml
    geronimo/server/trunk/configs/jee-specs/pom.xml
    geronimo/server/trunk/modules/geronimo-activation/pom.xml
    geronimo/server/trunk/modules/geronimo-axis/src/main/resources/META-INF/geronimo-dependency.xml
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/configs/javamail/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/javamail/pom.xml?view=diff&rev=486492&r1=486491&r2=486492
==============================================================================
--- geronimo/server/trunk/configs/javamail/pom.xml (original)
+++ geronimo/server/trunk/configs/javamail/pom.xml Tue Dec 12 20:42:22 2006
@@ -43,8 +43,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+            <groupId>org.apache.geronimo.javamail</groupId>
+            <artifactId>geronimo-javamail_1.4_mail</artifactId>
         </dependency>
         
         <dependency>

Modified: geronimo/server/trunk/configs/jee-specs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jee-specs/pom.xml?view=diff&rev=486492&r1=486491&r2=486492
==============================================================================
--- geronimo/server/trunk/configs/jee-specs/pom.xml (original)
+++ geronimo/server/trunk/configs/jee-specs/pom.xml Tue Dec 12 20:42:22 2006
@@ -74,8 +74,8 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+            <groupId>org.apache.geronimo.javamail</groupId>
+            <artifactId>geronimo-javamail_1.4_mail</artifactId>
         </dependency>
         
         <dependency>

Modified: geronimo/server/trunk/modules/geronimo-activation/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-activation/pom.xml?view=diff&rev=486492&r1=486491&r2=486492
==============================================================================
--- geronimo/server/trunk/modules/geronimo-activation/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-activation/pom.xml Tue Dec 12 20:42:22 2006
@@ -45,8 +45,8 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javamail_1.4_spec</artifactId>
+            <groupId>org.apache.geronimo.javamail</groupId>
+            <artifactId>geronimo-javamail_1.4_mail</artifactId>
         </dependency>
         
     </dependencies>

Modified: geronimo/server/trunk/modules/geronimo-axis/src/main/resources/META-INF/geronimo-dependency.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis/src/main/resources/META-INF/geronimo-dependency.xml?view=diff&rev=486492&r1=486491&r2=486492
==============================================================================
--- geronimo/server/trunk/modules/geronimo-axis/src/main/resources/META-INF/geronimo-dependency.xml (original)
+++ geronimo/server/trunk/modules/geronimo-axis/src/main/resources/META-INF/geronimo-dependency.xml Tue Dec 12 20:42:22 2006
@@ -26,8 +26,8 @@
     <dep:artifactId>commons-discovery</dep:artifactId>
   </dep:dependency>
   <dep:dependency>
-    <dep:groupId>org.apache.geronimo.specs</dep:groupId>
-    <dep:artifactId>geronimo-javamail_1.4_spec</dep:artifactId>
+    <dep:groupId>org.apache.geronimo.javamail</dep:groupId>
+    <dep:artifactId>geronimo-javamail_1.4_mail</dep:artifactId>
   </dep:dependency>
   <dep:dependency>
     <dep:groupId>wsdl4j</dep:groupId>

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=486492&r1=486491&r2=486492
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Dec 12 20:42:22 2006
@@ -152,6 +152,12 @@
             </dependency>
 
             <dependency>
+                <groupId>org.apache.geronimo.javamail</groupId>
+                <artifactId>geronimo-javamail_1.4_mail</artifactId>
+                <version>1.0-SNAPSHOT</version>
+            </dependency>
+
+            <dependency>
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jaxr_1.0_spec</artifactId>
                 <version>1.0.1</version>