[JEDI.NET-commits] main/run Jedi.System.SourceVersioning.pas,1.1,1.2
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-01-21 20:09:23
|
Update of /cvsroot/jedidotnet/main/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9959/main/run Modified Files: Jedi.System.SourceVersioning.pas Log Message: Keyword check Index: Jedi.System.SourceVersioning.pas =================================================================== RCS file: /cvsroot/jedidotnet/main/run/Jedi.System.SourceVersioning.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Jedi.System.SourceVersioning.pas 21 Jan 2005 20:07:20 -0000 1.1 --- Jedi.System.SourceVersioning.pas 21 Jan 2005 20:09:02 -0000 1.2 *************** *** 46,50 **** {$REGION 'SourceVersion revision type'} ! [SourceVersion('$header$')] SourceVersionRevision = record (IComparable) {$REGION 'Constructors'} --- 46,50 ---- {$REGION 'SourceVersion revision type'} ! [SourceVersion('$Header$')] SourceVersionRevision = record (IComparable) {$REGION 'Constructors'} |