From scm-return-13257-apmail-geronimo-scm-archive=geronimo.apache.org@geronimo.apache.org Wed Jul 05 22:25:31 2006 Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 18946 invoked from network); 5 Jul 2006 22:25:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 22:25:30 -0000 Received: (qmail 85696 invoked by uid 500); 5 Jul 2006 22:25:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 85687 invoked by uid 500); 5 Jul 2006 22:25:30 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 85674 invoked by uid 99); 5 Jul 2006 22:25:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 15:25:30 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 15:25:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3E6E91A981A; Wed, 5 Jul 2006 15:25:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r419364 - in /geronimo/sandbox/svkmerge/m2migration: bootstrap build build.bat Date: Wed, 05 Jul 2006 22:25:07 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060705222509.3E6E91A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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