This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8060fee3e debugger: directory name was changed from flex to royale, 
but package name still starts with flex
8060fee3e is described below

commit 8060fee3e1c27f3bddc1e8b68b064e2bf728c462
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Jun 20 15:28:42 2024 -0700

    debugger: directory name was changed from flex to royale, but package name 
still starts with flex
    
    We may still want to change the package name to start with royale instead, 
but right now, the directory name and package name really should match
---
 .../main/java/{royale => flex}/tools/debugger/cli/AmbiguousException.java | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/BreakAction.java    | 0
 .../main/java/{royale => flex}/tools/debugger/cli/BreakIdentifier.java    | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/CatchAction.java    | 0
 debugger/src/main/java/{royale => flex}/tools/debugger/cli/DebugCLI.java  | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/DisplayAction.java  | 0
 .../main/java/{royale => flex}/tools/debugger/cli/ExpressionCache.java    | 0
 .../main/java/{royale => flex}/tools/debugger/cli/ExpressionContext.java  | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/Extensions.java     | 0
 .../main/java/{royale => flex}/tools/debugger/cli/ExtensionsDisabled.java | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/FaultActions.java   | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/FileInfoCache.java  | 0
 debugger/src/main/java/{royale => flex}/tools/debugger/cli/Help.java      | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/IntProperties.java  | 0
 .../main/java/{royale => flex}/tools/debugger/cli/InternalProperty.java   | 0
 .../main/java/{royale => flex}/tools/debugger/cli/LocationCollection.java | 0
 .../main/java/{royale => flex}/tools/debugger/cli/NoMatchException.java   | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/StringIntArray.java | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/VariableFacade.java | 0
 .../src/main/java/{royale => flex}/tools/debugger/cli/WatchAction.java    | 0
 20 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/AmbiguousException.java 
b/debugger/src/main/java/flex/tools/debugger/cli/AmbiguousException.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/AmbiguousException.java
rename to debugger/src/main/java/flex/tools/debugger/cli/AmbiguousException.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/BreakAction.java 
b/debugger/src/main/java/flex/tools/debugger/cli/BreakAction.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/BreakAction.java
rename to debugger/src/main/java/flex/tools/debugger/cli/BreakAction.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/BreakIdentifier.java 
b/debugger/src/main/java/flex/tools/debugger/cli/BreakIdentifier.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/BreakIdentifier.java
rename to debugger/src/main/java/flex/tools/debugger/cli/BreakIdentifier.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/CatchAction.java 
b/debugger/src/main/java/flex/tools/debugger/cli/CatchAction.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/CatchAction.java
rename to debugger/src/main/java/flex/tools/debugger/cli/CatchAction.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/DebugCLI.java 
b/debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/DebugCLI.java
rename to debugger/src/main/java/flex/tools/debugger/cli/DebugCLI.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/DisplayAction.java 
b/debugger/src/main/java/flex/tools/debugger/cli/DisplayAction.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/DisplayAction.java
rename to debugger/src/main/java/flex/tools/debugger/cli/DisplayAction.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/ExpressionCache.java 
b/debugger/src/main/java/flex/tools/debugger/cli/ExpressionCache.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/ExpressionCache.java
rename to debugger/src/main/java/flex/tools/debugger/cli/ExpressionCache.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/ExpressionContext.java 
b/debugger/src/main/java/flex/tools/debugger/cli/ExpressionContext.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/ExpressionContext.java
rename to debugger/src/main/java/flex/tools/debugger/cli/ExpressionContext.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/Extensions.java 
b/debugger/src/main/java/flex/tools/debugger/cli/Extensions.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/Extensions.java
rename to debugger/src/main/java/flex/tools/debugger/cli/Extensions.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/ExtensionsDisabled.java 
b/debugger/src/main/java/flex/tools/debugger/cli/ExtensionsDisabled.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/ExtensionsDisabled.java
rename to debugger/src/main/java/flex/tools/debugger/cli/ExtensionsDisabled.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/FaultActions.java 
b/debugger/src/main/java/flex/tools/debugger/cli/FaultActions.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/FaultActions.java
rename to debugger/src/main/java/flex/tools/debugger/cli/FaultActions.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/FileInfoCache.java 
b/debugger/src/main/java/flex/tools/debugger/cli/FileInfoCache.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/FileInfoCache.java
rename to debugger/src/main/java/flex/tools/debugger/cli/FileInfoCache.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/Help.java 
b/debugger/src/main/java/flex/tools/debugger/cli/Help.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/Help.java
rename to debugger/src/main/java/flex/tools/debugger/cli/Help.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/IntProperties.java 
b/debugger/src/main/java/flex/tools/debugger/cli/IntProperties.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/IntProperties.java
rename to debugger/src/main/java/flex/tools/debugger/cli/IntProperties.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/InternalProperty.java 
b/debugger/src/main/java/flex/tools/debugger/cli/InternalProperty.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/InternalProperty.java
rename to debugger/src/main/java/flex/tools/debugger/cli/InternalProperty.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/LocationCollection.java 
b/debugger/src/main/java/flex/tools/debugger/cli/LocationCollection.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/LocationCollection.java
rename to debugger/src/main/java/flex/tools/debugger/cli/LocationCollection.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/NoMatchException.java 
b/debugger/src/main/java/flex/tools/debugger/cli/NoMatchException.java
similarity index 100%
rename from 
debugger/src/main/java/royale/tools/debugger/cli/NoMatchException.java
rename to debugger/src/main/java/flex/tools/debugger/cli/NoMatchException.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/StringIntArray.java 
b/debugger/src/main/java/flex/tools/debugger/cli/StringIntArray.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/StringIntArray.java
rename to debugger/src/main/java/flex/tools/debugger/cli/StringIntArray.java
diff --git 
a/debugger/src/main/java/royale/tools/debugger/cli/VariableFacade.java 
b/debugger/src/main/java/flex/tools/debugger/cli/VariableFacade.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/VariableFacade.java
rename to debugger/src/main/java/flex/tools/debugger/cli/VariableFacade.java
diff --git a/debugger/src/main/java/royale/tools/debugger/cli/WatchAction.java 
b/debugger/src/main/java/flex/tools/debugger/cli/WatchAction.java
similarity index 100%
rename from debugger/src/main/java/royale/tools/debugger/cli/WatchAction.java
rename to debugger/src/main/java/flex/tools/debugger/cli/WatchAction.java

Reply via email to