Author: jdillon Date: Wed Jul 5 15:25:06 2006 New Revision: 419364 URL: http://svn.apache.org/viewvc?rev=419364&view=rev Log: Setting eol properties Modified: geronimo/sandbox/svkmerge/m2migration/bootstrap (props changed) geronimo/sandbox/svkmerge/m2migration/build (props changed) geronimo/sandbox/svkmerge/m2migration/build.bat (contents, props changed) Propchange: geronimo/sandbox/svkmerge/m2migration/bootstrap ------------------------------------------------------------------------------ svn:eol-style = LF Propchange: geronimo/sandbox/svkmerge/m2migration/build ------------------------------------------------------------------------------ svn:eol-style = LF Modified: geronimo/sandbox/svkmerge/m2migration/build.bat URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/build.bat?rev=419364&r1=419363&r2=419364&view=diff ============================================================================== --- geronimo/sandbox/svkmerge/m2migration/build.bat (original) +++ geronimo/sandbox/svkmerge/m2migration/build.bat Wed Jul 5 15:25:06 2006 @@ -1,43 +1,43 @@ -@if "%DEBUG%" == "" @echo off -@rem -@rem $Id$ -@rem - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -:init -@rem Get command-line arguments, handling Windowz variants -if not "%OS%" == "Windows_NT" goto win9xME_args -if "%eval[2+2]" == "4" goto 4NT_args - -@rem Regular WinNT shell -set CMD_LINE_ARGS=%* -goto execute - -:win9xME_args -@rem Slurp the command line arguments. This loop allows for an unlimited number -set CMD_LINE_ARGS= - -:win9xME_args_slurp -if "x%1" == "x" goto execute -set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 -shift -goto win9xME_args_slurp - -:4NT_args -@rem Get arguments from the 4NT Shell from JP Software -set CMD_LINE_ARGS=%$ - -:execute - -mvn -Dstage=bootstrap %CMD_LINE_ARGS% -mvn -Dstage=assemble %CMD_LINE_ARGS% - -:end -@rem End local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" endlocal - -@rem Optional pause the batch file -if "%DBCOPY_BATCH_PAUSE%" == "on" pause - +@if "%DEBUG%" == "" @echo off +@rem +@rem $Id$ +@rem + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +:init +@rem Get command-line arguments, handling Windowz variants +if not "%OS%" == "Windows_NT" goto win9xME_args +if "%eval[2+2]" == "4" goto 4NT_args + +@rem Regular WinNT shell +set CMD_LINE_ARGS=%* +goto execute + +:win9xME_args +@rem Slurp the command line arguments. This loop allows for an unlimited number +set CMD_LINE_ARGS= + +:win9xME_args_slurp +if "x%1" == "x" goto execute +set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 +shift +goto win9xME_args_slurp + +:4NT_args +@rem Get arguments from the 4NT Shell from JP Software +set CMD_LINE_ARGS=%$ + +:execute + +mvn -Dstage=bootstrap %CMD_LINE_ARGS% +mvn -Dstage=assemble %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" endlocal + +@rem Optional pause the batch file +if "%DBCOPY_BATCH_PAUSE%" == "on" pause + Propchange: geronimo/sandbox/svkmerge/m2migration/build.bat ------------------------------------------------------------------------------ --- svn:eol-style (original) +++ svn:eol-style Wed Jul 5 15:25:06 2006 @@ -1 +1 @@ -CRLF +native