Author: vgritsenko Date: Thu Mar 1 06:03:06 2007 New Revision: 513332 URL: http://svn.apache.org/viewvc?view=rev&rev=513332 Log: fix generation of dev/todo.html
Modified: xml/xindice/trunk/src/documentation/sitemap.xmap Modified: xml/xindice/trunk/src/documentation/sitemap.xmap URL: http://svn.apache.org/viewvc/xml/xindice/trunk/src/documentation/sitemap.xmap?view=diff&rev=513332&r1=513331&r2=513332 ============================================================================== --- xml/xindice/trunk/src/documentation/sitemap.xmap (original) +++ xml/xindice/trunk/src/documentation/sitemap.xmap Thu Mar 1 06:03:06 2007 @@ -28,6 +28,12 @@ <map:serialize type="xml"/> </map:match> + <!-- override projectInfo plugin --> + <map:match pattern="dev/todo.xml"> + <map:generate src="content/xdocs/dev/todo.xml"/> + <map:serialize type="xml"/> + </map:match> + </map:pipeline> </map:pipelines> </map:sitemap>