[JEDI.NET-commits] main/run Jedi.System.CommandLine.pas,1.2,1.3
Status: Pre-Alpha
Brought to you by:
jedi_mbe
From: Marcel B. <jed...@us...> - 2005-03-01 15:10:45
|
Update of /cvsroot/jedidotnet/main/run In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15338/main/run Modified Files: Jedi.System.CommandLine.pas Log Message: Even worse: the wrong CVS keyword used Index: Jedi.System.CommandLine.pas =================================================================== RCS file: /cvsroot/jedidotnet/main/run/Jedi.System.CommandLine.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Jedi.System.CommandLine.pas 1 Mar 2005 15:08:49 -0000 1.2 --- Jedi.System.CommandLine.pas 1 Mar 2005 15:10:17 -0000 1.3 *************** *** 54,58 **** type [JediSourceInfo( ! '$RCSfile$', '$Revision$', '$Date$')] --- 54,58 ---- type [JediSourceInfo( ! '$Source$', '$Revision$', '$Date$')] *************** *** 67,71 **** {$REGION 'Parser'} [JediSourceInfo( ! '$RCSfile$', '$Revision$', '$Date$')] --- 67,71 ---- {$REGION 'Parser'} [JediSourceInfo( ! '$Source$', '$Revision$', '$Date$')] *************** *** 147,151 **** {$REGION 'Attribute'} [JediSourceInfo( ! '$RCSfile$', '$Revision$', '$Date$'), --- 147,151 ---- {$REGION 'Attribute'} [JediSourceInfo( ! '$Source$', '$Revision$', '$Date$'), |