You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/11/22 09:00:58 UTC

svn commit: r348127 - /portals/jetspeed-2/trunk/core-build.xml

Author: taylor
Date: Tue Nov 22 00:00:57 2005
New Revision: 348127

URL: http://svn.apache.org/viewcvs?rev=348127&view=rev
Log:
add a few email deps

Modified:
    portals/jetspeed-2/trunk/core-build.xml

Modified: portals/jetspeed-2/trunk/core-build.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/core-build.xml?rev=348127&r1=348126&r2=348127&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/core-build.xml (original)
+++ portals/jetspeed-2/trunk/core-build.xml Tue Nov 22 00:00:57 2005
@@ -318,5 +318,24 @@
            <artifactId>apacheds-main</artifactId>
            <version>0.9.3</version>		 
         </dependency>		
+        
+         <!-- Mail Requirements -->
+        <dependency>
+          <id>javamail</id>
+          <version>1.3.3</version>
+          <properties>
+            <war.bundle>true</war.bundle>
+          </properties>
+        </dependency>
+        <dependency>
+          <id>activation</id>
+          <version>1.0.2</version>
+          <properties>
+            <war.bundle>true</war.bundle>
+          </properties>
+        </dependency>
+        
 	 </dependencies>	
+     
+     
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org