svn ignores
This commit is contained in:
eeichinger
2008-10-03 09:50:19 +00:00
parent 3b9ef745b1
commit f3b01b69ce
5 changed files with 8135 additions and 48 deletions

8127
lib/Net/2.0/Rhino.Mocks.xml Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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;

View File

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

View File

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

View File

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