Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/resources
In directory usw-pr-cvs1:/tmp/cvs-serv12659/jmx.browser/src/webapp/resources
Added Files:
application.tld log.tld struts.tld
Log Message:
New directory structure
--- NEW FILE: application.tld ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: log.tld ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: struts.tld ---
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
<!-- ============== Tag Library Description Elements ============= -->
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>STRUTS Framework Tag Library</shortname>
<uri>http://jakarta.apache.org/taglibs/struts-1.0</uri>
<info>
This tag library contains useful general-purpose tags supporting the
development of JSP/servlet applications based on the "Model 2" (MVC
based) design pattern.
WARNING: ALL OF THE TAGS IN THIS LIBRARY ARE DEPRECATED, AND
[...1947 lines suppressed...]
</attribute>
<attribute>
<name>arg2</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>arg3</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>arg4</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
</taglib>
|