# 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 character 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.exclude=images
directory.copy=doc

description=Autohit 2003 is an XML scripting harness that is easily extended with Java modules.  It is the successor to Autohit 2003 and hs been used int real-world test systems (as well as some other novel uses).  &
There have been a couple maintenance releases, but for the most part it is complete.  It will work on both Windows and UNIX/Linux systems.  I did most of my development on Windows using Eclipse and most of my testing &
on various Linux.

#catalog=catalog.html

directory.1.name=doc
directory.1.type=Documents
directory.1.desc=Complete documentation
directory.1.catalog=index.html
directory.2.name=src
directory.2.type=Java
directory.2.desc=Source code
directory.3.name=lib
directory.3.type=Library
directory.3.desc=3rd party libraries
directory.4.name=content
directory.4.type=Various
directory.4.desc=Resources for build and runtime.
directory.5.name=ah2004-design
directory.5.type=Documents
directory.5.desc=Notes on a future version that never happened.

file.1.name=README.TXT
file.1.desc=Simple readme
# file.1.type=RTF
file.2.name=LICENSE.TXT
file.2.desc=GNU version2 license
file.3.name=VERSION.txt
file.3.desc=Version file.
file.4.name=build.xml
file.4.desc=Apache ANT makefile
file.4.type=ANT xml

file.5.name=build.bat
file.5.desc=Convenience script for running a complete build
file.5.name=freshentest.bat
file.6.desc=Convenience script for refreshing the compile of the test environment
file.6.name=makepackage.bat
file.6.desc=Convenience script for packaging a binary release
file.7.name=maketest.bat
file.7.desc=Convenience script for creating the test environment
file.7.name=scrub-environment.bat
file.8.desc=Convenience script for cleaning the development environment
file.8.name=set-build-env.bat
file.8.desc=Convenience script for setting the Windows environment

file.9.name=.classpath
file.9.desc=Classpath specification used by the Eclipse IDE
file.10.name=.project
file.10.desc=Project specification used by the Eclipse IDE

