1README
2======
3
4This directory is the holding area for storing libraries which are common
5to both client and server. Libraries which are client-specific should live
6in client/bin and libraries which are server-specific should live in
7server.
8
9This directory is a sub-directory of client because AutoTest doesn't install 
10anything but the client directory.
11
12Libraries in this directory should only rely on other libraries in this
13directory. In other words, they should not reach out in client/bin or server.
14