equal
deleted
inserted
replaced
|
1 # Log File Settings |
|
2 sdb.log.file.enabled = true |
|
3 sdb.log.file.format = %-5p [%-20.20C{1}] %-8r %4L - %m%n |
|
4 sdb.log.file.path = sdb-creator/logs/sdb.log |
|
5 sdb.log.file.level = INFO |
|
6 |
|
7 # Console Log Settings |
|
8 sdb.log.console.format = %m%n |
|
9 sdb.log.console.level = INFO |
|
10 |
|
11 #Default Database Settings |
|
12 #Default name of the created database |
|
13 #Relative paths are assumed relative to SDB working directory |
|
14 sdb.dbname = sdb.db |
|
15 |
|
16 #JDBC dll locations |
|
17 #Relative paths are assumed relative to SDB installation directory |
|
18 org.sqlite.lib.path = sdb-creator/lib |
|
19 com.symbian.dbms.lib.path = sdb-creator/lib |
|
20 |
|
21 #Contacts configuration files |
|
22 #Relative paths are assumed relative to SDB installation directory |
|
23 sdb.contacts.configuration = sdb-creator/config/contacts.xml |
|
24 sdb.contacts.configuration.locale = sdb-creator/config/contacts_locale_en_gb.xml |
|
25 |
|
26 #Location of CED binaries |
|
27 #Relative paths are assumed relative to SDB installation directory |
|
28 sdb.ced.location = comms database creator |