You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2004/04/01 18:07:20 UTC

cvs commit: cocoon-2.1/src/blocks/html/conf html.xsamples tidy.xsamples

vgritsenko    2004/04/01 08:07:20

  Added:       src/blocks/batik/conf batik.xsamples
               src/blocks/html/conf html.xsamples
  Removed:     src/blocks/batik/conf svg.xsamples
               src/blocks/html/conf tidy.xsamples
  Log:
  Rename xsamples file to match block name
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/src/blocks/batik/conf/batik.xsamples
  
  Index: batik.xsamples
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 1999-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <xsamples xpath="/samples" unless="group[@name='Batik']">
  
    <group name="Batik">
      <sample name="Batik Block" href="batik/">
        Examples of rasterized SVG images.
      </sample>
    </group>
  
  </xsamples>
  
  
  
  1.1                  cocoon-2.1/src/blocks/html/conf/html.xsamples
  
  Index: html.xsamples
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 1999-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
        http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <xsamples xpath="/samples" unless="group[@name='HTML']">
  
    <group name="HTML">
      <sample name="HTML Block" href="html/">
        Example usages of HTML Block components.
      </sample>
    </group>
  
  </xsamples>