Author: mturk Date: Tue Mar 6 15:51:38 2012 New Revision: 1297540 URL: http://svn.apache.org/viewvc?rev=1297540&view=rev Log: Add year 2012 news section
Added: tomcat/jk/trunk/xdocs/news/20120301.xml (with props) Modified: tomcat/jk/trunk/xdocs/ajp/project.xml tomcat/jk/trunk/xdocs/generic_howto/project.xml tomcat/jk/trunk/xdocs/index.xml tomcat/jk/trunk/xdocs/miscellaneous/project.xml tomcat/jk/trunk/xdocs/news/project.xml tomcat/jk/trunk/xdocs/project.xml tomcat/jk/trunk/xdocs/reference/project.xml tomcat/jk/trunk/xdocs/webserver_howto/project.xml Modified: tomcat/jk/trunk/xdocs/ajp/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/ajp/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/ajp/project.xml (original) +++ tomcat/jk/trunk/xdocs/ajp/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="../news/20120301.html"/> <item name="2011" href="../news/20110701.html"/> <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> Modified: tomcat/jk/trunk/xdocs/generic_howto/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/generic_howto/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/generic_howto/project.xml (original) +++ tomcat/jk/trunk/xdocs/generic_howto/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="../news/20120301.html"/> <item name="2011" href="../news/20110701.html"/> <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> Modified: tomcat/jk/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/index.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/index.xml (original) +++ tomcat/jk/trunk/xdocs/index.xml Tue Mar 6 15:51:38 2012 @@ -273,6 +273,8 @@ This page contains information, on some </p> <ul> +<li><a href="news/20120301.html"><b>2012</b></a> +</li> <li><a href="news/20110701.html"><b>2011</b></a> </li> <li><a href="news/20100101.html"><b>2010</b></a> Modified: tomcat/jk/trunk/xdocs/miscellaneous/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/miscellaneous/project.xml (original) +++ tomcat/jk/trunk/xdocs/miscellaneous/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="../news/20120301.html"/> <item name="2011" href="../news/20110701.html"/> <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> Added: tomcat/jk/trunk/xdocs/news/20120301.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/20120301.xml?rev=1297540&view=auto ============================================================================== --- tomcat/jk/trunk/xdocs/news/20120301.xml (added) +++ tomcat/jk/trunk/xdocs/news/20120301.xml Tue Mar 6 15:51:38 2012 @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!DOCTYPE document [ + <!ENTITY project SYSTEM "project.xml"> +]> +<document url="20120301.html"> + + &project; + + <properties> + <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author> + <title>2011 News and Status</title> + </properties> + +<body> + +<section name="2012 News & Status"> +<br /> + +</section> +</body> +</document> + Propchange: tomcat/jk/trunk/xdocs/news/20120301.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: tomcat/jk/trunk/xdocs/news/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/news/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/news/project.xml (original) +++ tomcat/jk/trunk/xdocs/news/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="../news/20120301.html"/> <item name="2011" href="../news/20110701.html"/> <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> @@ -76,6 +77,6 @@ <item name="2005" href="../news/20050101.html"/> <item name="2004" href="../news/20041100.html"/> </menu> - + </body> </project> Modified: tomcat/jk/trunk/xdocs/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/project.xml (original) +++ tomcat/jk/trunk/xdocs/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="news/20120301.html"/> <item name="2011" href="news/20110701.html"/> <item name="2010" href="news/20100101.html"/> <item name="2009" href="news/20090301.html"/> Modified: tomcat/jk/trunk/xdocs/reference/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/reference/project.xml (original) +++ tomcat/jk/trunk/xdocs/reference/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="../news/20120301.html"/> <item name="2011" href="../news/20110701.html"/> <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> Modified: tomcat/jk/trunk/xdocs/webserver_howto/project.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/project.xml?rev=1297540&r1=1297539&r2=1297540&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/webserver_howto/project.xml (original) +++ tomcat/jk/trunk/xdocs/webserver_howto/project.xml Tue Mar 6 15:51:38 2012 @@ -67,6 +67,7 @@ </menu> <menu name="News"> + <item name="2012" href="../news/20120301.html"/> <item name="2011" href="../news/20110701.html"/> <item name="2010" href="../news/20100101.html"/> <item name="2009" href="../news/20090301.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org