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/30 10:49:12 UTC

cvs commit: xml-fop/src/org/apache/fop/datatypes ColorSpace.java

pbwest      2002/07/30 01:49:12

  Modified:    src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design
                        ColorSpace.java
  Log:
  Added cvs keywords
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.4.2   +4 -1      xml-fop/src/org/apache/fop/datatypes/Attic/ColorSpace.java
  
  Index: ColorSpace.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/datatypes/Attic/ColorSpace.java,v
  retrieving revision 1.3.4.1
  retrieving revision 1.3.4.2
  diff -u -r1.3.4.1 -r1.3.4.2
  --- ColorSpace.java	7 May 2002 15:43:41 -0000	1.3.4.1
  +++ ColorSpace.java	30 Jul 2002 08:49:12 -0000	1.3.4.2
  @@ -8,6 +8,9 @@
   package org.apache.fop.datatypes;
   
   public class ColorSpace {
  +
  +    private static final String tag = "$Name$";
  +    private static final String revision = "$Revision$";
   	private boolean hasICCProfile;
   	private byte[] iccProfile;
   	private int numComponents;
  
  
  

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