You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by fo...@locus.apache.org on 2000/05/23 19:50:01 UTC

cvs commit: xml-fop/src/codegen properties.xml

fotis       00/05/23 10:49:58

  Modified:    src/codegen Tag: release-0-13-0 properties.xml
  Log:
  fix: initial-page-number started with page number 1 at each page sequence
  added: initial-page-number now completely implemented
  (author: Jordan Naftolin)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.1   +2 -2      xml-fop/src/codegen/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/properties.xml,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- properties.xml	2000/04/17 23:15:12	1.8
  +++ properties.xml	2000/05/23 17:49:55	1.8.2.1
  @@ -796,8 +796,8 @@
       <name>initial-page-number</name>
       <class-name>InitialPageNumber</class-name>
       <inherited>false</inherited>
  -    <datatype>Integer</datatype>
  -    <default>0</default>
  +    <datatype>String</datatype>
  +    <default>auto</default>
     </property>
   </property-list>