You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2005/11/19 06:36:32 UTC

svn commit: r345637 - /lenya/trunk/src/webapp/global-sitemap.xmap

Author: chestnut
Date: Fri Nov 18 21:36:22 2005
New Revision: 345637

URL: http://svn.apache.org/viewcvs?rev=345637&view=rev
Log:
allows publish usecase to reindex doc in live index when run from scheduled job

Modified:
    lenya/trunk/src/webapp/global-sitemap.xmap

Modified: lenya/trunk/src/webapp/global-sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/global-sitemap.xmap?rev=345637&r1=345636&r2=345637&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Fri Nov 18 21:36:22 2005
@@ -285,16 +285,14 @@
     
     <!-- Internal usecases -->
     <map:pipeline internal-only="true">
-      <map:match type="usecase" pattern="*">
-        <map:match pattern="core/modules/*/*/**">
-          <map:mount uri-prefix="core/modules/{1}/{2}" src="lenya/modules/{1}/usecases/{2}/usecase.xmap"/>
-        </map:match>
-        <map:match pattern="core/*/**">
-          <map:mount uri-prefix="core/{1}" src="lenya/usecases/{1}/usecase.xmap"/>
-        </map:match>
-        <map:match pattern="*/**">
-          <map:mount uri-prefix="{1}" src="lenya/pubs/{1}/sitemap.xmap" check-reload="true" reload-method="synchron"/>
-        </map:match>
+      <map:match pattern="core/modules/*/*/**">
+        <map:mount uri-prefix="core/modules/{1}/{2}" src="lenya/modules/{1}/usecases/{2}/usecase.xmap"/>
+      </map:match>
+      <map:match pattern="core/*/**">
+        <map:mount uri-prefix="core/{1}" src="lenya/usecases/{1}/usecase.xmap"/>
+      </map:match>
+      <map:match pattern="*/**">
+        <map:mount uri-prefix="{1}" src="lenya/pubs/{1}/sitemap.xmap" check-reload="true" reload-method="synchron"/>
       </map:match>
     </map:pipeline>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org