Author: reinhard
Date: Sun Feb 12 22:17:47 2006
New Revision: 377309
URL: http://svn.apache.org/viewcvs?rev=377309&view=rev
Log:
enable reloading
Modified:
cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/src/main/resources/META-INF/block.xml
Modified: cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/src/main/resources/META-INF/block.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/src/main/resources/META-INF/block.xml?rev=377309&r1=377308&r2=377309&view=diff
==============================================================================
--- cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/src/main/resources/META-INF/block.xml
(original)
+++ cocoon/trunk/cocoon-block-deployer/cocoon-deployer-plugin-demo/src/main/resources/META-INF/block.xml
Sun Feb 12 22:17:47 2006
@@ -28,7 +28,7 @@
<license href="http://www.apache.org/licenses/">Apache License 2.0</license>
<author href="http://cocoon.apache.org">Apache Cocoon community</author>
<servlet class="org.apache.cocoon.sitemap.SitemapServlet">
- <sitemap file="COB-INF/sitemap.xmap"/>
+ <sitemap file="COB-INF/sitemap.xmap" check-reload="true"/>
</servlet>
<requirements>
<requires interface="http://cocoon.apache.org/blocks/tutorial-1/1.0" name="otherBlock"
|