You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/22 17:32:44 UTC

svn commit: r416399 - /lenya/trunk/src/webapp/lenya/usecase.xmap

Author: andreas
Date: Thu Jun 22 08:32:44 2006
New Revision: 416399

URL: http://svn.apache.org/viewvc?rev=416399&view=rev
Log:
Commented out legacy code in usecase.xmap (requires legacy modules)

Modified:
    lenya/trunk/src/webapp/lenya/usecase.xmap

Modified: lenya/trunk/src/webapp/lenya/usecase.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/usecase.xmap?rev=416399&r1=416398&r2=416399&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/usecase.xmap (original)
+++ lenya/trunk/src/webapp/lenya/usecase.xmap Thu Jun 22 08:32:44 2006
@@ -258,7 +258,9 @@
           
         </map:match>
 
+        <!-- To use this code, you need to add the legacy modules to your local.build.properties. -->
         <!-- initialize the workflow -->
+        <!--
         <map:match type="usecase" pattern="initworkflow">
           <map:act type="task">
             <map:parameter name="task-id" value="ant"/>
@@ -279,6 +281,7 @@
             <map:redirect-to session="true" uri="{request:requestURI}"/>
           </map:act>
         </map:match>
+        -->
         
       </map:match>
       



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