From: Nando D. <na...@us...> - 2005-07-24 16:35:42
|
Update of /cvsroot/instantobjects/Source/Brokers/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24320/Brokers/XML Modified Files: InstantXML.pas InstantXMLConnectionDefEdit.dfm InstantXMLConnectionDefEdit.pas InstantXMLReg.pas Log Message: removal of package cfg, dof and res files from CVS (D6 and D7 only) Index: InstantXML.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXML.pas,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** InstantXML.pas 6 Jul 2005 01:27:28 -0000 1.6 --- InstantXML.pas 24 Jul 2005 16:34:52 -0000 1.7 *************** *** 22,27 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix ! * Marco Cantù (XML documents versioning code, other minor fixes) * * ***** END LICENSE BLOCK ***** *) --- 22,26 ---- * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli, Nando Dessena, Marco Cantù * * ***** END LICENSE BLOCK ***** *) *************** *** 29,33 **** unit InstantXML; ! {$I ../../Core/InstantDefines.inc} interface --- 28,32 ---- unit InstantXML; ! {$I ../../InstantDefines.inc} interface Index: InstantXMLConnectionDefEdit.dfm =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLConnectionDefEdit.dfm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantXMLConnectionDefEdit.dfm 20 Jul 2004 16:39:09 -0000 1.1 --- InstantXMLConnectionDefEdit.dfm 24 Jul 2005 16:34:52 -0000 1.2 *************** *** 18,22 **** object BottomBevel: TBevel Left = 0 ! Top = 126 Width = 294 Height = 2 --- 18,22 ---- object BottomBevel: TBevel Left = 0 ! Top = 133 Width = 294 Height = 2 *************** *** 28,32 **** Top = 0 Width = 294 ! Height = 126 Align = alClient BevelOuter = bvNone --- 28,32 ---- Top = 0 Width = 294 ! Height = 133 Align = alClient BevelOuter = bvNone *************** *** 84,88 **** object BottomPanel: TPanel Left = 0 ! Top = 128 Width = 294 Height = 28 --- 84,88 ---- object BottomPanel: TPanel Left = 0 ! Top = 135 Width = 294 Height = 28 Index: InstantXMLConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLConnectionDefEdit.pas,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InstantXMLConnectionDefEdit.pas 5 Jun 2005 20:30:00 -0000 1.4 --- InstantXMLConnectionDefEdit.pas 24 Jul 2005 16:34:52 -0000 1.5 *************** *** 22,37 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix ! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References) * * ***** END LICENSE BLOCK ***** *) unit InstantXMLConnectionDefEdit; ! {$IFNDEF VER130} {$WARN UNIT_PLATFORM OFF} {$ENDIF} - {$I ../../Core/InstantDefines.inc} - interface --- 22,37 ---- * * Contributor(s): ! * Adrea Petrelli, Nando Dessena * * ***** END LICENSE BLOCK ***** *) unit InstantXMLConnectionDefEdit; ! ! {$I '../../InstantDefines.inc'} ! ! {$IFDEF D6+} {$WARN UNIT_PLATFORM OFF} {$ENDIF} interface Index: InstantXMLReg.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/XML/InstantXMLReg.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InstantXMLReg.pas 20 Jul 2004 16:39:09 -0000 1.1 --- InstantXMLReg.pas 24 Jul 2005 16:34:52 -0000 1.2 *************** *** 22,27 **** * * Contributor(s): ! * Carlo Barazzetta, Adrea Petrelli: porting Kylix ! * Marco Cantù (XML documents versioning code, other minor fixes) * * ***** END LICENSE BLOCK ***** *) --- 22,26 ---- * * Contributor(s): ! * Adrea Petrelli, Nando Dessena, Marco Cantù * * ***** END LICENSE BLOCK ***** *) *************** *** 29,32 **** --- 28,33 ---- unit InstantXMLReg; + {$I '../../InstantDefines.inc'} + interface |