Files in this folder are default configuration files for Load Tester. These files are
available to the classloader, making them automatically available in development
environments, unit testing frameworks, and command line programs without special
configuration.

During the build, these files are packaged into the com.webperformanceinc.wpiutils.jar. This
means they are automatically synchronized to Server Agents and Load Engines when upgrading
a previous version. Files in this directory __may or may not__ be accessible via
SystemProperties.getConfigFile(name). Instead, users should retrieve these files using a URL
from the classloader, like getClassLoader().findResource("config/"+name). Additionally
the PreferenceFile class can be used to access config files in this way.
