sqldblaz, fcl: moved virtual unit sqldb from sqldblaz to fcl.lpk, sqldblaz should only contain designtime stuff

git-svn-id: trunk@53614 -
This commit is contained in:
mattias 2016-12-09 09:11:55 +00:00
parent ae5452b5ab
commit 702b7261c3
4 changed files with 22 additions and 19 deletions

View File

@ -24,7 +24,7 @@
With the exception of the unit registersqldb, which is GPL-2. This unit contains code for the IDE and is usually not used by programs."/> With the exception of the unit registersqldb, which is GPL-2. This unit contains code for the IDE and is usually not used by programs."/>
<Version Major="1" Release="2"/> <Version Major="1" Release="2"/>
<Files Count="4"> <Files Count="3">
<Item1> <Item1>
<Filename Value="registersqldb.pas"/> <Filename Value="registersqldb.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
@ -32,33 +32,31 @@ With the exception of the unit registersqldb, which is GPL-2. This unit contains
<UnitName Value="registersqldb"/> <UnitName Value="registersqldb"/>
</Item1> </Item1>
<Item2> <Item2>
<Filename Value="sqldb.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="sqldb"/>
</Item2>
<Item3>
<Filename Value="sqlstringspropertyeditordlg.lfm"/> <Filename Value="sqlstringspropertyeditordlg.lfm"/>
<Type Value="LFM"/> <Type Value="LFM"/>
</Item3> </Item2>
<Item4> <Item3>
<Filename Value="sqlstringspropertyeditordlg.pas"/> <Filename Value="sqlstringspropertyeditordlg.pas"/>
<UnitName Value="SQLStringsPropertyEditorDlg"/> <UnitName Value="SQLStringsPropertyEditorDlg"/>
</Item4> </Item3>
</Files> </Files>
<i18n> <i18n>
<EnableI18N Value="True"/> <EnableI18N Value="True"/>
<OutDir Value="languages"/> <OutDir Value="languages"/>
</i18n> </i18n>
<RequiredPkgs Count="3"> <RequiredPkgs Count="4">
<Item1> <Item1>
<PackageName Value="CodeTools"/> <PackageName Value="CodeTools"/>
</Item1> </Item1>
<Item2> <Item2>
<PackageName Value="SynEdit"/> <PackageName Value="IDEIntf"/>
</Item2> </Item2>
<Item3> <Item3>
<PackageName Value="IDEIntf"/> <PackageName Value="SynEdit"/>
</Item3> </Item3>
<Item4>
<PackageName Value="FCL"/>
</Item4>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -8,7 +8,7 @@ unit SQLDBLaz;
interface interface
uses uses
registersqldb, sqldb, SQLStringsPropertyEditorDlg, LazarusPackageIntf; registersqldb, SQLStringsPropertyEditorDlg, LazarusPackageIntf;
implementation implementation

View File

@ -1,7 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<Name Value="FCL"/> <Name Value="FCL"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lazarus"/> <Author Value="Lazarus"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
@ -10,13 +11,12 @@
</SearchPaths> </SearchPaths>
<Other> <Other>
<CustomOptions Value="$(IDEBuildOptions)"/> <CustomOptions Value="$(IDEBuildOptions)"/>
<CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal."/> <Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal."/>
<License Value="modified LGPL-2"/> <License Value="modified LGPL-2"/>
<Version Major="1" Release="1"/> <Version Major="1" Release="1"/>
<Files Count="9"> <Files Count="10">
<Item1> <Item1>
<Filename Value="lazaruspackageintf.pas"/> <Filename Value="lazaruspackageintf.pas"/>
<AddToUsesPkgSection Value="False"/> <AddToUsesPkgSection Value="False"/>
@ -59,13 +59,17 @@
</Item8> </Item8>
<Item9> <Item9>
<Filename Value="servicemanager.pas"/> <Filename Value="servicemanager.pas"/>
<AddToUsesPkgSection Value="False"/>
<Type Value="Virtual Unit"/> <Type Value="Virtual Unit"/>
<AddToUsesPkgSection Value="False"/>
<UnitName Value="ServiceManager"/> <UnitName Value="ServiceManager"/>
</Item9> </Item9>
<Item10>
<Filename Value="sqldb.pp"/>
<Type Value="Virtual Unit"/>
<UnitName Value="sqldb"/>
</Item10>
</Files> </Files>
<LazDoc Paths="docs"/> <LazDoc Paths="docs"/>
<Type Value="RunAndDesignTime"/>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>
</UsageOptions> </UsageOptions>

View File

@ -8,7 +8,8 @@ unit fcllaz;
interface interface
uses uses
RegisterFCL, db, process, simpleipc, eventlog, XMLConf, LazarusPackageIntf; RegisterFCL, db, process, simpleipc, eventlog, XMLConf, sqldb,
LazarusPackageIntf;
implementation implementation