Author: sisbell
Date: Mon Jan 14 19:45:11 2008
New Revision: 612005

URL: http://svn.apache.org/viewvc?rev=612005&view=rev
Log:
Changed the group id on the NUnit assembly to be consistent with Maven and 
added incubating in version of NUnit.

Added:
    
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.dll   
(with props)
    
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom   
(with props)
Removed:
    incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.dll
    incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6.pom
Modified:
    
incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml
    incubator/nmaven/trunk/install-libraries.bat

Modified: 
incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml?rev=612005&r1=612004&r2=612005&view=diff
==============================================================================
--- 
incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml
 (original)
+++ 
incubator/nmaven/trunk/core-integration-tests/src/test/resources/MavenITmng-0007-CSharpCompileTestLibrary/pom.xml
 Mon Jan 14 19:45:11 2008
@@ -31,9 +31,9 @@
   </build>
   <dependencies>
     <dependency>
-      <groupId>NUnit</groupId>
+      <groupId>org.apache.maven.dotnet</groupId>
       <artifactId>NUnit.Framework</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.6-incubating</version>
       <type>dotnet:library</type>
       <scope>test</scope>
     </dependency>

Modified: incubator/nmaven/trunk/install-libraries.bat
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/install-libraries.bat?rev=612005&r1=612004&r2=612005&view=diff
==============================================================================
--- incubator/nmaven/trunk/install-libraries.bat (original)
+++ incubator/nmaven/trunk/install-libraries.bat Mon Jan 14 19:45:11 2008
@@ -1 +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
+cmd /C mvn.bat install:install-file 
-Dfile=./thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.dll 
-DpomFile=./thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom 
-DgroupId=org.apache.maven.dotnet -DartifactId=NUnit.Framework 
-Dversion=2.4.6-incubating
\ No newline at end of file

Added: 
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.dll
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.dll?rev=612005&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.dll
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom?rev=612005&view=auto
==============================================================================
--- 
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom 
(added)
+++ 
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom 
Mon Jan 14 19:45:11 2008
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.dotnet</groupId>
+  <artifactId>NUnit.Framework</artifactId>
+  <packaging>dotnet:library</packaging>
+  <version>2.4.6-incubating</version>
+</project>
\ No newline at end of file

Propchange: 
incubator/nmaven/trunk/thirdparty/NUnit/NUnit.Framework-2.4.6-incubating.pom
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to