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

svn commit: r405518 - /geronimo/branches/1.1/modules/axis/project.xml

Author: djencks
Date: Tue May  9 12:58:20 2006
New Revision: 405518

URL: http://svn.apache.org/viewcvs?rev=405518&view=rev
Log:
re-enable attachments by including javamail spec explicitly in classloader

Modified:
    geronimo/branches/1.1/modules/axis/project.xml

Modified: geronimo/branches/1.1/modules/axis/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/axis/project.xml?rev=405518&r1=405517&r2=405518&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/axis/project.xml (original)
+++ geronimo/branches/1.1/modules/axis/project.xml Tue May  9 12:58:20 2006
@@ -122,6 +122,18 @@
             </properties>
         </dependency>
 
+        <!-- provide mime attachement support -->
+        <!-- this is dangerous without a DAG classloader since
+        it introduces a second copy of the mail spec classes -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javamail_1.3.1_spec</artifactId>
+            <version>${geronimo_spec_javamail_version}</version>
+            <properties>
+                 <geronimo.dependency>true</geronimo.dependency>
+             </properties>
+        </dependency>
+
         <dependency>
             <groupId>cglib</groupId>
             <artifactId>cglib-nodep</artifactId>