ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/iblocaldb.lpk
Revision: 45
Committed: Tue Dec 6 10:33:46 2016 UTC (7 years, 4 months ago) by tony
Original Path: ibx/trunk/iblocaldb.lpk
File size: 2763 byte(s)
Log Message:
Committing updates for Release R2-0-0

File Contents

# User Rev Content
1 tony 37 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <Package Version="4">
4     <Name Value="iblocaldb"/>
5     <Type Value="RunAndDesignTime"/>
6 tony 45 <Author Value="MWA Software"/>
7 tony 37 <CompilerOptions>
8     <Version Value="11"/>
9     <SearchPaths>
10     <OtherUnitFiles Value="iblocaldb"/>
11     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
12     </SearchPaths>
13     </CompilerOptions>
14 tony 45 <Description Value="This package provides additional support for Personal Databases."/>
15     <License Value=" * IBX For Lazarus (Firebird Express)
16     *
17     * The contents of this file are subject to the Initial Developer's
18     * Public License Version 1.0 (the &quot;License&quot;); you may not use this
19     * file except in compliance with the License. You may obtain a copy
20     * of the License here:
21     *
22     * http://www.firebirdsql.org/index.php?op=doc&amp;id=idpl
23     *
24     * Software distributed under the License is distributed on an &quot;AS
25     * IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or
26     * implied. See the License for the specific language governing rights
27     * and limitations under the License.
28     *
29     * The Initial Developer of the Original Code is Tony Whyman.
30     *
31     * The Original Code is (C) 2014 Tony Whyman, MWA Software
32     * (http://www.mwasoftware.co.uk).
33     *
34     * All Rights Reserved.
35     *
36     * Contributor(s): ______________________________________.
37     *
38     "/>
39     <Version Major="1"/>
40 tony 37 <Files Count="7">
41     <Item1>
42     <Filename Value="iblocaldb/IBXCustomIBLocalDBSupport.pas"/>
43     <UnitName Value="IBXCustomIBLocalDBSupport"/>
44     </Item1>
45     <Item2>
46     <Filename Value="iblocaldb/IBXCreateDatabaseDlg.pas"/>
47     <UnitName Value="IBXCreateDatabaseDlg"/>
48     </Item2>
49     <Item3>
50     <Filename Value="iblocaldb/IBXSaveDatabaseDlg.pas"/>
51     <UnitName Value="IBXSaveDatabaseDlg"/>
52     </Item3>
53     <Item4>
54     <Filename Value="iblocaldb/IBXUpgradeDatabaseDlg.pas"/>
55     <UnitName Value="IBXUpgradeDatabaseDlg"/>
56     </Item4>
57     <Item5>
58     <Filename Value="iblocaldb/IBXViewLogDig.pas"/>
59     <UnitName Value="IBXViewLogDig"/>
60     </Item5>
61     <Item6>
62     <Filename Value="iblocaldb/IBLocalDBSupport.pas"/>
63     <UnitName Value="IBLocalDBSupport"/>
64     </Item6>
65     <Item7>
66     <Filename Value="iblocaldb/IBXUpgradeConfFile.pas"/>
67     <UnitName Value="IBXUpgradeConfFile"/>
68     </Item7>
69     </Files>
70     <RequiredPkgs Count="2">
71     <Item1>
72     <PackageName Value="ibexpress"/>
73     </Item1>
74     <Item2>
75     <PackageName Value="FCL"/>
76     </Item2>
77     </RequiredPkgs>
78     <UsageOptions>
79     <UnitPath Value="$(PkgOutDir)"/>
80     </UsageOptions>
81     <PublishOptions>
82     <Version Value="2"/>
83     </PublishOptions>
84     </Package>
85     </CONFIG>