Author: bayard Date: Sat Jan 3 17:11:40 2009 New Revision: 731147 URL: http://svn.apache.org/viewvc?rev=731147&view=rev Log: Fixing site and adding changes report
Added: jakarta/taglibs/proper/log/trunk/src/changes/ jakarta/taglibs/proper/log/trunk/src/changes/changes.xml (with props) Modified: jakarta/taglibs/proper/log/trunk/xdocs/index.xml Added: jakarta/taglibs/proper/log/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/log/trunk/src/changes/changes.xml?rev=731147&view=auto ============================================================================== --- jakarta/taglibs/proper/log/trunk/src/changes/changes.xml (added) +++ jakarta/taglibs/proper/log/trunk/src/changes/changes.xml Sat Jan 3 17:11:40 2009 @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<document> + <properties> + <title>Log Taglib changes</title> + </properties> + <body> + +<release release="1.0" date="01/12/2003" description="1.0 Release"/> + +<release release="Pre Beta" date="07/24/2001" description="Clean up of tag library prior to performing a beta release, moving toward an official release. "> + <action>The log tags now do not initialies log4j themselves. + You can do this yourself using your own mechanism, via a log4j Servlet or by putting a + log4j.properties file in WEB-INF/classes. + I use the latter approach in the example web app as I find it easier. + </action> + <action> + Optimised the tags so that the body is not evaluated if log4j + has the logging category or priority disabled. + </action> + <action> + Added new <log:fatal> tag for support for the FATAL level of log4j logging + </action> +</release> + +<release release="Initial version" date="03/03/2000" description="Initial check into CVS from Joe's original code, ported to the Jakarta-Taglibs directory structure and build process. "/> + +</body> +</document> Propchange: jakarta/taglibs/proper/log/trunk/src/changes/changes.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: jakarta/taglibs/proper/log/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/log/trunk/xdocs/index.xml?rev=731147&r1=731146&r2=731147&view=diff ============================================================================== --- jakarta/taglibs/proper/log/trunk/xdocs/index.xml (original) +++ jakarta/taglibs/proper/log/trunk/xdocs/index.xml Sat Jan 3 17:11:40 2009 @@ -49,6 +49,7 @@ <a href="http://jakarta.apache.org/site/downloads/downloads_taglibs-log.cgi"> Apache Jakarta Project Mirror</a> </li> + </ul> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org