Branch: refs/heads/master
Home:   https://github.com/castleproject/Castle.MonoRail3

Commit: 6e64785fb80415d0adb3fa70ccf11c5dd2454749
    
https://github.com/castleproject/Castle.MonoRail3/commit/6e64785fb80415d0adb3fa70ccf11c5dd2454749
Author: hammett <[email protected]>
Date:   2010-11-24 (Wed, 24 Nov 2010)

Changed paths:
  M 
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.dll
  M 
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/bin/Debug/Castle.MonoRail.MefIntegration.pdb
  M 
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.csproj.FileListAbsolute.txt
  M 
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.dll
  M 
extensions/MefIntegration/src/Castle.MonoRail.MefIntegration/obj/Debug/Castle.MonoRail.MefIntegration.pdb
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/WindsorControllerProvider.cs
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.dll
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.WindsorIntegration.pdb
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.dll
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/bin/Debug/Castle.MonoRail.pdb
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.csproj.FileListAbsolute.txt
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.dll
  M 
extensions/WindsorIntegration/src/Castle.MonoRail.WindsorIntegration/obj/Debug/Castle.MonoRail.WindsorIntegration.pdb
  M src/Castle.MonoRail.Tests/Castle.MonoRail.Tests.csproj
  M src/Castle.MonoRail.Tests/Mvc/PipelineRunnerTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/Typed/ActionExecutionSinkTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/Typed/ActionResolutionSinkTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/Typed/ActionResultExecutionSinkTestCase.cs
  M src/Castle.MonoRail.Tests/Mvc/Typed/Fakes/TestActionResult.cs
  M src/Castle.MonoRail.Tests/Mvc/Typed/MethodInfoActionDescriptorTestCase.cs
  M 
src/Castle.MonoRail.Tests/Mvc/Typed/ReflectionBasedControllerProviderTestCase.cs
  M src/Castle.MonoRail.ViewEngines.Razor/RazorView.cs
  M src/Castle.MonoRail.ViewEngines.Razor/RazorViewEngine.cs
  M src/Castle.MonoRail/ActionResult.cs
  M src/Castle.MonoRail/AssemblyLevelSettings.cs
  M src/Castle.MonoRail/Castle.MonoRail.csproj
  M src/Castle.MonoRail/Controller.cs
  M src/Castle.MonoRail/Hosting/Internal/BuildManagerAdapter.cs
  M src/Castle.MonoRail/Hosting/Internal/ContainerManager.cs
  M src/Castle.MonoRail/Hosting/Internal/MefExtensions.cs
  M src/Castle.MonoRail/Hosting/Internal/MonoRailServices.cs
  M src/Castle.MonoRail/IMonoRailServices.cs
  M src/Castle.MonoRail/JSonResult.cs
  M src/Castle.MonoRail/Mvc/BaseMvcContext.cs
  M src/Castle.MonoRail/Mvc/ComposableMvcHandler.cs
  M src/Castle.MonoRail/Mvc/ControllerContext.cs
  M src/Castle.MonoRail/Mvc/DataContainer.cs
  M src/Castle.MonoRail/Mvc/PipelineRunner.cs
  M src/Castle.MonoRail/Mvc/Rest/ContentNegotiator.cs
  M src/Castle.MonoRail/Mvc/Rest/ContentType.cs
  M src/Castle.MonoRail/Mvc/Rest/FormatSerializer.cs
  M src/Castle.MonoRail/Mvc/Rest/JSonFormatSerializer.cs
  M src/Castle.MonoRail/Mvc/Rest/XmlFormatSerializer.cs
  M src/Castle.MonoRail/Mvc/Typed/ActionDescriptor.cs
  M src/Castle.MonoRail/Mvc/Typed/ActionResultContext.cs
  M src/Castle.MonoRail/Mvc/Typed/ControllerExecutionContext.cs
  M src/Castle.MonoRail/Mvc/Typed/IControllerExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/MethodInfoActionDescriptor.cs
  A src/Castle.MonoRail/Mvc/Typed/ParameterDescriptor.cs
  M src/Castle.MonoRail/Mvc/Typed/ReflectionBasedControllerProvider.cs
  M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionExecutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/Sinks/ActionResolutionSink.cs
  M src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutor.cs
  M src/Castle.MonoRail/Mvc/Typed/TypedControllerExecutorProvider.cs
  M src/Castle.MonoRail/Mvc/Typed/TypedControllerMeta.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/CompositeViewEngine.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/IView.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/IViewEngine.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/ViewContext.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/ViewEngineResult.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/ViewResolutionContext.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/VirtualPathProviderViewEngine.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/WebFormView.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/WebForms/IWebFormFactory.cs
  R src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormView.cs
  R src/Castle.MonoRail/Mvc/ViewEngines/WebForms/WebFormsViewEngine.cs
  M src/Castle.MonoRail/Mvc/ViewEngines/WebFormsViewEngine.cs
  M src/Castle.MonoRail/Primitives/ComposableHandler.cs
  M src/Castle.MonoRail/Primitives/Mvc/ControllerExecutor.cs
  M src/Castle.MonoRail/Primitives/Mvc/ControllerMeta.cs
  M src/Castle.MonoRail/Primitives/Mvc/ControllerProvider.cs
  R src/Castle.MonoRail/Primitives/Mvc/DataContainer.cs
  M src/Castle.MonoRail/ResourceOfT.cs
  M src/Castle.MonoRail/ResourceRelation.cs
  M src/Castle.MonoRail/StringResult.cs
  M src/Castle.MonoRail/ViewResult.cs
  M src/Castle.MonoRail/WebForms/ViewPage.cs
  M src/Castle.MonoRail/WebForms/ViewPageControlBuilder.cs
  M src/Castle.MonoRail/XmlResult.cs
  M src/TestWebApp/Controller/HomeController.cs
  M src/TestWebApp/Controller/IssueController.cs
  M src/TestWebApp/Controller/IssuesController.cs
  M src/TestWebApp/Domain/Issue.cs
  M src/TestWebApp/Global.asax.cs
  M src/TestWebApp/Resources/IssueResource.cs

Log Message:
-----------
tabified files. re-added ParameterDescriptor


-- 
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.

Reply via email to