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 2e9d7be  better left RemoteObject example compile in debug so make 
more easy to check possible errors
2e9d7be is described below

commit 2e9d7be7cb0ffcb2494f4f2a9f1177c301df869c
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Tue May 15 16:58:57 2018 +0200

    better left RemoteObject example compile in debug so make more easy to 
check possible errors
---
 examples/royale/RemoteObjectAMFTest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/RemoteObjectAMFTest/pom.xml 
b/examples/royale/RemoteObjectAMFTest/pom.xml
index 3aa3e19..8d0dbe6 100644
--- a/examples/royale/RemoteObjectAMFTest/pom.xml
+++ b/examples/royale/RemoteObjectAMFTest/pom.xml
@@ -54,7 +54,7 @@
         <configuration>
           <mainClass>App.mxml</mainClass>
           <targets>SWF,JSRoyale</targets>
-          <debug>false</debug>
+          <!-- <debug>false</debug> -->
           
<htmlTemplate>${basedir}/target/javascript/bin/js-debug/jewel-example-index-template.html</htmlTemplate>
         </configuration>
       </plugin>

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

Reply via email to