haul 2003/04/17 13:49:47
Modified: lib jars.xml
Log:
add entries for activation framework and mail from sun
Revision Changes Path
1.28 +26 -1 cocoon-2.1/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- jars.xml 17 Apr 2003 11:31:32 -0000 1.27
+++ jars.xml 17 Apr 2003 20:49:47 -0000 1.28
@@ -768,4 +768,29 @@
<homepage>http://jakarta.apache.org/commons/lang/</homepage>
</file>
+ <file>
+ <title>Sun JavaMailTM API</title>
+ <description>"The JavaMailTM 1.3 API provides a set of abstract classes
that
+model a mail system. The API provides a platform independent and protocol
+independent framework to build Java technology-based mail and messaging
+applications. The JavaMailTM API is implemented as a Java platform optional
+package and is also available as part of the Java 2 platform, Enterprise
+Edition. Sun provides a royalty-free reference implementation, in binary
form,
+that developers will be able to use and ship."</description>
+ <used-by>mail block</used-by>
+ <lib>mail/lib/mail.jar</lib>
+ <homepage>http://java.sun.com/products/javamail/</homepage>
+ </file>
+ <file>
+
+ <title>Sun JavaBeansTM Activation Framework (JAF)</title>
+ <description>"With the JavaBeansTM Activation Framework standard extension,
+developers who use JavaTM technology can take advantage of standard services
to
+determine the type of an arbitrary piece of data, encapsulate access to it,
+discover the operations available on it, and to instantiate the appropriate
+bean to perform said operation(s)."</description>
+ <used-by>mail block</used-by>
+ <lib>mail/lib/activation.jar</lib>
+
<homepage>http://java.sun.com/products/javabeans/glasgow/jaf.html</homepage>
+ </file>
</jars>