You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Tim Larson <ti...@keow.org> on 2004/02/18 20:13:53 UTC

Re: cvs commit: cocoon-2.1/src/blocks/slide/conf slide-module.xconf

On Wed, Feb 18, 2004 at 07:05:36PM -0000, tim@apache.org wrote:
> tim         2004/02/18 11:05:36
> 
>   Modified:    src/blocks/slide/conf slide-module.xconf
>   Log:
>   Fixing "unless" attribute in slide-module.xconf xpatch.
>   
>   Revision  Changes    Path
>   1.2       +1 -1      cocoon-2.1/src/blocks/slide/conf/slide-module.xconf
>   
>   Index: slide-module.xconf
>   ===================================================================
>   RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/conf/slide-module.xconf,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- slide-module.xconf	12 Jan 2004 17:08:10 -0000	1.1
>   +++ slide-module.xconf	18 Feb 2004 19:05:35 -0000	1.2
>   @@ -1,5 +1,5 @@
>    <?xml version="1.0"?>
>   -<xconf xpath="/cocoon/input-modules" unless="slide">
>   +<xconf xpath="/cocoon/input-modules" unless="component-instance[@name='slide']">
>    
>      <component-instance 
>        name="slide" 

I do not work with Slide, so would somebody who does please
double-check this fix?

--Tim Larson