Update of /cvsroot/instantobjects/Source/Brokers/UIB/D6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/UIB/D6 Modified Files: DclIOUIB.dpk IOUIB.dpk Removed Files: DclIOUIB.cfg DclIOUIB.dof DclIOUIB.res IOUIB.cfg IOUIB.dof IOUIB.res Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: IOUIB.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/D6/IOUIB.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOUIB.dpk 18 Jun 2005 09:37:47 -0000 1.2 --- IOUIB.dpk 24 Jul 2005 16:34:50 -0000 1.3 *************** *** 1,5 **** package IOUIB; ! {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} --- 1,6 ---- package IOUIB; ! {$I '../../InstantVersion.inc'} ! {$ALIGN 8} {$ASSERTIONS ON} --- IOUIB.res DELETED --- Index: DclIOUIB.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/UIB/D6/DclIOUIB.dpk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DclIOUIB.dpk 18 Feb 2005 15:33:36 -0000 1.1 --- DclIOUIB.dpk 24 Jul 2005 16:34:50 -0000 1.2 *************** *** 1,6 **** package DclIOUIB; ! {$R *.res} ! {$R '..\InstantUIB.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,7 ---- package DclIOUIB; ! {$I '../../InstantVersion.inc'} ! ! {$R '../InstantUIB.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- IOUIB.dof DELETED --- --- IOUIB.cfg DELETED --- --- DclIOUIB.cfg DELETED --- --- DclIOUIB.dof DELETED --- --- DclIOUIB.res DELETED --- |