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 2020/01/04 19:30:29 UTC

[royale-asjs] branch develop updated: jewel-themes: fix wrong name and file

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 c157261  jewel-themes: fix wrong name and file
c157261 is described below

commit c157261ee16e9a4f9e2db5a44ff24d617f642cfd
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jan 4 20:30:16 2020 +0100

    jewel-themes: fix wrong name and file
---
 .../defaults.css                                                        | 0
 frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml     | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Sapphire-Red-Theme/defaults.css b/examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/defaults.css
similarity index 100%
rename from examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Sapphire-Red-Theme/defaults.css
rename to examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/defaults.css
diff --git a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml
index 8b2aa88..219df00 100644
--- a/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml
+++ b/frameworks/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme/pom.xml
@@ -77,7 +77,7 @@
                         <include>defaults.sass</include>
                     </includes>
                 </source>
-                <destination>${basedir}/../../../examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Sapphire-Red-Theme</destination>
+                <destination>${basedir}/../../../examples/royale/TourDeJewel/src/main/resources/assets/themes/Jewel-Light-NoFlat-Primary-Sapphire-Theme</destination>
             </resource>
           </resources>
         </configuration>