Fixing previous commit, using correct case for CaptureFor and removing the component...
[castle.git] / InversionOfControl / Castle.Windsor.Tests / Configuration2 / Properties / config_with_silent_properties.xml
blob10e5934bbfee3a7332a0925d4b90812e8dea6d6a
1 <?xml version="1.0" encoding="utf-8" ?> \r
2 <configuration>\r
3         <properties>\r
4                 <prop1>prop1 value</prop1>\r
5         </properties>\r
6 \r
7         <facilities>\r
8                 <facility id="facility1">\r
9                         <param1 attr="#!{ missingProperty }">#{ prop1 }</param1>\r
10                 </facility>\r
11         </facilities>\r
13         <components>\r
14                 <component id="component1">\r
15                         <param1 attr="#{ prop1 }">#!{ missingProperty }</param1>\r
16                 </component>\r
17         </components>\r
18 </configuration>\r