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 2002/07/04 02:59:40 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/expr PropertyParser.java PropertyTokenizer.java

pbwest      2002/07/03 17:59:40

  Modified:    src/org/apache/fop/fo/expr Tag: FOP_0-20-0_Alt-Design
                        PropertyParser.java PropertyTokenizer.java
  Log:
  Added ident keywords
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.6   +4 -1      xml-fop/src/org/apache/fop/fo/expr/PropertyParser.java
  
  Index: PropertyParser.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/PropertyParser.java,v
  retrieving revision 1.5.2.5
  retrieving revision 1.5.2.6
  diff -u -r1.5.2.5 -r1.5.2.6
  --- PropertyParser.java	26 Jun 2002 15:55:37 -0000	1.5.2.5
  +++ PropertyParser.java	4 Jul 2002 00:59:40 -0000	1.5.2.6
  @@ -49,6 +49,9 @@
    */
   public class PropertyParser extends PropertyTokenizer {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * This is an attempt to ensure that the restriction on the application of
        * from-parent() and from-nearest-specified-value() functions to shorthand
  
  
  
  1.4.4.3   +4 -1      xml-fop/src/org/apache/fop/fo/expr/PropertyTokenizer.java
  
  Index: PropertyTokenizer.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/expr/PropertyTokenizer.java,v
  retrieving revision 1.4.4.2
  retrieving revision 1.4.4.3
  diff -u -r1.4.4.2 -r1.4.4.3
  --- PropertyTokenizer.java	23 Jun 2002 15:02:18 -0000	1.4.4.2
  +++ PropertyTokenizer.java	4 Jul 2002 00:59:40 -0000	1.4.4.3
  @@ -19,6 +19,9 @@
    */
   class PropertyTokenizer {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /*
        * Maintain the numbering of this list in (X)Emacs by issuing
        * a shell command on the region with replacement (M-1 M-|).  Use
  
  
  

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