From: Nando D. <na...@us...> - 2005-07-24 16:35:05
|
Update of /cvsroot/instantobjects/Source/Design/D7 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Design/D7 Modified Files: DclIOCore.dpk Removed Files: DclIOCore.cfg DclIOCore.dof DclIOCore.res Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: DclIOCore.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Design/D7/DclIOCore.dpk,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DclIOCore.dpk 18 Jun 2005 09:52:27 -0000 1.7 --- DclIOCore.dpk 24 Jul 2005 16:34:57 -0000 1.8 *************** *** 1,11 **** package DclIOCore; ! {$R *.res} ! {$R '..\..\Core\InstantPresentation.dcr'} ! {$R '..\..\Core\InstantExplorer.dcr'} ! {$R '..\..\Core\InstantPersistence.dcr'} ! {$R '..\..\Core\InstantConnectionManager.dcr'} ! {$R '..\..\Core\InstantPump.dcr'} ! {$R '..\..\Core\InstantDBEvolution.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,12 ---- package DclIOCore; ! {$I '../../InstantVersion.inc'} ! ! {$R '../../Core/InstantPresentation.dcr'} ! {$R '../../Core/InstantExplorer.dcr'} ! {$R '../../Core/InstantPersistence.dcr'} ! {$R '../../Core/InstantConnectionManager.dcr'} ! {$R '../../Core/InstantPump.dcr'} ! {$R '../../Core/InstantDBEvolution.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- DclIOCore.res DELETED --- --- DclIOCore.dof DELETED --- --- DclIOCore.cfg DELETED --- |