Author: felipeal
Date: Wed Apr 12 18:57:51 2006
New Revision: 393683
URL: http://svn.apache.org/viewcvs?rev=393683&view=rev
Log:
Replaced Sun's jars (javamail and jaf) for Geronimo's equivalent
Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/email/project.xml
jakarta/commons/proper/jelly/trunk/jelly-tags/email/xdocs/changes.xml
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/email/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/email/project.xml?rev=393683&r1=393682&r2=393683&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/email/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/email/project.xml Wed Apr 12
18:57:51 2006
@@ -37,6 +37,7 @@
<dependencies>
<!-- START for run time -->
+<!-- uncomment these to use Sun's API instead of Geronimo
<dependency>
<groupId>jaf</groupId>
<version>1.0.2</version>
@@ -57,7 +58,21 @@
<gump.id>javamail</gump.id>
</properties>
</dependency>
+-->
+<!-- comment these to use Sun's API instead of Geronimo -->
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-javamail</artifactId>
+ <version>1.3.1-rc5</version>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-activation</artifactId>
+ <version>1.0.2-rc4</version>
+ </dependency>
+
<!-- END for run time -->
+
</dependencies>
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/email/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/email/xdocs/changes.xml?rev=393683&r1=393682&r2=393683&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/email/xdocs/changes.xml
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/email/xdocs/changes.xml Wed
Apr 12 18:57:51 2006
@@ -24,6 +24,9 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
+ <release version="SNAPSHOT" date="On CVS">
+ <action dev="felipeal" type="update">Replaced Sun's jars (javamail and
jaf) for Geronimo's equivalents.</action>
+ </release>
<release version="1.0" date="2004-09-11">
<action dev="dion" type="add">Initial Release</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]