cvs commit: jakarta-gump/project jelly-tags.xml
[email protected] 8 Jan 2003 06:40:16 -0000
| Newsgroups | gmane.comp.jakarta.alexandria.devel |
|---|---|
| Message-ID | <[email protected]> |
morgand 2003/01/07 22:40:16
Modified: project jelly-tags.xml
Log:
added email taglib
Revision Changes Path
1.19 +21 -0 jakarta-gump/project/jelly-tags.xml
Index: jelly-tags.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/jelly-tags.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- jelly-tags.xml 8 Jan 2003 06:36:01 -0000 1.18
+++ jelly-tags.xml 8 Jan 2003 06:40:15 -0000 1.19
@@ -81,6 +81,27 @@
<nag from="Morgan Delagrange <[email protected]>"
to="[email protected]"/>
</project>
+
+ <project name="commons-jelly-tags-email">
+ <package>org.apache.commons.jelly.tags.email</package>
+ <description>This is a Jelly interface for Email</description>
+
+ <ant basedir="jelly/jelly-tags/email" target="jar">
+ <property name="final.name" value="commons-jelly-tags-email-@@DATE@@"/>
+ </ant>
+
+ <depend project="commons-jelly" inherit="all"/>
+ <depend project="jaf"/>
+ <depend project="javamail"/>
+
+ <work nested="jelly/jelly-tags/email/target/classes"/>
+ <work nested="jelly/jelly-tags/email/target/test-classes"/>
+
+ <jar name="jelly/jelly-tags/email/target/commons-jelly-tags-email-@@DATE@@.jar"/>
+
+ <nag from="Morgan Delagrange <[email protected]>"
+ to="[email protected]"/>
+ </project>
<project name="commons-jelly-tags-html">
<package>org.apache.commons.jelly.tags.html</package>