You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/05/17 15:47:30 UTC

cvs commit: cocoon-2.1/src/blocks/poi/samples samples.xml

joerg       2003/05/17 06:47:30

  Modified:    src/blocks/poi/samples samples.xml
  Log:
  simple-alignment-test added
  
  Revision  Changes    Path
  1.2       +2 -1      cocoon-2.1/src/blocks/poi/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/poi/samples/samples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- samples.xml	17 May 2003 11:57:01 -0000	1.1
  +++ samples.xml	17 May 2003 13:47:30 -0000	1.2
  @@ -10,7 +10,8 @@
      </group>
   
      <group name="Static XLS serialization samples">
  -      <sample name="simple-date-test" href="simple-date-test.xls">This test shows you the date functionality of the XLS serializer.</sample>
  +      <sample name="Dates" href="simple-date-test.xls">This test shows you the date functionality of the XLS serializer.</sample>
  +      <sample name="Alignment" href="simple-alignment-test.xls">This test shows you various alignment styles of the XLS serializer.</sample>
         <!--sample name="web_page_sample" href="web_page_sample.xls">Web Page</sample>
         <sample name="hypothetical-sales" href="hypothetical-sales.xls">Hypothetical Sales</sample>
         <sample name="regress" href="regress.xls">Regression</sample>