|
From: Andreas H. <ah...@us...> - 2004-12-23 00:24:07
|
Update of /cvsroot/jvcl/dev/JVCL3/devtools/Common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24333/devtools/Common Modified Files: PackageInformation.pas Log Message: New jvcl.inc structure Index: PackageInformation.pas =================================================================== RCS file: /cvsroot/jvcl/dev/JVCL3/devtools/Common/PackageInformation.pas,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PackageInformation.pas 25 Nov 2004 22:18:28 -0000 1.9 --- PackageInformation.pas 23 Dec 2004 00:23:58 -0000 1.10 *************** *** 25,32 **** // $Id$ - {$I jvcl.inc} - unit PackageInformation; interface --- 25,32 ---- // $Id$ unit PackageInformation; + {$I jvcl.inc} + interface |