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/06/17 02:24:51 UTC

cvs commit: xml-fop/src/org/apache/fop/datatypes Angle.java Auto.java Bool.java ColorType.java Country.java Ems.java EnumType.java FontFamilySet.java Frequency.java FromNearestSpecified.java FromParent.java InheritCompound.java Inherit.java IntegerType.java Ints.java Language.java Length.java Literal.java MappedEnumType.java MimeType.java NCName.java None.java Numeric.java Percentage.java Script.java ShadowEffect.java StringType.java TextDecorations.java TextDecorator.java Time.java UriType.java

pbwest      2002/06/16 17:24:51

  Modified:    src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
                        Angle.java Auto.java Bool.java ColorType.java
                        Country.java Ems.java EnumType.java
                        FontFamilySet.java Frequency.java
                        FromNearestSpecified.java FromParent.java
                        InheritCompound.java Inherit.java IntegerType.java
                        Ints.java Language.java Length.java Literal.java
                        MappedEnumType.java MimeType.java NCName.java
                        None.java Numeric.java Percentage.java Script.java
                        ShadowEffect.java StringType.java
                        TextDecorations.java TextDecorator.java Time.java
                        UriType.java
  Log:
  Added tag and revision strings
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Angle.java
  
  Index: Angle.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Angle.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Angle.java	7 May 2002 16:06:35 -0000	1.1.2.1
  +++ Angle.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -18,6 +18,9 @@
    */
   
   public class Angle {
  +
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
       /*
        * Constants for UnitNames
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Auto.java
  
  Index: Auto.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Auto.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Auto.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Auto.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
   
   public class Auto extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Bool.java
  
  Index: Bool.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Bool.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Bool.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Bool.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -22,6 +22,9 @@
   
   public class Bool extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * The boolean value of the property
        */
  
  
  
  1.15.2.4  +4 -1      xml-fop/src/org/apache/fop/datatypes/ColorType.java
  
  Index: ColorType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/ColorType.java,v
  retrieving revision 1.15.2.3
  retrieving revision 1.15.2.4
  diff -u -r1.15.2.3 -r1.15.2.4
  --- ColorType.java	13 Jun 2002 15:16:24 -0000	1.15.2.3
  +++ ColorType.java	17 Jun 2002 00:24:49 -0000	1.15.2.4
  @@ -18,6 +18,9 @@
    */
   public class ColorType extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       public static final int
           RED = 0
        ,GREEN = 1
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Country.java
  
  Index: Country.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Country.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Country.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Country.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -20,6 +20,9 @@
   
   public class Country extends NCName {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       public Country(int property, String countryCode) throws PropertyException
       {
           super(property, countryCode);
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Ems.java
  
  Index: Ems.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Ems.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Ems.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Ems.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
   
   public class Ems {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * Private constructor - don't instantiate a <i>Ems</i> object.
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/EnumType.java
  
  Index: EnumType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/EnumType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- EnumType.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ EnumType.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -24,6 +24,9 @@
   
   public class EnumType extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * An integer enumeration value.
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/FontFamilySet.java
  
  Index: FontFamilySet.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/FontFamilySet.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FontFamilySet.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ FontFamilySet.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -26,6 +26,9 @@
   
   public class FontFamilySet extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * An array of <tt>String</tt>s containing a prioritized list of
        * font family or generic font family names.
  
  
  
  1.1.2.2   +4 -1      xml-fop/src/org/apache/fop/datatypes/Attic/Frequency.java
  
  Index: Frequency.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Frequency.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Frequency.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Frequency.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -19,6 +19,9 @@
   
   public class Frequency {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /*
        * Constants for UnitNames
        */
  
  
  
  1.1.2.3   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/FromNearestSpecified.java
  
  Index: FromNearestSpecified.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/FromNearestSpecified.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- FromNearestSpecified.java	16 Jun 2002 23:21:19 -0000	1.1.2.2
  +++ FromNearestSpecified.java	17 Jun 2002 00:24:49 -0000	1.1.2.3
  @@ -55,6 +55,9 @@
   
   public class FromNearestSpecified extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.  In this case, a shorthand property.
  
  
  
  1.1.2.4   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/FromParent.java
  
  Index: FromParent.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/FromParent.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- FromParent.java	16 Jun 2002 23:52:22 -0000	1.1.2.3
  +++ FromParent.java	17 Jun 2002 00:24:49 -0000	1.1.2.4
  @@ -54,6 +54,9 @@
   
   public class FromParent extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.  In this case, a shorthand property.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/InheritCompound.java
  
  Index: InheritCompound.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/InheritCompound.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- InheritCompound.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ InheritCompound.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -25,6 +25,9 @@
   
   public class InheritCompound extends Inherit {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Inherit.java
  
  Index: Inherit.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Inherit.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Inherit.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Inherit.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -22,6 +22,9 @@
   
   public class Inherit extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * The property from which the inherited value is to be derived.  This
        * may be different from the target property.
  
  
  
  1.1.2.2   +4 -1      xml-fop/src/org/apache/fop/datatypes/Attic/IntegerType.java
  
  Index: IntegerType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/IntegerType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- IntegerType.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ IntegerType.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -19,6 +19,9 @@
   
   public class IntegerType {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * Construct a <tt>Numeric</tt> with a given quantity.
        * The unit power is assumed as 0.  The base unit is NUMERIC.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Ints.java
  
  Index: Ints.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Ints.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Ints.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Ints.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
    */
   
   public class Ints {
  +
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
       /**
        * An <tt>ROIntegerArray</tt> of Integer object constants corresponding
        * to the set of property index values.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Language.java
  
  Index: Language.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Language.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Language.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Language.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -23,6 +23,9 @@
   
   public class Language extends NCName {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       public Language(int property, String languageCode) throws PropertyException
       {
           super(property, languageCode);
  
  
  
  1.12.2.2  +5 -2      xml-fop/src/org/apache/fop/datatypes/Length.java
  
  Index: Length.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Length.java,v
  retrieving revision 1.12.2.1
  retrieving revision 1.12.2.2
  diff -u -r1.12.2.1 -r1.12.2.2
  --- Length.java	7 May 2002 15:58:53 -0000	1.12.2.1
  +++ Length.java	17 Jun 2002 00:24:49 -0000	1.12.2.2
  @@ -19,6 +19,9 @@
   
   public class Length {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /*
        * Constants for LengthUnitNames
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Literal.java
  
  Index: Literal.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Literal.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Literal.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Literal.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
   
   public class Literal extends StringType {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * Construct a <i>Literal</i> with a given <tt>String</tt>.
        * @param property the index of the property with which this value
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/MappedEnumType.java
  
  Index: MappedEnumType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/MappedEnumType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- MappedEnumType.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ MappedEnumType.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -23,6 +23,9 @@
   
   public class MappedEnumType extends EnumType {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * The String value to which the associated ENUM token maps.
        * It expresses some underlying type other than an ENUM.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/MimeType.java
  
  Index: MimeType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/MimeType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- MimeType.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ MimeType.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
   
   public class MimeType extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * A mimetype; one of the possible types of value for
        * <i>content-type</i>.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/NCName.java
  
  Index: NCName.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/NCName.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- NCName.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ NCName.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -22,6 +22,9 @@
   
   public class NCName extends StringType {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/None.java
  
  Index: None.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/None.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- None.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ None.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
   
   public class None extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * @param property the <tt>int</tt> index of the property on which
        * this value is being defined.
  
  
  
  1.1.2.3   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Numeric.java
  
  Index: Numeric.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Numeric.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- Numeric.java	9 Jun 2002 10:39:11 -0000	1.1.2.2
  +++ Numeric.java	17 Jun 2002 00:24:49 -0000	1.1.2.3
  @@ -84,6 +84,9 @@
    */
   public class Numeric extends AbstractPropertyValue implements Cloneable {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * Integer constant encoding a valid Numeric subclass
        * base unit
  
  
  
  1.1.2.2   +4 -1      xml-fop/src/org/apache/fop/datatypes/Attic/Percentage.java
  
  Index: Percentage.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Percentage.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Percentage.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Percentage.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -20,6 +20,9 @@
   
   public class Percentage {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * Private constructor - don't instantiate a <i>Percentage</i> object.
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Script.java
  
  Index: Script.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Script.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Script.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Script.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -23,6 +23,9 @@
   
   public class Script extends NCName {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       public Script(int property, String scriptCode) throws PropertyException
       {
           super(property, scriptCode);
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/ShadowEffect.java
  
  Index: ShadowEffect.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/ShadowEffect.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ShadowEffect.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ ShadowEffect.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -26,6 +26,9 @@
   
   public class ShadowEffect extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * The shadow's "horizontal distance to the right of the text" (mandatory).
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/StringType.java
  
  Index: StringType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/StringType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- StringType.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ StringType.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -22,6 +22,9 @@
   
   public class StringType extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       protected String string;
   
       /**
  
  
  
  1.1.2.3   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/TextDecorations.java
  
  Index: TextDecorations.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/TextDecorations.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- TextDecorations.java	9 Jun 2002 10:33:39 -0000	1.1.2.2
  +++ TextDecorations.java	17 Jun 2002 00:24:49 -0000	1.1.2.3
  @@ -25,6 +25,9 @@
    */
   
   public class TextDecorations
  +
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
       extends AbstractPropertyValue implements Cloneable
   {
   
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/TextDecorator.java
  
  Index: TextDecorator.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/TextDecorator.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- TextDecorator.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ TextDecorator.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -25,6 +25,9 @@
   
   public class TextDecorator extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * OR mask to turn decorations on
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/Time.java
  
  Index: Time.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/Time.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Time.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ Time.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -26,6 +26,9 @@
    */
   
   public class Time {
  +
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
       /*
        * Constants for UnitNames
        */
  
  
  
  1.1.2.2   +5 -2      xml-fop/src/org/apache/fop/datatypes/Attic/UriType.java
  
  Index: UriType.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/UriType.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- UriType.java	7 May 2002 16:06:36 -0000	1.1.2.1
  +++ UriType.java	17 Jun 2002 00:24:49 -0000	1.1.2.2
  @@ -21,6 +21,9 @@
   
   public class UriType extends AbstractPropertyValue {
   
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
  +
       /**
        * A URI Specification
        */
  
  
  

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