jstrachan 2003/01/07 00:44:27
Modified: jelly project.xml
Log:
Added a breakdown of the packages used in Jelly to make it more clear what is the
supported, public end user API, what packages are to be used by tag implementators and
what packages are implementation details.
This change is only used by CVS HEAD of Maven.
Revision Changes Path
1.116 +22 -0 jakarta-commons-sandbox/jelly/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- project.xml 7 Jan 2003 07:44:18 -0000 1.115
+++ project.xml 7 Jan 2003 08:44:27 -0000 1.116
@@ -18,6 +18,28 @@
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons.jelly</package>
+ <packageGroups>
+ <packageGroup>
+ <title>Core Public API</title>
+ <packages>org.apache.commons.jelly</packages>
+ </packageGroup>
+ <packageGroup>
+ <title>Utility classes for using Jelly from Ant</title>
+ <packages>org.apache.commons.jelly.task</packages>
+ </packageGroup>
+ <packageGroup>
+ <title>Utility classes for using Jelly from Servlets</title>
+ <packages>org.apache.commons.jelly.servlet</packages>
+ </packageGroup>
+ <packageGroup>
+ <title>Classes used by Tag Implementors</title>
+
<packages>org.apache.commons.jelly.impl,org.apache.commons.jelly.tags,org.apache.commons.jelly.expression</packages>
+ </packageGroup>
+ <packageGroup>
+ <title>Tag Implementations</title>
+ <packages>org.apache.commons.jelly.tags.*</packages>
+ </packageGroup>
+ </packageGroups>
<shortDescription>Commons Jelly</shortDescription>
<!-- Gump integration -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>