Author: markt Date: Mon Dec 16 11:49:39 2013 New Revision: 1551190 URL: http://svn.apache.org/r1551190 Log: No need to set defaults
Modified: tomcat/trunk/test/webapp/WEB-INF/bugs.tld Modified: tomcat/trunk/test/webapp/WEB-INF/bugs.tld URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/bugs.tld?rev=1551190&r1=1551189&r2=1551190&view=diff ============================================================================== --- tomcat/trunk/test/webapp/WEB-INF/bugs.tld (original) +++ tomcat/trunk/test/webapp/WEB-INF/bugs.tld Mon Dec 16 11:49:39 2013 @@ -48,7 +48,6 @@ <variable> <name-given>now</name-given> <variable-class>org.apache.jasper.compiler.TestGenerator.Bean</variable-class> - <declare>true</declare> <scope>AT_END</scope> </variable> </tag> @@ -63,7 +62,6 @@ <variable> <name-from-attribute>beanName</name-from-attribute> <variable-class>org.apache.jasper.compiler.TestGenerator.Bean</variable-class> - <!--declare>true</declare--> <scope>AT_END</scope> </variable> </tag> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org