On 09/08/2013 07:21, jboy...@apache.org wrote:
> Author: jboynes
> Date: Fri Aug  9 06:21:56 2013
> New Revision: 1512148
> 
> URL: http://svn.apache.org/r1512148
> Log:
> Start adding model for loading complete TLDs using Digester.
> This will unify Jasper's model, which is mostly complete but uses a separate 
> DOM model, 
> and Catalina's, which is Digester based but only handles listener entries.

<snip/>

> Added: tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/Tag.java
> URL: 
> http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/Tag.java?rev=1512148&view=auto
> ==============================================================================
> --- tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/Tag.java (added)
> +++ tomcat/trunk/java/org/apache/tomcat/util/descriptor/tld/Tag.java Fri Aug  
> 9 06:21:56 2013

<snip/>

> +    private List<Variable> variables;
> +    private List<Attribute> attributes;

These two are still showing as unused but from the commit messages I'd
expect them to be used.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to