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 ke...@locus.apache.org on 2000/08/03 07:24:01 UTC

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

keiron      00/08/02 22:24:01

  Modified:    src/org/apache/fop/fo PropertyListBuilder.java
  Log:
  added content-width , -height props
  
  Revision  Changes    Path
  1.20      +3 -1      xml-fop/src/org/apache/fop/fo/PropertyListBuilder.java
  
  Index: PropertyListBuilder.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/PropertyListBuilder.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- PropertyListBuilder.java	2000/07/24 15:39:32	1.19
  +++ PropertyListBuilder.java	2000/08/03 05:24:00	1.20
  @@ -1,4 +1,4 @@
  -/*-- $Id: PropertyListBuilder.java,v 1.19 2000/07/24 15:39:32 fotis Exp $ -- 
  +/*-- $Id: PropertyListBuilder.java,v 1.20 2000/08/03 05:24:00 keiron Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -172,6 +172,8 @@
   	propertyTable.put("page-position",PagePosition.maker());
   	propertyTable.put("odd-or-even",OddOrEven.maker());
   	propertyTable.put("blank-or-not-blank",BlankOrNotBlank.maker());
  +	propertyTable.put("content-width",ContentWidth.maker());
  +	propertyTable.put("content-height",ContentHeight.maker());
   
   		// should split up name space properties into separate files
   		spaceTable = new Hashtable();