User: xtoff
Date: 2009/12/16 02:41 PM
Modified:
/InversionOfControl/trunk/src/Castle.Windsor.Tests/Configuration2/
config_with_forwarded_types.xml
/InversionOfControl/trunk/src/Castle.Windsor/Installer/
DefaultComponentInstaller.cs
Log:
- changed the XML syntax for forwarded types to be more consistent with other
config elements
File Changes:
Directory: /InversionOfControl/trunk/src/Castle.Windsor.Tests/Configuration2/
=============================================================================
File [modified]: config_with_forwarded_types.xml
Delta lines: +0 -0
===================================================================
Directory: /InversionOfControl/trunk/src/Castle.Windsor/Installer/
==================================================================
File [modified]: DefaultComponentInstaller.cs
Delta lines: +3 -2
===================================================================
---
InversionOfControl/trunk/src/Castle.Windsor.Tests/Configuration2/config_with_forwarded_types.xml
2009-12-15 23:27:41 UTC (rev 6438)
+++
InversionOfControl/trunk/src/Castle.Windsor.Tests/Configuration2/config_with_forwarded_types.xml
2009-12-16 21:41:06 UTC (rev 6439)
@@ -5,8 +5,9 @@
id="hasForwards"
type="Castle.MicroKernel.Tests.ClassComponents.TwoInterfacesImpl,
Castle.MicroKernel.Tests"
service="Castle.MicroKernel.Tests.ClassComponents.ICommon,
Castle.MicroKernel.Tests">
- <forward
-
service="Castle.MicroKernel.Tests.ClassComponents.ICommon2,
Castle.MicroKernel.Tests" />
+ <forwardedTypes>
+ <add service="Castle.MicroKernel.Tests.ClassComponents.ICommon2,
Castle.MicroKernel.Tests" />
+ </forwardedTypes>
</component>
</components>
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.