Fixing previous commit, using correct case for CaptureFor and removing the component...
[castle.git] / InversionOfControl / Castle.Windsor.Tests / Configuration2 / config_with_choose_stmt.xml
blob93f3f68cda960e616695b2bf3b8115e4da6864f0
1 <configuration>\r
2         <components>\r
3                 <choose>\r
4                         <when defined="DEBUG">\r
5                                 <component id="debug"/>\r
6                         </when>\r
7                         <when defined="Qa">\r
8                                 <component id="qa"/>\r
9                         </when>\r
10                         <when defined="Prod">\r
11                                 <component id="prod"/>\r
12                         </when>\r
13                         <otherwise>\r
14                                 <component id="default"/>\r
15                         </otherwise>\r
16                 </choose>\r
17         </components>           \r
18 </configuration>\r