antonio     2003/11/17 22:24:15

  Modified:    src/blocks/authentication-fw/samples flow.xmap sitemap.xmap
  Log:
  Removing unused stuff
  
  Revision  Changes    Path
  1.4       +1 -7      cocoon-2.1/src/blocks/authentication-fw/samples/flow.xmap
  
  Index: flow.xmap
  ===================================================================
  RCS file: 
/home/cvs//cocoon-2.1/src/blocks/authentication-fw/samples/flow.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- flow.xmap 21 Sep 2003 11:51:08 -0000      1.3
  +++ flow.xmap 18 Nov 2003 06:24:14 -0000      1.4
  @@ -8,12 +8,6 @@
   
   <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
   
  -  <map:components>
  -    <map:transformers default="xslt">
  -      <map:transformer name="jxpath" 
src="org.apache.cocoon.transformation.JXTemplateTransformer" 
logger="jxpath.sitemap.transformer"/>
  -    </map:transformers>
  -  </map:components>
  -
     <map:flow language="javascript">
        <map:script src="flow/sample.js"/>
     </map:flow>
  
  
  
  1.8       +1 -5      
cocoon-2.1/src/blocks/authentication-fw/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: 
/home/cvs//cocoon-2.1/src/blocks/authentication-fw/samples/sitemap.xmap,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- sitemap.xmap      20 Sep 2003 21:22:33 -0000      1.7
  +++ sitemap.xmap      18 Nov 2003 06:24:14 -0000      1.8
  @@ -8,10 +8,6 @@
   
   <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
   
  -  <map:flow language="javascript">
  -     <map:script src="flow/sample.js"/>
  -  </map:flow>
  -
   <!-- =========================== Pipelines ================================= 
-->
     <map:pipelines>
       <map:component-configurations>
  
  
  

Reply via email to