Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.InversionOfControl
Commit: 7304e706e6caabcb945258ea4fe3340e5328c980
http://github.com/castleproject/Castle.InversionOfControl/commit/7304e706e6caabcb945258ea4fe3340e5328c980
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-06-16 (Wed, 16 Jun 2010)
Changed paths:
M
src/Castle.Windsor/MicroKernel/ComponentActivator/DefaultComponentActivator.cs
R src/Castle.Windsor/MicroKernel/Registration/Lifestyle/Custom.cs
M src/Castle.Windsor/MicroKernel/Registration/Lifestyle/LifestyleGroup.cs
R src/Castle.Windsor/MicroKernel/Registration/Lifestyle/PerThread.cs
R src/Castle.Windsor/MicroKernel/Registration/Lifestyle/PerWebRequest.cs
R src/Castle.Windsor/MicroKernel/Registration/Lifestyle/Pooled.cs
R src/Castle.Windsor/MicroKernel/Registration/Lifestyle/Singleton.cs
R src/Castle.Windsor/MicroKernel/Registration/Lifestyle/Transient.cs
M src/Castle.Windsor/MicroKernel/Registration/LifestyleDescriptor.cs
Log Message:
-----------
- restructured how lifestyles are assigned via fluent API
Commit: d71ae09c36d07274ddd9ac9f50a1bff4d2219707
http://github.com/castleproject/Castle.InversionOfControl/commit/d71ae09c36d07274ddd9ac9f50a1bff4d2219707
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-06-16 (Wed, 16 Jun 2010)
Changed paths:
M src/Castle.Windsor.Tests/Installer/FromAssemblyInstallersTestCase.cs
M src/Castle.Windsor/Castle.Windsor.csproj
A src/Castle.Windsor/Core/Internal/IAssemblyProvider.cs
M src/Castle.Windsor/Core/Internal/ReflectionUtil.cs
M src/Castle.Windsor/Windsor/Configuration/Interpreters/XmlInterpreter.cs
A src/Castle.Windsor/Windsor/Installer/AssemblyFilter.cs
A src/Castle.Windsor/Windsor/Installer/CompositeInstaller.cs
M src/Castle.Windsor/Windsor/Installer/DefaultComponentInstaller.cs
M src/Castle.Windsor/Windsor/Installer/FromAssembly.cs
Log Message:
-----------
added ability to scan a folder for assemblies and the assemblies for installers
to easily allow extensibility scenarios;
This is available via code: FromAssembly.InDirectory
and from xml: <install directory="c:\foo" mask="Acme.*.dll"
publicKeyToken="someToken" />
No tests for XML yet
--
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.