You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/13 06:59:08 UTC

[groovy] 08/09: Split history main/resources/org/codehaus/groovy/tools/shell to main/resources/org/apache/groovy/groovysh - restore name of source-file

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 4293481fa8471bf38dcc086645e3e4bd5f276127
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 13 14:15:07 2019 +1000

    Split history main/resources/org/codehaus/groovy/tools/shell to main/resources/org/apache/groovy/groovysh - restore name of source-file
---
 .../resources/org/codehaus/groovy/tools/shell}/CommandAlias.properties    | 0
 .../resources/org/codehaus/groovy/tools/shell}/CommandSupport.properties  | 0
 .../resources/org/codehaus/groovy/tools/shell}/Groovysh.properties        | 0
 .../resources/org/codehaus/groovy/tools/shell}/Main.properties            | 0
 .../org/codehaus/groovy/tools/shell}/commands/AliasCommand.properties     | 0
 .../org/codehaus/groovy/tools/shell}/commands/ClearCommand.properties     | 0
 .../org/codehaus/groovy/tools/shell}/commands/DisplayCommand.properties   | 0
 .../org/codehaus/groovy/tools/shell}/commands/DocCommand.properties       | 0
 .../org/codehaus/groovy/tools/shell}/commands/EditCommand.properties      | 0
 .../org/codehaus/groovy/tools/shell}/commands/ExitCommand.properties      | 0
 .../org/codehaus/groovy/tools/shell}/commands/GrabCommand.properties      | 0
 .../org/codehaus/groovy/tools/shell}/commands/HelpCommand.properties      | 0
 .../org/codehaus/groovy/tools/shell}/commands/HistoryCommand.properties   | 0
 .../org/codehaus/groovy/tools/shell}/commands/ImportCommand.properties    | 0
 .../org/codehaus/groovy/tools/shell}/commands/InspectCommand.properties   | 0
 .../org/codehaus/groovy/tools/shell}/commands/LoadCommand.properties      | 0
 .../org/codehaus/groovy/tools/shell}/commands/PurgeCommand.properties     | 0
 .../org/codehaus/groovy/tools/shell}/commands/RecordCommand.properties    | 0
 .../org/codehaus/groovy/tools/shell}/commands/RegisterCommand.properties  | 0
 .../org/codehaus/groovy/tools/shell}/commands/SaveCommand.properties      | 0
 .../org/codehaus/groovy/tools/shell}/commands/SetCommand.properties       | 0
 .../org/codehaus/groovy/tools/shell}/commands/ShadowCommand.properties    | 0
 .../org/codehaus/groovy/tools/shell}/commands/ShowCommand.properties      | 0
 23 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/subprojects/groovy-groovysh/src/temp/CommandAlias.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandAlias.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/CommandAlias.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandAlias.properties
diff --git a/subprojects/groovy-groovysh/src/temp/CommandSupport.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandSupport.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/CommandSupport.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/CommandSupport.properties
diff --git a/subprojects/groovy-groovysh/src/temp/Groovysh.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Groovysh.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/Groovysh.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Groovysh.properties
diff --git a/subprojects/groovy-groovysh/src/temp/Main.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Main.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/Main.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/Main.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/AliasCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/AliasCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/AliasCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/AliasCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/ClearCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ClearCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/ClearCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ClearCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/DisplayCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DisplayCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/DisplayCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DisplayCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/DocCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DocCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/DocCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/DocCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/EditCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/EditCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/EditCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/EditCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/ExitCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ExitCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/ExitCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ExitCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/GrabCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/GrabCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/GrabCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/GrabCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/HelpCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HelpCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/HelpCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HelpCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/HistoryCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HistoryCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/HistoryCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/HistoryCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/ImportCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ImportCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/ImportCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ImportCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/InspectCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/InspectCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/InspectCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/InspectCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/LoadCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/LoadCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/LoadCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/LoadCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/PurgeCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/PurgeCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/PurgeCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/PurgeCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/RecordCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RecordCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/RecordCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RecordCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/RegisterCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RegisterCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/RegisterCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/RegisterCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/SaveCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SaveCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/SaveCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SaveCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/SetCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SetCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/SetCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/SetCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/ShadowCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShadowCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/ShadowCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShadowCommand.properties
diff --git a/subprojects/groovy-groovysh/src/temp/commands/ShowCommand.properties b/subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShowCommand.properties
similarity index 100%
rename from subprojects/groovy-groovysh/src/temp/commands/ShowCommand.properties
rename to subprojects/groovy-groovysh/src/main/resources/org/codehaus/groovy/tools/shell/commands/ShowCommand.properties