Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 49953 invoked from network); 7 Jan 2003 08:44:37 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 Jan 2003 08:44:37 -0000 Received: (qmail 16929 invoked by uid 97); 7 Jan 2003 08:46:02 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 16908 invoked by uid 97); 7 Jan 2003 08:46:01 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 16885 invoked by uid 97); 7 Jan 2003 08:46:00 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 7 Jan 2003 08:44:27 -0000 Message-ID: <20030107084427.13548.qmail@icarus.apache.org> From: jstrachan@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/jelly project.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@ 2002 org.apache.commons.jelly + + + Core Public API + org.apache.commons.jelly + + + Utility classes for using Jelly from Ant + org.apache.commons.jelly.task + + + Utility classes for using Jelly from Servlets + org.apache.commons.jelly.servlet + + + Classes used by Tag Implementors + org.apache.commons.jelly.impl,org.apache.commons.jelly.tags,org.apache.commons.jelly.expression + + + Tag Implementations + org.apache.commons.jelly.tags.* + + Commons Jelly -- To unsubscribe, e-mail: For additional commands, e-mail: