You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2005/06/20 05:48:04 UTC

svn commit: r191388 - /webservices/axis/trunk/java/modules/xml/project.xml

Author: thilina
Date: Sun Jun 19 20:48:03 2005
New Revision: 191388

URL: http://svn.apache.org/viewcvs?rev=191388&view=rev
Log:
build file which includes Gerenimo spec Activation & Java Mail

Modified:
    webservices/axis/trunk/java/modules/xml/project.xml

Modified: webservices/axis/trunk/java/modules/xml/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/project.xml?rev=191388&r1=191387&r2=191388&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/project.xml (original)
+++ webservices/axis/trunk/java/modules/xml/project.xml Sun Jun 19 20:48:03 2005
@@ -131,5 +131,21 @@
             </properties>
 		<url>http://dist.codehaus.org/stax/jars/</url>
         </dependency>
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-javamail</artifactId>
+            <version>1.3.1-rc3</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
+	<dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-activation</artifactId>
+            <version>1.0.2-rc3</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
     </dependencies>
 </project>