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 pb...@apache.org on 2004/09/12 08:30:19 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties ForcePageCount.java

pbwest      2004/09/11 23:30:19

  Modified:    src/java/org/apache/fop/fo/properties Tag:
                        FOP_0-20-0_Alt-Design ForcePageCount.java
  Log:
  Added FORCE_AUTO enum
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.6   +3 -1      xml-fop/src/java/org/apache/fop/fo/properties/Attic/ForcePageCount.java
  
  Index: ForcePageCount.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Attic/ForcePageCount.java,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- ForcePageCount.java	25 Feb 2004 23:09:09 -0000	1.1.2.5
  +++ ForcePageCount.java	12 Sep 2004 06:30:19 -0000	1.1.2.6
  @@ -49,6 +49,7 @@
       public static final int END_ON_EVEN = 3;
       public static final int END_ON_ODD = 4;
       public static final int NO_FORCE = 5;
  +    public static final int FORCE_AUTO = 6;
   
       public static final int inherited = NO;
   
  @@ -64,6 +65,7 @@
           ,"end-on-even"
           ,"end-on-odd"
           ,"no-force"
  +        ,"auto"
       };
       private static final HashMap rwEnumHash;
       static {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org