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/05/03 16:04:23 UTC

[royale-asjs] branch develop updated: trying to fix maven mxroyale build

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 c91439a  trying to fix maven mxroyale build
c91439a is described below

commit c91439a34ae2bf959078b8b1377c8a3c6839c9bd
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu May 3 18:04:11 2018 +0200

    trying to fix maven mxroyale build
---
 examples/mxroyale/ControlsExample/pom.xml | 2 ++
 examples/mxroyale/HelloWorld/pom.xml      | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/examples/mxroyale/ControlsExample/pom.xml b/examples/mxroyale/ControlsExample/pom.xml
index 0b0e472..8ea1dd2 100644
--- a/examples/mxroyale/ControlsExample/pom.xml
+++ b/examples/mxroyale/ControlsExample/pom.xml
@@ -40,6 +40,8 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>ControlsExample.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
         </configuration>
       </plugin>
     </plugins>
diff --git a/examples/mxroyale/HelloWorld/pom.xml b/examples/mxroyale/HelloWorld/pom.xml
index 9461f5c..0576a8c 100644
--- a/examples/mxroyale/HelloWorld/pom.xml
+++ b/examples/mxroyale/HelloWorld/pom.xml
@@ -40,6 +40,8 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>HelloWorld.mxml</mainClass>
+          <targets>JSRoyale,SWF</targets>
+          <debug>false</debug>
         </configuration>
       </plugin>
     </plugins>

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.