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 jo...@locus.apache.org on 2000/06/21 03:22:11 UTC

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

jordan      00/06/20 18:22:10

  Modified:    src/org/apache/fop/fo PropertyListBuilder.java
  Log:
  Added internal-destination entry
  
  Revision  Changes    Path
  1.13      +2 -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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- PropertyListBuilder.java	2000/06/18 21:05:07	1.12
  +++ PropertyListBuilder.java	2000/06/21 01:22:09	1.13
  @@ -1,4 +1,4 @@
  -/*-- $Id: PropertyListBuilder.java,v 1.12 2000/06/18 21:05:07 fotis Exp $ -- 
  +/*-- $Id: PropertyListBuilder.java,v 1.13 2000/06/21 01:22:09 jordan Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -110,6 +110,7 @@
   	propertyTable.put("padding-left",PaddingLeft.maker());
   	propertyTable.put("padding-right",PaddingRight.maker());
   	propertyTable.put("external-destination",ExternalDestination.maker());
  +        propertyTable.put("internal-destination",InternalDestination.maker());
   	propertyTable.put("height",SVGLength.maker());
   	propertyTable.put("width",SVGLength.maker());
   	propertyTable.put("x",SVGLength.maker());