Index: javax/swing/undo/StateEdit.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/undo/StateEdit.java,v retrieving revision 1.8 diff -u -u -r1.8 StateEdit.java --- javax/swing/undo/StateEdit.java 2 Jul 2005 20:32:52 -0000 1.8 +++ javax/swing/undo/StateEdit.java 4 Oct 2005 17:59:41 -0000 @@ -104,9 +104,11 @@ * System (RCS). This certainly should not be part of the API * specification. But in order to be API-compatible with * Sun’s reference implementation, GNU Classpath also has to - * provide this field. However, we do not try to match its value. + * provide this field and match its value. The value used here is + * from the JDK 1.5 release. */ - protected static final String RCSID = ""; + protected static final String RCSID = "$" + + "Id: StateEdit.java,v 1.6 1997/10/01 20:05:51 sandipc Exp $"; /** Index: javax/swing/undo/StateEditable.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/undo/StateEditable.java,v retrieving revision 1.7 diff -u -u -r1.7 StateEditable.java --- javax/swing/undo/StateEditable.java 2 Jul 2005 20:32:52 -0000 1.7 +++ javax/swing/undo/StateEditable.java 4 Oct 2005 17:59:41 -0000 @@ -78,9 +78,11 @@ * System (RCS). This certainly should not be part of the API * specification. But in order to be API-compatible with * Sun’s reference implementation, GNU Classpath also has to - * provide this field. However, we do not try to match its value. + * provide this field and match its value. The value used here is + * from the JDK 1.5 release. */ - String RCSID = ""; + String RCSID = "$" + + "Id: StateEditable.java,v 1.2 1997/09/08 19:39:08 marklin Exp $"; /**