vgritsenko    2004/04/22 05:26:00

  Modified:    src/blocks/fop/samples/cache-test xsp-sample-to-fo.xsl
               src/blocks/itext/samples/cache-test xsp-sample-to-itext.xsl
               src/blocks/itext/samples/misc minimal.itext.xml samples.xml
  Log:
  fix CVS Id
  
  Revision  Changes    Path
  1.5       +3 -5      
cocoon-2.1/src/blocks/fop/samples/cache-test/xsp-sample-to-fo.xsl
  
  Index: xsp-sample-to-fo.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/fop/samples/cache-test/xsp-sample-to-fo.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xsp-sample-to-fo.xsl      17 Apr 2004 07:57:38 -0000      1.4
  +++ xsp-sample-to-fo.xsl      22 Apr 2004 12:26:00 -0000      1.5
  @@ -20,15 +20,13 @@
       in order to test caching of the whole pipeline, up to PDF
   
       @author [EMAIL PROTECTED]
  -
  -    CVS $Id:
  +    CVS $Id$
   -->
   
   <xsl:stylesheet
       version="1.0"
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  -    xmlns:fo="http://www.w3.org/1999/XSL/Format";
  -    >
  +    xmlns:fo="http://www.w3.org/1999/XSL/Format";>
   
       <xsl:param name="pages" select="'10'"/>
   
  @@ -169,4 +167,4 @@
           </fo:inline>
       </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>
  
  
  
  1.4       +2 -4      
cocoon-2.1/src/blocks/itext/samples/cache-test/xsp-sample-to-itext.xsl
  
  Index: xsp-sample-to-itext.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/itext/samples/cache-test/xsp-sample-to-itext.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xsp-sample-to-itext.xsl   17 Apr 2004 07:18:47 -0000      1.3
  +++ xsp-sample-to-itext.xsl   22 Apr 2004 12:26:00 -0000      1.4
  @@ -20,14 +20,12 @@
       in order to test caching of the whole pipeline, up to PDF
   
       @author [EMAIL PROTECTED]
  -
  -    CVS $Id:
  +    CVS $Id$
   -->
   
   <xsl:stylesheet
       version="1.0"
  -    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  -    >
  +    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
   
       <xsl:param name="pages" select="'10'"/>
   
  
  
  
  1.4       +4 -2      
cocoon-2.1/src/blocks/itext/samples/misc/minimal.itext.xml
  
  Index: minimal.itext.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/itext/samples/misc/minimal.itext.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- minimal.itext.xml 17 Apr 2004 07:18:47 -0000      1.3
  +++ minimal.itext.xml 22 Apr 2004 12:26:00 -0000      1.4
  @@ -14,7 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -<!-- CVS $Id: -->
  +
  +<!-- CVS $Id$ -->
   <!DOCTYPE ITEXT SYSTEM "http://www.lowagie.com/iText/itext.dtd";>
   <itext creationdate="Fri May 23 9:30:00 CEST 2003" producer="[EMAIL 
PROTECTED]">
        <paragraph font="unknown" size="18.0" align="Center">
  @@ -24,4 +25,5 @@
                   If you see this in a PDF document, it means that Cocoon and 
iText
                   were able to generate it from the minimal.itext.xml example 
document.
        </paragraph>
  -</itext>
  \ No newline at end of file
  +</itext>
  +
  
  
  
  1.7       +2 -1      cocoon-2.1/src/blocks/itext/samples/misc/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/itext/samples/misc/samples.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- samples.xml       17 Apr 2004 07:18:47 -0000      1.6
  +++ samples.xml       22 Apr 2004 12:26:00 -0000      1.7
  @@ -14,7 +14,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -<!-- CVS $Id: -->
  +
  +<!-- CVS $Id$ -->
   <samples xmlns:xlink="http://www.w3.org/1999/xlink"; name="iText Block 
Samples">
   
       <group name="Back">
  
  
  

Reply via email to