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/05/30 08:25:33 UTC

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

pbwest      2004/05/29 23:25:33

  Modified:    src/java/org/apache/fop/fo/properties Tag:
                        FOP_0-20-0_Alt-Design Property.java
  Log:
  Added LANGUAGE_IT initial data type
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.14  +5 -4      xml-fop/src/java/org/apache/fop/fo/properties/Property.java
  
  Index: Property.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Property.java,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -r1.1.2.13 -r1.1.2.14
  --- Property.java	27 Apr 2004 15:20:21 -0000	1.1.2.13
  +++ Property.java	30 May 2004 06:25:33 -0000	1.1.2.14
  @@ -161,7 +161,7 @@
                          ,NONE_IT = 16384
                         ,AURAL_IT = 32768
               ,TEXT_DECORATION_IT = 65536
  -  // Unused         ,FONTSET_IT = 131072
  +                   ,LANGUAGE_IT = 131072
                                   ;
   
       /**
  @@ -180,6 +180,7 @@
                                     | NCNAME_IT
                                     | COLOR_IT
                                     | COUNTRY_IT
  +                                  | LANGUAGE_IT
                                     | URI_SPECIFICATION_IT
                                     | BOOL_IT
                                     | ENUM_IT
  
  
  

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