Author: eworley
Date: Sun May 25 16:24:07 2008
New Revision: 660056

URL: http://svn.apache.org/viewvc?rev=660056&view=rev
Log:
Apply patch for NMaven-107

Modified:
    incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat

Modified: incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat?rev=660056&r1=660055&r2=660056&view=diff
==============================================================================
--- incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat (original)
+++ incubator/nmaven/branches/NMAVEN_0.14/bootstrap-build.bat Sun May 25 
16:24:07 2008
@@ -2,7 +2,7 @@
 IF "%phase%"=="" SET phase=install
 ECHO Executing Phase: %phase%
 
-cmd /C mvn.bat install:install-file 
-Dfile=./thirdparty/org.apache.ws/XmlSchema-1.1.jar 
-DpomFile=./thirdparty/org.apache.ws/XmlSchema-1.1.pom 
-DgroupId=org.apache.ws.commons -DartifactId=XmlSchema -Dversion=1.1
+cmd /C mvn.bat install:install-file 
-Dfile=./thirdparty/org.apache.ws/XmlSchema-1.1.jar 
-DpomFile=./thirdparty/org.apache.ws/XmlSchema-1.1.pom 
-DgroupId=org.apache.ws.commons -DartifactId=XmlSchema -Dversion=1.1 
-Dpackaging=jar
 if "%1"=="-DrdfProfile.none" (
     ECHO Building Without RDF Profile
     cmd /C mvn.bat %phase% %*
@@ -39,4 +39,4 @@
     IF errorlevel 1 GOTO END
  )
 
-:END
\ No newline at end of file
+:END


Reply via email to