You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by mh...@apache.org on 2011/08/14 09:13:16 UTC

[Lucene.Net] svn commit: r1157480 [14/18] - in /incubator/lucene.net/branches/Lucene.Net_2_9_4g: ./ build/scripts/ lib/Gallio.3.2.750/ lib/Gallio.3.2.750/licenses/ lib/Gallio.3.2.750/tools/ lib/Gallio.3.2.750/tools/NCover/ lib/Gallio.3.2.750/tools/NCover/Resources/...

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.pdb
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.pdb?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.pdb (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.pdb Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.plugin
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.plugin?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.plugin (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.plugin Sun Aug 14 07:13:10 2011
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<plugin pluginId="MbUnit35"
+        recommendedInstallationPath=""
+        enableCondition="${minFramework:NET35}"
+        xmlns="http://www.gallio.org/">
+  <traits>
+    <name>MbUnit v3 Extensions for .Net 3.5</name>
+    <version>3.2.0.0</version>
+    <description>Provides additional MbUnit v3 features for use with .Net 3.5.</description>
+    <icon>plugin://MbUnit/Resources/MbUnit.ico</icon>
+  </traits>
+
+  <dependencies>
+    <dependency pluginId="Gallio35" />
+    <dependency pluginId="MbUnit" />
+  </dependencies>
+
+  <files>
+    <file path="MbUnit35.plugin" />
+    <file path="MbUnit35.dll" />
+    <file path="MbUnit35.pdb" />
+    <file path="MbUnit35.xml" />
+  </files>
+
+  <assemblies>
+    <assembly fullName="MbUnit35, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e"
+              codeBase="MbUnit35.dll"
+              qualifyPartialName="true" />
+  </assemblies>
+</plugin>
\ No newline at end of file

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.xml
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.xml?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.xml (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit35.xml Sun Aug 14 07:13:10 2011
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<doc>
+    <assembly>
+        <name>MbUnit35</name>
+    </assembly>
+    <members>
+        <member name="T:MbUnit.Framework.AssertEx">
+            <summary>
+            Provides extended assertions for .Net 3.5.
+            </summary>
+        </member>
+        <member name="M:MbUnit.Framework.AssertEx.That(System.Linq.Expressions.Expression{System.Func{System.Boolean}})">
+            <summary>
+            Verifies that a particular condition holds true.
+            </summary>
+            <remarks>
+            <para>
+            If the condition evaluates to false, the assertion failure message will
+            describe in detail the intermediate value of relevant sub-expressions within
+            the condition.  Consequently the assertion failure will include more diagnostic
+            information than if <see cref="M:MbUnit.Framework.Assert.IsTrue(System.Boolean)"/> were used instead.
+            </para>
+            </remarks>
+            <param name="condition">The conditional expression to evaluate.</param>
+            <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="condition"/> is null.</exception>
+            <exception cref="T:Gallio.Framework.Assertions.AssertionException">Thrown if the verification failed unless the current <see cref="P:Gallio.Framework.Assertions.AssertionContext.AssertionFailureBehavior"/> indicates otherwise.</exception>
+        </member>
+        <member name="M:MbUnit.Framework.AssertEx.That(System.Linq.Expressions.Expression{System.Func{System.Boolean}},System.String,System.Object[])">
+            <summary>
+            Verifies that a particular condition holds true.
+            </summary>
+            <remarks>
+            <para>
+            If the condition evaluates to false, the assertion failure message will
+            describe in detail the intermediate value of relevant sub-expressions within
+            the condition.  Consequently the assertion failure will include more diagnostic
+            information than if <see cref="M:MbUnit.Framework.Assert.IsTrue(System.Boolean,System.String,System.Object[])"/> were used instead.
+            </para>
+            </remarks>
+            <param name="condition">The conditional expression to evaluate.</param>
+            <param name="messageFormat">The custom assertion message format, or null if none.</param>
+            <param name="messageArgs">The custom assertion message arguments, or null if none.</param>
+            <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="condition"/> is null.</exception>
+            <exception cref="T:Gallio.Framework.Assertions.AssertionException">Thrown if the verification failed unless the current <see cref="P:Gallio.Framework.Assertions.AssertionContext.AssertionFailureBehavior"/> indicates otherwise.</exception>
+        </member>
+    </members>
+</doc>

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.pdb
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.pdb?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.pdb (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.pdb Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.plugin
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.plugin?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.plugin (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.plugin Sun Aug 14 07:13:10 2011
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<plugin pluginId="MbUnit40"
+        recommendedInstallationPath=""
+        enableCondition="${minFramework:NET40}"
+        xmlns="http://www.gallio.org/">
+  <traits>
+    <name>MbUnit v3 Extensions for .Net 4.0</name>
+    <version>3.2.0.0</version>
+    <description>Provides additional MbUnit v3 features for use with .Net 4.0.</description>
+    <icon>plugin://MbUnit/Resources/MbUnit.ico</icon>
+  </traits>
+
+  <dependencies>
+    <dependency pluginId="Gallio40" />
+    <dependency pluginId="MbUnit35" />
+  </dependencies>
+
+  <files>
+    <file path="MbUnit40.plugin" />
+    <file path="MbUnit40.dll" />
+    <file path="MbUnit40.pdb" />
+    <file path="MbUnit40.xml" />
+  </files>
+
+  <assemblies>
+    <assembly fullName="MbUnit40, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e"
+              codeBase="MbUnit40.dll"
+              qualifyPartialName="true" />
+  </assemblies>
+</plugin>

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.xml
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.xml?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.xml (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/MbUnit40.xml Sun Aug 14 07:13:10 2011
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<doc>
+    <assembly>
+        <name>MbUnit40</name>
+    </assembly>
+    <members>
+    </members>
+</doc>

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Gallio.NCoverIntegration.plugin Sun Aug 14 07:13:10 2011
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<plugin pluginId="Gallio.NCoverIntegration"
+        recommendedInstallationPath="NCover"
+        xmlns="http://www.gallio.org/">
+  <traits>
+    <name>NCover Integration Plugin</name>
+    <version>3.2.0.0</version>
+    <description>Provides support for running tests with NCover code coverage.</description>
+	<icon>plugin://Gallio.NCoverIntegration/Resources/ncover.ico</icon>
+  </traits>
+
+  <dependencies>
+    <dependency pluginId="Gallio" />
+  </dependencies>
+
+  <files>
+    <file path="Gallio.NCoverIntegration.plugin" />
+    <file path="Gallio.NCoverIntegration.dll" />
+
+    <file path="libs\NCover Readme.txt"/>
+
+    <file path="libs\NCover\Coverage.xsl" />
+    <file path="libs\NCover\CoverLib.dll" />
+    <file path="libs\NCover\Microsoft.VC80.CRT.manifest" />
+    <file path="libs\NCover\MSVCP80.dll" />
+    <file path="libs\NCover\MSVCR80.dll" />
+    <file path="libs\NCover\NCover.Console.exe" />
+    <file path="libs\NCover\NCover.Console.exe.config" />
+    <file path="libs\NCover\NCover.Framework.dll" />
+    <file path="libs\NCover\NCoverFAQ.html" />
+
+    <file path="libs\NCoverExplorer Readme.txt"/>
+
+    <file path="libs\NCoverExplorer\CommandBars.dll"/>
+    <file path="libs\NCoverExplorer\ConsoleConfig.xsd"/>
+    <file path="libs\NCoverExplorer\ConsoleExample.config"/>
+    <file path="libs\NCoverExplorer\CoverageReport.xsl"/>
+    <file path="libs\NCoverExplorer\ICSharpCode.TextEditor.dll"/>
+    <file path="libs\NCoverExplorer\license.txt"/>
+    <file path="libs\NCoverExplorer\NCoverExplorer.Console.exe"/>
+    <file path="libs\NCoverExplorer\NCoverExplorer.Core.dll"/>
+    <file path="libs\NCoverExplorer\NCoverExplorer.exe"/>
+    <file path="libs\NCoverExplorer\NCoverExplorer.exe.config"/>
+    <file path="libs\NCoverExplorer\NCoverExplorer.NCoverRunner.dll"/>
+    <file path="libs\NCoverExplorer\NCoverExplorerFAQ.html"/>
+    <file path="libs\NCoverExplorer\NCoverExplorerReleaseNotes.html"/>
+	
+	<file path="Resources\ncover.ico" />
+  </files>
+
+  <assemblies>
+    <assembly fullName="Gallio.NCoverIntegration, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null"
+              codeBase="Gallio.NCoverIntegration.dll"
+              qualifyPartialName="true" />
+  </assemblies>
+
+  <components>
+
+    <!-- v1.5.8 -->
+
+    <component componentId="NCoverIntegration.NCoverTestRunnerFactory.v1.5.8"
+               serviceId="Gallio.TestRunnerFactory"
+               componentType="Gallio.Runner.DefaultTestRunnerFactory, Gallio">
+      <parameters>
+        <testIsolationProvider>${NCoverIntegration.NCoverTestIsolationProvider.v1.5.8}</testIsolationProvider>
+      </parameters>
+      <traits>
+        <name>NCover</name>
+        <description>
+          Runs tests in an external process with NCover v1.5.8.  NCover v1.5.8 is included and does not need to be installed.
+
+          Supported test runner properties:
+          - NCoverArguments: Specifies additional command-line arguments for NCover.  eg. "//eas Gallio"
+          - NCoverCoverageFile: Specifies the path of the coverage file to write.  The default is 'Coverage.xml' in the current working directory.
+        </description>
+      </traits>
+    </component>
+
+    <component componentId="NCoverIntegration.NCoverTestIsolationProvider.v1.5.8"
+               serviceId="Gallio.TestIsolationProvider"
+               componentType="Gallio.NCoverIntegration.NCoverTestIsolationProvider, Gallio.NCoverIntegration">
+      <parameters>
+        <version>V1</version>
+      </parameters>
+    </component>
+
+    <!-- v2 -->
+
+    <component componentId="NCoverIntegration.NCoverTestRunnerFactory.v2"
+               serviceId="Gallio.TestRunnerFactory"
+               componentType="Gallio.Runner.DefaultTestRunnerFactory, Gallio">
+      <parameters>
+        <testIsolationProvider>${NCoverIntegration.NCoverTestIsolationProvider.v2}</testIsolationProvider>
+      </parameters>
+      <traits>
+        <name>NCover2</name>
+        <description>
+          Runs tests in an external process with NCover v2.  NCover v2 must be installed separately.
+
+          Supported test runner properties:
+          - NCoverArguments: Specifies additional command-line arguments for NCover.  eg. "//eas Gallio"
+          - NCoverCoverageFile: Specifies the path of the coverage file to write.  The default is 'Coverage.xml'.
+        </description>
+      </traits>
+    </component>
+
+    <component componentId="NCoverIntegration.NCoverTestIsolationProvider.v2"
+               serviceId="Gallio.TestIsolationProvider"
+               componentType="Gallio.NCoverIntegration.NCoverTestIsolationProvider, Gallio.NCoverIntegration">
+      <parameters>
+        <version>V2</version>
+      </parameters>
+    </component>
+
+    <!-- v3 -->
+
+    <component componentId="NCoverIntegration.NCoverTestRunnerFactory.v3"
+               serviceId="Gallio.TestRunnerFactory"
+               componentType="Gallio.Runner.DefaultTestRunnerFactory, Gallio">
+      <parameters>
+        <testIsolationProvider>${NCoverIntegration.NCoverTestIsolationProvider.v3}</testIsolationProvider>
+      </parameters>
+      <traits>
+        <name>NCover3</name>
+        <description>
+          Runs tests in an external process with NCover v3.  NCover v3 must be installed separately.
+
+          Supported test runner properties:
+          - NCoverArguments: Specifies additional command-line arguments for NCover.  eg. "//eas Gallio"
+          - NCoverCoverageFile: Specifies the path of the coverage file to write.  The default is 'Coverage.xml'.
+        </description>
+      </traits>
+    </component>
+
+    <component componentId="NCoverIntegration.NCoverTestIsolationProvider.v3"
+               serviceId="Gallio.TestIsolationProvider"
+               componentType="Gallio.NCoverIntegration.NCoverTestIsolationProvider, Gallio.NCoverIntegration">
+      <parameters>
+        <version>V3</version>
+      </parameters>
+    </component>
+  </components>
+</plugin>
\ No newline at end of file

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover/Resources/ncover.ico Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover3.lic
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NCover3.lic?rev=1157480&view=auto
==============================================================================
    (empty)

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.pdb
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.pdb?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.pdb (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NHamcrest.pdb Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Gallio.NUnitAdapterLatest.plugin Sun Aug 14 07:13:10 2011
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<plugin pluginId="Gallio.NUnitAdapterLatest"
+        recommendedInstallationPath="NUnit\Latest"
+        xmlns="http://www.gallio.org/">
+  <traits>
+    <name>NUnit v2.5.4+ Adapter Plugin</name>
+    <version>3.2.0.0</version>
+    <description>Provides support for running NUnit v2.5.4+ tests.</description>
+    <icon>plugin://Gallio.NUnitAdapterLatest/Resources/NUnit.ico</icon>
+  </traits>
+
+  <dependencies>
+    <dependency pluginId="Gallio" />
+  </dependencies>
+
+  <files>
+    <file path="Gallio.NUnitAdapterLatest.plugin" />
+    <file path="Gallio.NUnitAdapterLatest.dll" />
+    <file path="license.txt" />
+    <file path="Readme.txt" />
+    <file path="nunit.core.dll" />
+    <file path="nunit.core.interfaces.dll" />
+    <file path="nunit.framework.dll" />
+    <file path="nunit.framework.dll.tdnet" />
+    <file path="nunit.framework.xml" />
+    <file path="nunit.mocks.dll" />
+    <file path="nunit.util.dll" />
+    <file path="addins\NUnit Addins Readme.txt" />
+    <file path="Resources\NUnit.ico" />
+  </files>
+
+  <assemblies>
+    <assembly fullName="Gallio.NUnitAdapterLatest, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null"
+              codeBase="Gallio.NUnitAdapterLatest.dll"
+              qualifyPartialName="true" />
+
+    <assembly fullName="nunit.core, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"
+              codeBase="nunit.core.dll">
+      <bindingRedirects>
+        <bindingRedirect oldVersion="2.5.4.0-2.5.65535.65535" />
+      </bindingRedirects>
+    </assembly>
+
+    <assembly fullName="nunit.core.interfaces, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"
+              codeBase="nunit.core.interfaces.dll">
+      <bindingRedirects>
+        <bindingRedirect oldVersion="2.5.4.0-2.5.65535.65535" />
+      </bindingRedirects>
+    </assembly>
+
+    <assembly fullName="nunit.util, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"
+              codeBase="nunit.util.dll">
+      <bindingRedirects>
+        <bindingRedirect oldVersion="2.5.4.0-2.5.65535.65535" />
+      </bindingRedirects>
+    </assembly>
+  </assemblies>
+
+  <probingPaths>
+    <probingPath>Latest</probingPath>
+  </probingPaths>
+
+  <components>
+    <component componentId="NUnitAdapterLatest.TestFramework"
+               serviceId="Gallio.TestFramework"
+               componentType="Gallio.NUnitAdapter.Model.NUnitTestFramework, Gallio.NUnitAdapterLatest">
+      <traits>
+        <name>NUnit v2.5.4+</name>
+        <frameworkAssemblies>nunit.framework, Version=2.5.4.0-2.5.65535.65535</frameworkAssemblies>
+        <version>2.5.9.10348</version>
+        <fileTypes>Assembly</fileTypes>
+        <icon>plugin://Gallio.NUnitAdapterLatest/Resources/NUnit.ico</icon>
+      </traits>
+    </component>
+
+    <component componentId="NUnitAdapterLatest.TestKinds.NUnitTestAssembly"
+               serviceId="Gallio.TestKind">
+      <traits>
+        <name>NUnit v2.5.4+ Assembly</name>
+        <description>NUnit v2.5.4+ Test Assembly</description>
+        <icon>plugin://Gallio.NUnitAdapterLatest/Resources/NUnit.ico</icon>
+      </traits>
+    </component>
+  </components>
+</plugin>
\ No newline at end of file

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Readme.txt Sun Aug 14 07:13:10 2011
@@ -0,0 +1,12 @@
+NUnit Adapter Plugin
+====================
+
+This plugin uses the NUnit test runner to adapt NUnit tests so that
+they can run within Gallio and be manipulated by Gallio-based tools.
+
+The plugin assembly is deliberately NOT signed using a strong name.
+You can replace the underlying test framework with newer versions as
+long as they are binary compatible with the originally distributed version.
+
+However, it may be necessary to update the version numbers that
+appear in the plugin files.
\ No newline at end of file

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/Resources/NUnit.ico Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit%20Addins%20Readme.txt?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/addins/NUnit Addins Readme.txt Sun Aug 14 07:13:10 2011
@@ -0,0 +1 @@
+Put your Addins in this folder so that Gallio can find them.
\ No newline at end of file

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/license.txt Sun Aug 14 07:13:10 2011
@@ -0,0 +1,15 @@
+Copyright © 2002-2008 Charlie Poole
+Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
+Copyright © 2000-2002 Philip A. Craig
+
+This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.
+
+Portions Copyright © 2002-2008 Charlie Poole or Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 Philip A. Craig
+
+2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source distribution.

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.interfaces.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.interfaces.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.interfaces.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.core.interfaces.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll?rev=1157480&view=auto
==============================================================================
Files incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll (added) and incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll Sun Aug 14 07:13:10 2011 differ

Added: incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet
URL: http://svn.apache.org/viewvc/incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet?rev=1157480&view=auto
==============================================================================
--- incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet (added)
+++ incubator/lucene.net/branches/Lucene.Net_2_9_4g/lib/Gallio.3.2.750/tools/NUnit/Latest/nunit.framework.dll.tdnet Sun Aug 14 07:13:10 2011
@@ -0,0 +1,6 @@
+<TestRunner>
+	<FriendlyName>NUnit v{0}.{1}.{2}</FriendlyName>
+	<AssemblyPath>..\..\TDNet\Gallio.TDNetRunner.dll</AssemblyPath>
+	<TypeName>Gallio.TDNetRunner.GallioResidentTestRunner</TypeName>
+	<TestRunnerType>Resident</TestRunnerType>
+</TestRunner>