pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 1 | # File is separated on few text and few binary parts. Each text part starts |
| 2 | # with #[TEXT] while each binary starts with #[BINARY] |
| 3 | # Lines that starts with # (excluding the these that are with #[TEXT] or #[BINARY]) |
| 4 | # are comments. Lines are trimmed so line " key=value " is equal to "key=value" |
| 5 | |
| 6 | # TEXT section contains properties that are to be loaded directly at load phase |
| 7 | # The format of lines is : |
| 8 | # <key>=<value> |
| 9 | #[TEXT] |
| 10 | #provisioning.spid=testgateway |
| 11 | #provisioning.reference=http://localhost:80/prvsetup |
| 12 | |
| 13 | # BINARY section contains properties that are to be loaded indirectly |
| 14 | # The format of lines is : |
| 15 | # <key>=<jar entry where value is stored as byte array> |
| 16 | #[BINARY] |