cleanup
svn ignores
This commit is contained in:
8127
lib/Net/2.0/Rhino.Mocks.xml
Normal file
8127
lib/Net/2.0/Rhino.Mocks.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1831,13 +1831,6 @@ namespace Spring.Context.Support
|
||||
{
|
||||
}
|
||||
|
||||
// public ObjectPostProcessorChecker(
|
||||
// IConfigurableListableObjectFactory objectFactory, int objectPostProcessorTargetCount)
|
||||
// {
|
||||
// _objectFactory = objectFactory;
|
||||
// _objectPostProcessorTargetCount = objectPostProcessorTargetCount;
|
||||
// }
|
||||
|
||||
public void Reset(IConfigurableListableObjectFactory objectFactory, int objectPostProcessorTargetCount)
|
||||
{
|
||||
_objectFactory = objectFactory;
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Spring.Web.Extensions</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Spring.Web.Script.Services.ScriptHandlerFactory">
|
||||
<summary>
|
||||
An <see cref="T:System.Web.IHttpHandlerFactory"/> implementation that
|
||||
creates a handler object for either ASP.NET AJAX 1.0 or Spring web services.
|
||||
</summary>
|
||||
<author>Bruno Baia</author>
|
||||
<author>Thomas Broyer</author>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.#ctor">
|
||||
<summary>
|
||||
Creates a new instance of the <see cref="T:Spring.Web.Script.Services.ScriptHandlerFactory"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.GetHandler(System.Web.HttpContext,System.String,System.String,System.String)">
|
||||
<summary>
|
||||
Retrieves an instance of the <see cref="T:System.Web.IHttpHandler"/>
|
||||
implementation for handling web service requests
|
||||
for both Spring and ASP.NET AJAX 1.0 web services.
|
||||
</summary>
|
||||
<param name="context">The current HTTP context.</param>
|
||||
<param name="requestType">The type of HTTP request (GET or POST).</param>
|
||||
<param name="url">The url of the web service.</param>
|
||||
<param name="pathTranslated">The physical application path for the web service.</param>
|
||||
<returns>The web service handler object.</returns>
|
||||
</member>
|
||||
<member name="M:Spring.Web.Script.Services.ScriptHandlerFactory.ReleaseHandler(System.Web.IHttpHandler)">
|
||||
<summary>
|
||||
Enables a factory to reuse an existing handler instance.
|
||||
</summary>
|
||||
<param name="handler">The <see cref="T:System.Web.IHttpHandler"/> object to reuse.</param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
||||
<PropertyGroup>
|
||||
<ProjectType>Local</ProjectType>
|
||||
<ProductVersion>9.0.21022</ProductVersion>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{BA4789EB-281A-48EA-8763-28B9F0596A18}</ProjectGuid>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProductVersion>9.0.21022</ProductVersion>
|
||||
<ProductVersion>9.0.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{FA7A6931-7DBE-4A32-A312-51FAD2E80332}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
@@ -89,21 +89,27 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="Messaging\Nms\Config\NmsNamespaceHandlerTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\CachingConnectionFactoryTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\MessageTransactionManagerTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\SingleConnectionFactoryTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestConnection.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestExceptionListener.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestMessageConsumer.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestMessageListener.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestMessageProducer.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestSession.cs" />
|
||||
<Compile Include="Messaging\Nms\Core\MessageTemplateTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Core\SimpleMessageConverterTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Core\SimpleMessageListenerContainerTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Integration\LoggingExceptionHandler.cs" />
|
||||
<Compile Include="Messaging\Nms\Integration\SimpleMessageListener.cs" />
|
||||
<Compile Include="Messaging\Nms\Integration\SimpleMessageListenerContainerTests.cs" />
|
||||
<Compile Include="Messaging\Nms\Connections\TestConnectionFactory.cs" />
|
||||
<Compile Include="Messaging\Nms\Listener\Adapter\IMessageContentsHandler.cs" />
|
||||
<Compile Include="Messaging\Nms\Listener\Adapter\MessageContentsHandler.cs" />
|
||||
<Compile Include="Messaging\Nms\Listener\Adapter\MessageListenerAdapterTests.cs" />
|
||||
<Compile Include="Messaging\Nms\StubQueue.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user