You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/07/27 22:12:43 UTC

svn commit: r225596 - in /jakarta/commons/proper/email/trunk: RELEASE-NOTES.txt maven.xml

Author: rdonkin
Date: Wed Jul 27 13:12:40 2005
New Revision: 225596

URL: http://svn.apache.org/viewcvs?rev=225596&view=rev
Log:
Added release notes

Added:
    jakarta/commons/proper/email/trunk/RELEASE-NOTES.txt
Modified:
    jakarta/commons/proper/email/trunk/maven.xml

Added: jakarta/commons/proper/email/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/RELEASE-NOTES.txt?rev=225596&view=auto
==============================================================================
--- jakarta/commons/proper/email/trunk/RELEASE-NOTES.txt (added)
+++ jakarta/commons/proper/email/trunk/RELEASE-NOTES.txt Wed Jul 27 13:12:40 2005
@@ -0,0 +1,15 @@
+$Id: RELEASE-NOTES.txt 216015 2005-07-12 20:41:48Z rdonkin $
+
+                         Commons Email Package
+                              Version 1.0
+                             Release Notes
+
+INTRODUCTION:
+
+Commons-Email aims to provide a API for sending email. It builds on the JavaMail 
+API with the aim of presenting a simplified API which is easy for developers who
+are not mail experts to use. It is a compact component with a small number of
+classes.
+
+This is the first release of Commons Email. However, the codebase is mature and
+stable and so this is no reason not to recommend it for production.

Modified: jakarta/commons/proper/email/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/email/trunk/maven.xml?rev=225596&r1=225595&r2=225596&view=diff
==============================================================================
--- jakarta/commons/proper/email/trunk/maven.xml (original)
+++ jakarta/commons/proper/email/trunk/maven.xml Wed Jul 27 13:12:40 2005
@@ -46,6 +46,7 @@
     </copy>
     <copy todir="${maven.dist.src.assembly.dir}">
       <fileset file="${basedir}/NOTICE.txt"/>
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
     </copy>
   </postGoal>
   
@@ -53,6 +54,7 @@
   <preGoal name="dist:build-bin">
     <copy todir="${maven.dist.bin.assembly.dir}">
       <fileset file="${basedir}/NOTICE.txt"/>
+      <fileset file="${basedir}/RELEASE-NOTES.txt"/>
     </copy>
   </preGoal>
   



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