You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
506 B
14 lines
506 B
README
|
|
======
|
|
|
|
This directory is the holding area for storing libraries which are common
|
|
to both client and server. Libraries which are client-specific should live
|
|
in client/bin and libraries which are server-specific should live in
|
|
server.
|
|
|
|
This directory is a sub-directory of client because AutoTest doesn't install
|
|
anything but the client directory.
|
|
|
|
Libraries in this directory should only rely on other libraries in this
|
|
directory. In other words, they should not reach out in client/bin or server.
|