Author: sisbell Date: Mon Mar 19 16:24:41 2007 New Revision: 520167 URL: http://svn.apache.org/viewvc?view=rev&rev=520167 Log: Cleanup of the build: brought the import and 3rdparty up to top level and got rid of unneeded bootstrap poms.
Added: incubator/nmaven/branches/SI_IDE/imports/ incubator/nmaven/branches/SI_IDE/imports/org.apache.maven/ incubator/nmaven/branches/SI_IDE/imports/org.apache.maven/maven-core-it-verifier-2.1.jar (with props) incubator/nmaven/branches/SI_IDE/thirdparty/ incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/ incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/license.html incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/nunit.framework.dll (with props) incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/ incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/license.html incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/nunit.framework.dll (with props) Removed: incubator/nmaven/branches/SI_IDE/integration-tests/imports/ incubator/nmaven/branches/SI_IDE/plugins/imports/ incubator/nmaven/branches/SI_IDE/plugins/pom-java-bootstrap.xml incubator/nmaven/branches/SI_IDE/plugins/pom-net-bootstrap.xml Modified: incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Core/pom.xml incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Settings/pom.xml incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Solution/pom.xml incubator/nmaven/branches/SI_IDE/bootstrap-build.bat incubator/nmaven/branches/SI_IDE/integration-tests/tests/it.bat incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0004/pom.xml incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0017/pom.xml incubator/nmaven/branches/SI_IDE/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java incubator/nmaven/branches/SI_IDE/plugins/scripts/build-2.0.bat incubator/nmaven/branches/SI_IDE/site/src/site/apt/getting-started.apt Modified: incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Core/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Core/pom.xml?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Core/pom.xml (original) +++ incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Core/pom.xml Mon Mar 19 16:24:41 2007 @@ -24,8 +24,8 @@ <version>2.0.0.0__b03f5f7f11d50a3a</version> </dependency> <dependency> - <groupId>org.nunit</groupId> - <artifactId>nunit.framework</artifactId> + <groupId>NUnit</groupId> + <artifactId>Nunit.Framework</artifactId> <version>2.2.8.0</version> <type>library</type> </dependency> Modified: incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Settings/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Settings/pom.xml?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Settings/pom.xml (original) +++ incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Settings/pom.xml Mon Mar 19 16:24:41 2007 @@ -12,8 +12,8 @@ <name>NMaven.Plugin.Settings</name> <dependencies> <dependency> - <groupId>org.nunit</groupId> - <artifactId>nunit.framework</artifactId> + <groupId>NUnit</groupId> + <artifactId>NUnit.Framework</artifactId> <version>2.2.8.0</version> <type>library</type> </dependency> Modified: incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Solution/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Solution/pom.xml?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Solution/pom.xml (original) +++ incubator/nmaven/branches/SI_IDE/assemblies/NMaven.Plugin.Solution/pom.xml Mon Mar 19 16:24:41 2007 @@ -12,8 +12,8 @@ <name>NMaven.Plugin.Solution</name> <dependencies> <dependency> - <groupId>org.nunit</groupId> - <artifactId>nunit.framework</artifactId> + <groupId>NUnit</groupId> + <artifactId>Nunit.Framework</artifactId> <version>2.2.8.0</version> <type>library</type> </dependency> Modified: incubator/nmaven/branches/SI_IDE/bootstrap-build.bat URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/bootstrap-build.bat?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/bootstrap-build.bat (original) +++ incubator/nmaven/branches/SI_IDE/bootstrap-build.bat Mon Mar 19 16:24:41 2007 @@ -1,6 +1,5 @@ -call mvn install:install-file -Dfile=./components/imports/xfire-jsr181/xfire-jsr181-api-1.0-M1.zip -DgroupId=org.codehaus.xfire -DartifactId=javax.ws -Dpackaging=jar -Dversion=1.0.0 call mvn -f ./components/pom.xml install -call mvn -f ./plugins/pom-java-bootstrap.xml install -call mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=./plugins/imports/nunit-2.0/nunit.framework.dll -DgroupId=org.nunit -DartifactId=nunit.framework -Dpackaging=dll -Dversion=2.2.8.0 +call mvn -f ./plugins/pom.xml install +call mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=./thirdparty/NUnit-2.0/nunit.framework.dll -DgroupId=NUnit -DartifactId=NUnit.Framework -Dpackaging=dll -Dversion=2.2.8.0 call mvn -f ./assemblies/pom.xml -Dmaven.test.skip=true -Dbootstrap install %* -#call mvn org.apache.maven.dotnet.plugins:maven-solution-plugin:solution \ No newline at end of file +rem call mvn org.apache.maven.dotnet.plugins:maven-solution-plugin:solution \ No newline at end of file Added: incubator/nmaven/branches/SI_IDE/imports/org.apache.maven/maven-core-it-verifier-2.1.jar URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/imports/org.apache.maven/maven-core-it-verifier-2.1.jar?view=auto&rev=520167 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/branches/SI_IDE/imports/org.apache.maven/maven-core-it-verifier-2.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it.bat URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it.bat?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it.bat (original) +++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it.bat Mon Mar 19 16:24:41 2007 @@ -20,5 +20,5 @@ @REM This also assumes that M2_HOME and JAVA_HOME are set, which are verified in the bootstrap script only SET MAVEN_TEST_ENVAR=MAVEN_TEST_ENVAR_VALUE -"%JAVA_HOME%\bin\java.exe" -Dmaven.home="%M2_HOME%" %MAVEN_OPTS% -cp "..\imports\maven-core-it-verifier-2.1.jar" org.apache.maven.it.Verifier %* +"%JAVA_HOME%\bin\java.exe" -Dmaven.home="%M2_HOME%" %MAVEN_OPTS% -cp "..\..\imports\org.apache.maven\maven-core-it-verifier-2.1.jar" org.apache.maven.it.Verifier %* Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0004/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0004/pom.xml?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0004/pom.xml (original) +++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0004/pom.xml Mon Mar 19 16:24:41 2007 @@ -5,7 +5,6 @@ <packaging>library</packaging> <version>1.0.0</version> <name>it0004</name> - <dependencies> <dependency> <groupId>org.apache.maven.it</groupId> @@ -14,8 +13,8 @@ <version>1.0.0</version> </dependency> <dependency> - <groupId>org.nunit</groupId> - <artifactId>nunit.framework</artifactId> + <groupId>NUnit</groupId> + <artifactId>Nunit.Framework</artifactId> <version>2.2.8.0</version> <type>library</type> </dependency> Modified: incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0017/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0017/pom.xml?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0017/pom.xml (original) +++ incubator/nmaven/branches/SI_IDE/integration-tests/tests/it0017/pom.xml Mon Mar 19 16:24:41 2007 @@ -1,44 +1,42 @@ <project> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven.it</groupId> - <artifactId>it0017</artifactId> - <packaging>library</packaging> - <version>1.0.0</version> - <name>it0017</name> - - <dependencies> - <dependency> - <groupId>org.apache.maven.it</groupId> - <artifactId>it0016</artifactId> - <type>library</type> - <version>1.0.0</version> - </dependency> - <dependency> - <groupId>org.nunit</groupId> - <artifactId>nunit.framework</artifactId> - <version>2.2.8.0</version> - <type>library</type> - </dependency> - - </dependencies> - <build> - <testSourceDirectory>src/test/csharp</testSourceDirectory> - <plugins> - <plugin> - <groupId>org.apache.maven.dotnet.plugins</groupId> - <artifactId>maven-compile-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <vendor>DotGNU</vendor> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.dotnet.plugins</groupId> - <artifactId>maven-test-plugin</artifactId> - <configuration> - <vendor>DotGNU</vendor> - </configuration> - </plugin> - </plugins> - </build> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.maven.it</groupId> + <artifactId>it0017</artifactId> + <packaging>library</packaging> + <version>1.0.0</version> + <name>it0017</name> + <dependencies> + <dependency> + <groupId>org.apache.maven.it</groupId> + <artifactId>it0016</artifactId> + <type>library</type> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>NUnit</groupId> + <artifactId>Nunit.Framework</artifactId> + <version>2.2.8.0</version> + <type>library</type> + </dependency> + </dependencies> + <build> + <testSourceDirectory>src/test/csharp</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.dotnet.plugins</groupId> + <artifactId>maven-compile-plugin</artifactId> + <extensions>true</extensions> + <configuration> + <vendor>DotGNU</vendor> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.dotnet.plugins</groupId> + <artifactId>maven-test-plugin</artifactId> + <configuration> + <vendor>DotGNU</vendor> + </configuration> + </plugin> + </plugins> + </build> </project> Modified: incubator/nmaven/branches/SI_IDE/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java (original) +++ incubator/nmaven/branches/SI_IDE/plugins/maven-test-plugin/src/main/java/org/apache/maven/dotnet/plugin/test/TesterMojo.java Mon Mar 19 16:24:41 2007 @@ -139,7 +139,7 @@ Set<Artifact> artifacts = project.getDependencyArtifacts(); for ( Artifact artifact : artifacts ) { - if ( artifact.getGroupId().equals( "org.nunit" ) ) + if ( artifact.getGroupId().equals( "NUnit" ) ) { nunitLibs.add( artifact ); } Modified: incubator/nmaven/branches/SI_IDE/plugins/scripts/build-2.0.bat URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/plugins/scripts/build-2.0.bat?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/plugins/scripts/build-2.0.bat (original) +++ incubator/nmaven/branches/SI_IDE/plugins/scripts/build-2.0.bat Mon Mar 19 16:24:41 2007 @@ -1,3 +1,3 @@ call mvn -f ../pom.xml install -call mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=../imports/nunit-2.0/nunit.framework.dll -DgroupId=org.nunit -DartifactId=nunit.framework -Dpackaging=dll -Dversion=2.2.8.0 -#call mvn -f ../../assemblies/pom-net-bootstrap.xml -Dmaven.test.skip=true -Dbootstrap install \ No newline at end of file +call mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=../imports/nunit-2.0/nunit.framework.dll -DgroupId=NUnit -DartifactId=NUnit.Framework -Dpackaging=dll -Dversion=2.2.8.0 +rem call mvn -f ../../assemblies/pom-net-bootstrap.xml -Dmaven.test.skip=true -Dbootstrap install \ No newline at end of file Modified: incubator/nmaven/branches/SI_IDE/site/src/site/apt/getting-started.apt URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/site/src/site/apt/getting-started.apt?view=diff&rev=520167&r1=520166&r2=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/site/src/site/apt/getting-started.apt (original) +++ incubator/nmaven/branches/SI_IDE/site/src/site/apt/getting-started.apt Mon Mar 19 16:24:41 2007 @@ -109,10 +109,10 @@ </dependency> <dependency> - <groupId>org.nunit</groupId> - <artifactId>nunit.framework</artifactId> - <version>2.2.8.0</version> - <type>library</type> + <groupId>NUnit</groupId> + <artifactId>Nunit.Framework</artifactId> + <version>2.2.8.0</version> + <type>library</type> </dependency> </dependencies> Added: incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/license.html URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/license.html?view=auto&rev=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/license.html (added) +++ incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/license.html Mon Mar 19 16:24:41 2007 @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> +<!-- Standard Head Part --> +<head> +<title>NUnit - License</title> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta http-equiv="Content-Language" content="en-US"> +<link rel="stylesheet" type="text/css" href="nunit.css"> +<link rel="shortcut icon" href="favicon.ico"> +</head> +<!-- End Standard Head Part --> + +<body> + +<!-- Standard Header for NUnit.org --> +<div id="header"> + <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a> + <div id="nav"> + <a href="http://www.nunit.org">NUnit</a> + <a class="active" href="index.html">Documentation</a> + </div> +</div> +<!-- End of Header --> + +<div id="content"> + +<h2>License</h2> + +<p>Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. +Vorontsov, Charlie Poole<br> +Copyright © 2000-2004 Philip A. Craig</p> +<p> 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.</p> +<p>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:</p> +<p>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.</p> +<p>Portions Copyright © 2002 James W. Newkirk, Michael C. Two, Alexei A. + Vorontsov or Copyright © 2000-2002 Philip A. Craig</p> +<p>2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software.</p> +<p>3. This notice may not be removed or altered from any source distribution.</p> + +<h4>License Note</h4> +<p>This license is based on <A href="http://www.opensource.org/licenses/zlib-license.html"> +the open source zlib/libpng license</A>. The idea was to keep the license +as simple as possible to encourage use of NUnit in free and commercial +applications and libraries, but to keep the source code together and to give +credit to the NUnit contributors for their efforts. While this license allows +shipping NUnit in source and binary form, if shipping a NUnit variant is the +sole purpose of your product, please <a href="mailto:[EMAIL PROTECTED]">let +us know</a>.</p> + +</div> + +<!-- Submenu --> +<div id="subnav"> +<ul> +<li><a href="index.html">NUnit 2.2.8</a></li> +<ul> +<li><a href="getStarted.html">Getting Started</a></li> +<li><a href="installation.html">Installation</a></li> +<li><a href="features.html">Features</a></li> +<li><a href="nunit-console.html">NUnit-Console</a></li> +<li><a href="nunit-gui.html">NUnit-Gui</a></li> +<li><a href="releaseNotes.html">Release Notes</a></li> +<li><a href="samples.html">Samples</a></li> +<li id="current"><a href="license.html">License</a></li> +</ul> +</ul> +</div> +<!-- End of Submenu --> + + +<!-- Standard Footer for NUnit.org --> +<div id="footer"> + Copyright © 2002-2005. All Rights Reserved. +</div> +<!-- End of Footer --> + +</body> +</html> Added: incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/nunit.framework.dll URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/nunit.framework.dll?view=auto&rev=520167 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-1.1/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/license.html URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/license.html?view=auto&rev=520167 ============================================================================== --- incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/license.html (added) +++ incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/license.html Mon Mar 19 16:24:41 2007 @@ -0,0 +1,85 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> +<html> +<!-- Standard Head Part --> +<head> +<title>NUnit - License</title> +<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> +<meta http-equiv="Content-Language" content="en-US"> +<link rel="stylesheet" type="text/css" href="nunit.css"> +<link rel="shortcut icon" href="favicon.ico"> +</head> +<!-- End Standard Head Part --> + +<body> + +<!-- Standard Header for NUnit.org --> +<div id="header"> + <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a> + <div id="nav"> + <a href="http://www.nunit.org">NUnit</a> + <a class="active" href="index.html">Documentation</a> + </div> +</div> +<!-- End of Header --> + +<div id="content"> + +<h2>License</h2> + +<p>Copyright © 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. +Vorontsov, Charlie Poole<br> +Copyright © 2000-2004 Philip A. Craig</p> +<p> 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.</p> +<p>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:</p> +<p>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.</p> +<p>Portions Copyright © 2002 James W. Newkirk, Michael C. Two, Alexei A. + Vorontsov or Copyright © 2000-2002 Philip A. Craig</p> +<p>2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software.</p> +<p>3. This notice may not be removed or altered from any source distribution.</p> + +<h4>License Note</h4> +<p>This license is based on <A href="http://www.opensource.org/licenses/zlib-license.html"> +the open source zlib/libpng license</A>. The idea was to keep the license +as simple as possible to encourage use of NUnit in free and commercial +applications and libraries, but to keep the source code together and to give +credit to the NUnit contributors for their efforts. While this license allows +shipping NUnit in source and binary form, if shipping a NUnit variant is the +sole purpose of your product, please <a href="mailto:[EMAIL PROTECTED]">let +us know</a>.</p> + +</div> + +<!-- Submenu --> +<div id="subnav"> +<ul> +<li><a href="index.html">NUnit 2.2.8</a></li> +<ul> +<li><a href="getStarted.html">Getting Started</a></li> +<li><a href="installation.html">Installation</a></li> +<li><a href="features.html">Features</a></li> +<li><a href="nunit-console.html">NUnit-Console</a></li> +<li><a href="nunit-gui.html">NUnit-Gui</a></li> +<li><a href="releaseNotes.html">Release Notes</a></li> +<li><a href="samples.html">Samples</a></li> +<li id="current"><a href="license.html">License</a></li> +</ul> +</ul> +</div> +<!-- End of Submenu --> + + +<!-- Standard Footer for NUnit.org --> +<div id="footer"> + Copyright © 2002-2005. All Rights Reserved. +</div> +<!-- End of Footer --> + +</body> +</html> Added: incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/nunit.framework.dll URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/nunit.framework.dll?view=auto&rev=520167 ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/branches/SI_IDE/thirdparty/NUnit-2.0/nunit.framework.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream