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 16:09:01 UTC

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

Author: sisbell
Date: Wed Mar 21 09:09:00 2007
New Revision: 520928

URL: http://svn.apache.org/viewvc?view=rev&rev=520928
Log:
The build script for linux.

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=520928&r1=520927&r2=520928
==============================================================================
--- incubator/nmaven/branches/SI_IDE/bootstrap-build.sh (original)
+++ incubator/nmaven/branches/SI_IDE/bootstrap-build.sh Wed Mar 21 09:09:00 2007
@@ -1,4 +1,4 @@
 mvn -f ./components/pom.xml install
-mvn -f ./plugins/pom-java-bootstrap.xml install
-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
-mvn -f ./plugins/pom-net-bootstrap.xml -Dmaven.test.skip=true -Dbootstrap install
\ No newline at end of file
+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 -f ./assemblies/pom.xml -Dmaven.test.skip=true -Dbootstrap install $*