From commits-return-8552-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Mon May 13 06:59:02 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 806CE180789 for ; Mon, 13 May 2019 08:59:01 +0200 (CEST) Received: (qmail 81580 invoked by uid 500); 13 May 2019 06:59:00 -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 81401 invoked by uid 99); 13 May 2019 06:59:00 -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; Mon, 13 May 2019 06:59:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6FFCA87346; Mon, 13 May 2019 06:59:00 +0000 (UTC) Date: Mon, 13 May 2019 06:59:05 +0000 To: "commits@groovy.apache.org" Subject: [groovy] 05/09: Split history main/resources/org/codehaus/groovy/tools/shell to main/resources/org/apache/groovy/groovysh - rename file to target-name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: paulk@apache.org In-Reply-To: <155773074011.16406.8279465994934364276@gitbox.apache.org> References: <155773074011.16406.8279465994934364276@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: d5b831827bd9b8d06cef4044795c05ac83707fd9 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190513065900.6FFCA87346@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git commit d5b831827bd9b8d06cef4044795c05ac83707fd9 Author: Paul King AuthorDate: Mon May 13 14:15:05 2019 +1000 Split history main/resources/org/codehaus/groovy/tools/shell to main/resources/org/apache/groovy/groovysh - rename file to target-name --- .../groovy/tools/shell => apache/groovy/groovysh}/CommandAlias.properties | 0 .../tools/shell => apache/groovy/groovysh}/CommandSupport.properties | 0 .../groovy/tools/shell => apache/groovy/groovysh}/Groovysh.properties | 0 .../groovy/tools/shell => apache/groovy/groovysh}/Main.properties | 0 .../shell => apache/groovy/groovysh}/commands/AliasCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/ClearCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/DisplayCommand.properties | 0 .../tools/shell => apache/groovy/groovysh}/commands/DocCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/EditCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/ExitCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/GrabCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/HelpCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/HistoryCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/ImportCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/InspectCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/LoadCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/PurgeCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/RecordCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/RegisterCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/SaveCommand.properties | 0 .../tools/shell => apache/groovy/groovysh}/commands/SetCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/ShadowCommand.properties | 0 .../shell => apache/groovy/groovysh}/commands/ShowCommand.properties | 0 23 files changed, 0 insertions(+), 0 deletions(-) diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandAlias.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/CommandAlias.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandAlias.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/CommandAlias.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandSupport.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/CommandSupport.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandSupport.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/CommandSupport.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Groovysh.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/Groovysh.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Groovysh.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/Groovysh.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Main.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/Main.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Main.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/Main.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/AliasCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/AliasCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/AliasCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/AliasCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ClearCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ClearCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ClearCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ClearCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DisplayCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/DisplayCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DisplayCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/DisplayCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DocCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/DocCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DocCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/DocCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/EditCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/EditCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/EditCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/EditCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ExitCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ExitCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ExitCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ExitCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/GrabCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/GrabCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/GrabCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/GrabCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HelpCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/HelpCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HelpCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/HelpCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HistoryCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/HistoryCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HistoryCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/HistoryCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ImportCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ImportCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ImportCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ImportCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/InspectCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/InspectCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/InspectCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/InspectCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/LoadCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/LoadCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/LoadCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/LoadCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/PurgeCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/PurgeCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/PurgeCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/PurgeCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RecordCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/RecordCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RecordCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/RecordCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RegisterCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/RegisterCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RegisterCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/RegisterCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SaveCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/SaveCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SaveCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/SaveCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SetCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/SetCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SetCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/SetCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShadowCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ShadowCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShadowCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ShadowCommand.properties diff --git a/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShowCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ShowCommand.properties similarity index 100% rename from subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShowCommand.properties rename to subprojects/groovy-groovysh/src/main/resources/org/apache/groovy/groovysh/commands/ShowCommand.properties