Merge pull request #4614 from jrw972/dependency-management-policy
[OpenDDS.git] / DDS.mwc
blobc0887f34a47c8b6b76beec281cdfcb0b3a960f24
2 workspace {
4   // These projects use apache ant to control the build, however
5   // they also contain .mpc files which should be ignored:
6   exclude {
7     java/jms
8   }
10   exclude {
11     // For the case where configure downloads ACE_wrappers
12     ACE_wrappers
13     // For the case where the user clones git repository
14     ATCD
15     ACE_TAO
17     // Run tools/modeling/tests/setup.pl to generate
18     // tools/modeling/tests/modeling_tests.mwc.
19     tools/modeling/tests
20   }