From commits-return-8087-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Tue Mar 12 05:03:27 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D1760180657 for ; Tue, 12 Mar 2019 06:03:26 +0100 (CET) Received: (qmail 37375 invoked by uid 500); 12 Mar 2019 05:03:26 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 37366 invoked by uid 99); 12 Mar 2019 05:03:25 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2019 05:03:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3FB6F879C6; Tue, 12 Mar 2019 05:03:25 +0000 (UTC) Date: Tue, 12 Mar 2019 05:03:25 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch GROOVY_2_5_X updated: remove outdated CVS tags MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155236700513.30268.17038234217813183284@gitbox.apache.org> From: paulk@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/GROOVY_2_5_X X-Git-Reftype: branch X-Git-Oldrev: 6fa1eb0f9240b4fef3a94a2748958ca901ee0c57 X-Git-Newrev: 0318977ea922b562ca63ac3e8e77f9da64ef3fdd X-Git-Rev: 0318977ea922b562ca63ac3e8e77f9da64ef3fdd X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_2_5_X in repository https://gitbox.apache.org/repos/asf/groovy.git The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push: new 0318977 remove outdated CVS tags 0318977 is described below commit 0318977ea922b562ca63ac3e8e77f9da64ef3fdd Author: Paul King AuthorDate: Tue Mar 12 15:02:31 2019 +1000 remove outdated CVS tags --- src/bin/grape | 5 ----- src/bin/grape.bat | 4 ---- src/bin/groovy | 5 ----- src/bin/groovy.bat | 4 ---- src/bin/groovyConsole | 5 ----- src/bin/groovyConsole.bat | 4 ---- src/bin/groovyc | 5 ----- src/bin/groovyc.bat | 4 ---- src/bin/groovydoc | 5 ----- src/bin/groovydoc.bat | 4 ---- src/bin/groovysh.bat | 4 ---- src/bin/startGroovy | 5 ----- src/bin/startGroovy.bat | 4 ---- 13 files changed, 58 deletions(-) diff --git a/src/bin/grape b/src/bin/grape index bdbb65a..43ba5bf 100644 --- a/src/bin/grape +++ b/src/bin/grape @@ -26,11 +26,6 @@ ## ## ############################################################################## -## -## $Revision$ -## $Date$ -## - GROOVY_APP_NAME=Grape # resolve links - $0 may be a soft-link diff --git a/src/bin/grape.bat b/src/bin/grape.bat index 695422a..066a116 100644 --- a/src/bin/grape.bat +++ b/src/bin/grape.bat @@ -19,10 +19,6 @@ @if "%DEBUG%" == "" @echo off -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal diff --git a/src/bin/groovy b/src/bin/groovy index 34eea47..c2d29d1 100644 --- a/src/bin/groovy +++ b/src/bin/groovy @@ -26,11 +26,6 @@ ## ## ############################################################################## -## -## $Revision$ -## $Date$ -## - GROOVY_APP_NAME=Groovy # resolve links - $0 may be a soft-link diff --git a/src/bin/groovy.bat b/src/bin/groovy.bat index 5449485..836e56a 100644 --- a/src/bin/groovy.bat +++ b/src/bin/groovy.bat @@ -19,10 +19,6 @@ @if "%DEBUG%" == "" @echo off -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal diff --git a/src/bin/groovyConsole b/src/bin/groovyConsole index 95980b0..2c1b8f1 100644 --- a/src/bin/groovyConsole +++ b/src/bin/groovyConsole @@ -24,11 +24,6 @@ ## ## ############################################################################## -## -## $Revision$ -## $Date$ -## - GROOVY_APP_NAME=GroovyConsole # resolve links - $0 may be a soft-link diff --git a/src/bin/groovyConsole.bat b/src/bin/groovyConsole.bat index 6841da0..de76b4d 100644 --- a/src/bin/groovyConsole.bat +++ b/src/bin/groovyConsole.bat @@ -19,10 +19,6 @@ @if "%DEBUG%" == "" @echo off -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal diff --git a/src/bin/groovyc b/src/bin/groovyc index c564254..6f09c2e 100644 --- a/src/bin/groovyc +++ b/src/bin/groovyc @@ -24,11 +24,6 @@ ## ## ############################################################################## -## -## $Revision$ -## $Date$ -## - GROOVY_APP_NAME=GroovyC # resolve links - $0 may be a soft-link diff --git a/src/bin/groovyc.bat b/src/bin/groovyc.bat index cb60e86..df3bd19 100644 --- a/src/bin/groovyc.bat +++ b/src/bin/groovyc.bat @@ -19,10 +19,6 @@ @if "%DEBUG%" == "" @echo off -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal diff --git a/src/bin/groovydoc b/src/bin/groovydoc index 1b648f3..b26c01e 100644 --- a/src/bin/groovydoc +++ b/src/bin/groovydoc @@ -24,11 +24,6 @@ ## ## ############################################################################## -## -## $Revision$ -## $Date$ -## - GROOVY_APP_NAME=GroovyDoc # resolve links - $0 may be a soft-link diff --git a/src/bin/groovydoc.bat b/src/bin/groovydoc.bat index 3296ba7..a1ad6c3 100644 --- a/src/bin/groovydoc.bat +++ b/src/bin/groovydoc.bat @@ -19,10 +19,6 @@ @if "%DEBUG%" == "" @echo off -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal diff --git a/src/bin/groovysh.bat b/src/bin/groovysh.bat index ff090da..6835633 100644 --- a/src/bin/groovysh.bat +++ b/src/bin/groovysh.bat @@ -19,10 +19,6 @@ @if "%DEBUG%" == "" @echo off -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal diff --git a/src/bin/startGroovy b/src/bin/startGroovy index 2570a29..eb315ea 100644 --- a/src/bin/startGroovy +++ b/src/bin/startGroovy @@ -25,11 +25,6 @@ ## ## ############################################################################## -## -## $Revision$ -## $Date$ -## - PROGNAME=`basename "$0"` #DIRNAME=`dirname "$0"` diff --git a/src/bin/startGroovy.bat b/src/bin/startGroovy.bat index dddc82d..d1864e2 100644 --- a/src/bin/startGroovy.bat +++ b/src/bin/startGroovy.bat @@ -24,10 +24,6 @@ @rem ## @rem ########################################################################## -@rem -@rem $Revision$ $Date$ -@rem - @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal enabledelayedexpansion