From: Steven M. <sr...@us...> - 2005-09-03 08:03:26
|
Update of /cvsroot/instantobjects/Source/Brokers/XML/D6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9092/Brokers/XML/D6 Modified Files: DclIOXML.dpk IOXML.dpk Log Message: Changed relative paths to use '\' in Windows dpk files. Index: DclIOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D6/DclIOXML.dpk,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DclIOXML.dpk 30 Jul 2005 06:26:46 -0000 1.3 --- DclIOXML.dpk 3 Sep 2005 08:03:12 -0000 1.4 *************** *** 1,7 **** package DclIOXML; ! {$I ../../../InstantVersion.inc} ! {$R '../InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} --- 1,7 ---- package DclIOXML; ! {$I ..\..\..\InstantVersion.inc} ! {$R '..\InstantXML.dcr'} {$ALIGN 8} {$ASSERTIONS ON} Index: IOXML.dpk =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/D6/IOXML.dpk,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IOXML.dpk 24 Jul 2005 16:34:51 -0000 1.2 --- IOXML.dpk 3 Sep 2005 08:03:12 -0000 1.3 *************** *** 1,5 **** package IOXML; ! {$I '../../../InstantVersion.inc'} {$ALIGN 8} --- 1,5 ---- package IOXML; ! {$I '..\..\..\InstantVersion.inc'} {$ALIGN 8} |