You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by pe...@apache.org on 2008/03/22 00:21:31 UTC

svn commit: r639907 - in /ant/core/trunk: fetch.xml lib/libraries.properties

Author: peterreilly
Date: Fri Mar 21 16:21:30 2008
New Revision: 639907

URL: http://svn.apache.org/viewvc?rev=639907&view=rev
Log:
javamail is now in a maven repository
(http://vafer.org/blog/20060504000836)

Modified:
    ant/core/trunk/fetch.xml
    ant/core/trunk/lib/libraries.properties

Modified: ant/core/trunk/fetch.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=639907&r1=639906&r2=639907&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Fri Mar 21 16:21:30 2008
@@ -237,8 +237,13 @@
     <f2 project="which" />
   </target>
 
+  <target name="javamail" depends="init"
+          description="load javamail">
+    <f2 project="javax.mail" archive="mail"/>
+  </target>
+
   <target name="all"
     description="load all the libraries (except jython)"
-    depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script" />
+    depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail" />
 
 </project>

Modified: ant/core/trunk/lib/libraries.properties
URL: http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=639907&r1=639906&r2=639907&view=diff
==============================================================================
--- ant/core/trunk/lib/libraries.properties (original)
+++ ant/core/trunk/lib/libraries.properties Fri Mar 21 16:21:30 2008
@@ -56,7 +56,7 @@
 xml-apis.version=1.3.04
 xalan.version=2.7.0
 xml-resolver.version=1.1
-
+mail.version=1.4
 #paired
 jacl.version=1.2.6
 tcljava.version=${jacl.version}