You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/11/08 10:51:59 UTC

svn commit: r331762 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/themer.xmap

Author: thorsten
Date: Tue Nov  8 01:51:56 2005
New Revision: 331762

URL: http://svn.apache.org/viewcvs?rev=331762&view=rev
Log:
Used the source extension to return the xml on which ls.contracts.* is based on

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/themer.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/themer.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/themer.xmap?rev=331762&r1=331761&r2=331762&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/themer.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/themer.xmap Tue Nov  8 01:51:56 2005
@@ -78,7 +78,7 @@
     <!-- ls.contracts 
       list the default contracts-->
     <map:pipeline>
-      <map:match pattern="ls.contracts">
+      <map:match pattern="ls.contracts.source.xml">
         <map:generate src="{lm:themer.contracts.dir}"
           type="xpathdirectory">
           <map:parameter name="xpath" value="/*" />
@@ -89,7 +89,7 @@
         <map:transform src="{lm:ls.contracts.xsl}" />
         <map:serialize />
       </map:match>
-      <map:match pattern="ls.contracts.project">
+      <map:match pattern="ls.contracts.project.source.xml">
         <map:generate src="{lm:themer.project.dir}"
           type="xpathdirectory">
           <map:parameter name="xpath" value="/*" />