You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/03/21 19:28:51 UTC

svn commit: r520978 - /incubator/nmaven/branches/SI_IDE/bootstrap-build.sh

Author: sisbell
Date: Wed Mar 21 12:28:50 2007
New Revision: 520978

URL: http://svn.apache.org/viewvc?view=rev&rev=520978
Log:
Update to shell build.

Modified:
    incubator/nmaven/branches/SI_IDE/bootstrap-build.sh

Modified: incubator/nmaven/branches/SI_IDE/bootstrap-build.sh
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_IDE/bootstrap-build.sh?view=diff&rev=520978&r1=520977&r2=520978
==============================================================================
--- incubator/nmaven/branches/SI_IDE/bootstrap-build.sh (original)
+++ incubator/nmaven/branches/SI_IDE/bootstrap-build.sh Wed Mar 21 12:28:50 2007
@@ -1,4 +1,4 @@
 mvn -f ./components/pom.xml install
 mvn -f ./plugins/pom.xml install
-mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=./thirdparty/NUnit/NUnit.Framework -DgroupId=NUnit -DartifactId=NUnit.Framework -Dpackaging=dll -Dversion=2.2.8.0
+mvn org.apache.maven.dotnet.plugins:maven-install-plugin:install-file -Dfile=thirdparty/NUnit/NUnit.Framework.dll -DgroupId=NUnit -DartifactId=NUnit.Framework -Dpackaging=dll -Dversion=2.2.8.0
 mvn -f ./assemblies/pom.xml -Dmaven.test.skip=true -Dbootstrap install $*