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/19 16:12:36 UTC

[royale-asjs] branch develop updated: BE0013: update targets to JSRoyale to avoid build fail

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 d35c5b4  BE0013: update targets to JSRoyale to avoid build fail
d35c5b4 is described below

commit d35c5b4e0993fd3700f07ba15650349481707b58
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Jun 19 18:12:28 2019 +0200

    BE0013: update targets to JSRoyale to avoid build fail
---
 .../JewelModule/pom.xml                                                 | 1 +
 .../MainJewelApp/pom.xml                                                | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/JewelModule/pom.xml b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/JewelModule/pom.xml
index c121fc5..17918b7 100644
--- a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/JewelModule/pom.xml
+++ b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/JewelModule/pom.xml
@@ -40,6 +40,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>JewelModule.mxml</mainClass>
+          <targets>JSRoyale</targets>
           <debug>false</debug>
           <additionalCompilerOptions>-js-compiler-option=--variable_map_input_file ../../../../../MainJewelApp/target/javascript/bin/js-release/gccvars.txt;-js-compiler-option+=--property_map_input_file ../../../../../MainJewelApp/target/javascript/bin/js-release/gccprops.txt</additionalCompilerOptions>
         </configuration>
diff --git a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/pom.xml b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/pom.xml
index c128b36..d98c5a7 100644
--- a/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/pom.xml
+++ b/examples/blog/BE0013_Dividing_an_Apache_Royale_application_with_modules/MainJewelApp/pom.xml
@@ -40,7 +40,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>MainJewelApp.mxml</mainClass>
-          <targets>${royale.example.targets}</targets>
+          <targets>JSRoyale</targets>
           <debug>false</debug>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
           <additionalCompilerOptions>-source-map=true;-js-compiler-option=--variable_map_output_file gccvars.txt;-js-compiler-option+=--property_map_output_file gccprops.txt</additionalCompilerOptions>