# Property file.  The Rules:
# - Each property is a name/value pair, separated by a equal sign.  The name should be DNS characters only (letters, numbers, dot).
# - Comment lines start with a # and are ignored.
# - Blank lines (all whitespace) are ignored.
# - Lines can be continued with an amperstand character '&' as the last character.
# - Every line will be trimmed of whitespace at both ends, but intra-token whitespace will be preserved.
# - A single property can have multiple values.  Each value is separated with a comma (',').
# - The escape characer is ?.  A double '??' will yield a single '?'.
# - The , may be escaped with ?, as can the equal sign.
# - It is assumed to be the default character set.
#  
# Local properties

#file.exclude=README.TXT
#file.copy=index.html
directory.copy=api
catalog=catalog.html

file.1.name=index.html
file.1.desc=AutoHit 1998 documentation main page
#file.1.type=
file.2.name=SimLang.html
file.2.desc=SimLang (Simulation Languag) information
#file.2.type=
file.3.name=Tools.html
file.3.desc=Command line tools documentation
#file.3.type=

directory.1.name=api
directory.1.type=Javadoc
directory.1.desc=API documentation
directory.1.catalog=index.html

