Author: sisbell Date: Thu Jan 10 13:52:17 2008 New Revision: 610944 URL: http://svn.apache.org/viewvc?rev=610944&view=rev Log: Adding in NUnit assembly with version in filename.
Added: incubator/nmaven/trunk/install-libraries.bat (with props) incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.dll (with props) incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom (with props) Removed: incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.2.8.0.pom incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework.dll Added: incubator/nmaven/trunk/install-libraries.bat URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/install-libraries.bat?rev=610944&view=auto ============================================================================== --- incubator/nmaven/trunk/install-libraries.bat (added) +++ incubator/nmaven/trunk/install-libraries.bat Thu Jan 10 13:52:17 2008 @@ -0,0 +1 @@ +cmd /C mvn.bat install:install-file -Dfile=./thirdparty/NUnit/NUnit.Framework-2.4.6.dll -DpomFile=./thirdparty/NUnit/NUnit.Framework-2.4.6.pom -DgroupId=NUnit -DartifactId=NUnit.Framework -Dversion=2.4.6 \ No newline at end of file Propchange: incubator/nmaven/trunk/install-libraries.bat ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.dll URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.dll?rev=610944&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.dll ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom?rev=610944&view=auto ============================================================================== --- incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom (added) +++ incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom Thu Jan 10 13:52:17 2008 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>NUnit</groupId> + <artifactId>NUnit.Framework</artifactId> + <packaging>dotnet:library</packaging> + <version>2.4.6</version> +</project> \ No newline at end of file Propchange: incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom ------------------------------------------------------------------------------ svn:eol-style = native