summaryrefslogtreecommitdiff
path: root/TAO.mwc
blob: f731a80e42786aa20f287c7b5a5837b56c167816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// $Id$

workspace {
  exclude {
    CIAO
    DAnCE
  }

  // The associate scope does not add directories to the workspace;
  // it only associates a name with one or more directories.
  associate(examples) {
    examples
  }
  associate(tests) {
    performance-tests
    interop-tests
    tests
  }
}