You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/03/31 18:25:49 UTC

svn commit: r159614 - forrest/trunk/main/webapp/sitemap.xmap

Author: rgardler
Date: Thu Mar 31 08:25:49 2005
New Revision: 159614

URL: http://svn.apache.org/viewcvs?view=rev&rev=159614
Log:
revert deprectation of changes.rss (I realised it wasn't necessary to require *.xml on the filename

Modified:
    forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?view=diff&r1=159613&r2=159614
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Thu Mar 31 08:25:49 2005
@@ -587,11 +587,6 @@
         </map:select>
         <map:serialize type="svgxml"/>
       </map:match>
-      
-      <!-- DEPRECATED: use changes.rss.xml instead -->
-      <map:match pattern="**changes.rss">
-        <map:redirect-to uri="changes.rss.xml" />
-      </map:match>
 
       <map:match pattern="profiler">
         <map:mount uri-prefix="" src="profiler.xmap" check-reload="yes" />