You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/20 14:45:21 UTC

[royale-asjs] branch develop updated: Move HighlightCode class to JewelExample

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new dd65535  Move HighlightCode class to JewelExample
dd65535 is described below

commit dd655356a382737355ba403d3781fb95fd2ef819
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Sep 20 16:45:11 2018 +0200

    Move HighlightCode class to JewelExample
---
 examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml       | 2 +-
 .../royale/JewelExample/src/main/royale/utils}/HighlightCode.as         | 2 +-
 frameworks/projects/Jewel/src/main/royale/JewelClasses.as               | 2 --
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
index 28aba67..915e8eb 100644
--- a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
@@ -84,7 +84,7 @@ limitations under the License.
 
             import org.apache.royale.collections.ArrayList;
             import vos.TabBarButtonVO;
-            import org.apache.royale.jewel.supportClasses.util.HighlightCode;
+            import utils.HighlightCode;
             
             private function changeHandler(event:Event):void
             {
diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/util/HighlightCode.as b/examples/royale/JewelExample/src/main/royale/utils/HighlightCode.as
similarity index 97%
rename from frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/util/HighlightCode.as
rename to examples/royale/JewelExample/src/main/royale/utils/HighlightCode.as
index 661195b..0d35017 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/supportClasses/util/HighlightCode.as
+++ b/examples/royale/JewelExample/src/main/royale/utils/HighlightCode.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.royale.jewel.supportClasses.util
+package utils
 {
 	public class HighlightCode
 	{
diff --git a/frameworks/projects/Jewel/src/main/royale/JewelClasses.as b/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
index 9ea0780..6de1583 100644
--- a/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
+++ b/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
@@ -95,8 +95,6 @@ package
         
         import org.apache.royale.jewel.supportClasses.util.positionInsideBoundingClientRect; positionInsideBoundingClientRect;
 
-        import org.apache.royale.jewel.supportClasses.util.HighlightCode; HighlightCode;
-
         //import org.apache.royale.jewel.beads.views.JewelLabelViewBead; JewelLabelViewBead;
     }