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 2019/06/03 12:40:17 UTC

[royale-asjs] branch develop updated: Add B012 blog example to examples maven build and change theme color

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 e837908  Add B012 blog example to examples maven build and change theme color
e837908 is described below

commit e837908efbb1535c389b971d511c2eb216f2b95b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Jun 3 14:40:09 2019 +0200

    Add B012 blog example to examples maven build and change theme color
---
 .../BE0012_Using_external_javascript_libraries_in_Apache_Royale/pom.xml | 2 +-
 examples/blog/pom.xml                                                   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/pom.xml b/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/pom.xml
index 523d606..ff2429e 100644
--- a/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/pom.xml
+++ b/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/pom.xml
@@ -81,7 +81,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.royale.framework</groupId>
-      <artifactId>Jewel-Light-NoFlat-Primary-Turquoise-Theme</artifactId>
+      <artifactId>Jewel-Light-NoFlat-Primary-Sunflower-Theme</artifactId>
       <version>0.9.6-SNAPSHOT</version>
       <type>swc</type>
       <scope>theme</scope>
diff --git a/examples/blog/pom.xml b/examples/blog/pom.xml
index a3a02c4..ca26d2e 100644
--- a/examples/blog/pom.xml
+++ b/examples/blog/pom.xml
@@ -44,6 +44,7 @@
     <module>BE0009_Using_an_Item_ Renderer_with_a_List</module>
     <module>BE0010_Customization_through_the_Royale_API</module>
     <module>BE0011_Loading_external_data_through_HTTPService</module>
+    <module>BE0012_Using_external_javascript_libraries_in_Apache_Royale</module>
   </modules>
 
   <build>