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/27 19:35:23 UTC

svn commit: r523048 - /incubator/nmaven/branches/SI_XPT/bootstrap-build.bat

Author: sisbell
Date: Tue Mar 27 12:35:22 2007
New Revision: 523048

URL: http://svn.apache.org/viewvc?view=rev&rev=523048
Log:
Updates to fix NMAVEN-29.

Modified:
    incubator/nmaven/branches/SI_XPT/bootstrap-build.bat

Modified: incubator/nmaven/branches/SI_XPT/bootstrap-build.bat
URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_XPT/bootstrap-build.bat?view=diff&rev=523048&r1=523047&r2=523048
==============================================================================
--- incubator/nmaven/branches/SI_XPT/bootstrap-build.bat (original)
+++ incubator/nmaven/branches/SI_XPT/bootstrap-build.bat Tue Mar 27 12:35:22 2007
@@ -6,6 +6,10 @@
     call mvn -f ./assemblies/pom-M_2_2.xml -Dmaven.test.skip=true -Dbootstrap -Dvendor=MICROSOFT -DframeworkVersion=2.0.50727 install %*
  ) else if "%1" == "-DG_x_x" (
     call mvn -f ./assemblies/pom-G_x_x.xml -Dmaven.test.skip=true -Dbootstrap -Dvendor=DotGNU install %*
+ ) else  if "%1" == "-DN_x_2" (
+    call mvn -f ./assemblies/pom.xml -Dmaven.test.skip=true -Dbootstrap -Dvendor=MONO -DframeworkVersion=2.0.50727 install %*
+ ) else  if "%1" == "-DALL" (
+    call bootstrap-cross-platform
  ) else (
     call mvn -f ./assemblies/pom.xml -Dmaven.test.skip=true -Dbootstrap install %*
  )