#Required
foo=bar
abc = hello world
x.y= com/somepage/mysql.jdbc.Driver
num = 3434
bool = FaLSe

# Optional
num2 = 3434
bool2 = Yes

# Bad format
num3 = 234234xxx
bool3 = 

#
multilineprop = some property that contains = in the value \
and goes onto next line



