You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/05/25 11:26:12 UTC

svn commit: r178415 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap

Author: michi
Date: Wed May 25 02:26:11 2005
New Revision: 178415

URL: http://svn.apache.org/viewcvs?rev=178415&view=rev
Log:
Xopus pipeline view added in order to allow better debugging and illustrating how Xopus needs to be attached

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap?rev=178415&r1=178414&r2=178415&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/usecase.xmap Wed May 25 02:26:11 2005
@@ -54,6 +54,9 @@
     <map:view from-label="xsp" name="xsp">
       <map:serialize type="xml"/>
     </map:view>
+    <map:view from-label="xopus-pipeline" name="xopus-pipeline">
+      <map:serialize type="xml"/>
+    </map:view>
   </map:views>
   
   <!-- =========================== Resources ================================ -->
@@ -337,7 +340,7 @@
                 </map:act>
                 
                 <map:generate src="content/util/empty.xml"/>
-                <map:transform src="xslt/authoring/edit/xopus-xhtml.xsl">
+                <map:transform src="xslt/authoring/edit/xopus-xhtml.xsl" label="xopus-pipeline">
                   <map:parameter name="contextPrefix" value="{request:contextPath}"/>
                   <map:parameter name="publicationId" value="{page-envelope:publication-id}"/>
                   <map:parameter name="completeArea" value="authoring"/>



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