This is an automated email from the ASF dual-hosted git repository.

aharui 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 1028f86  fix pom for Express
1028f86 is described below

commit 1028f868abc9bbe8201bb61facab4fa471c3f7e1
Author: Alex Harui <[email protected]>
AuthorDate: Tue Mar 19 12:44:39 2019 -0700

    fix pom for Express
---
 frameworks/projects/Express/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/Express/pom.xml 
b/frameworks/projects/Express/pom.xml
index 83d68a7..c707553 100644
--- a/frameworks/projects/Express/pom.xml
+++ b/frameworks/projects/Express/pom.xml
@@ -41,7 +41,6 @@
         <version>${royale.compiler.version}</version>
         <extensions>true</extensions>
         <configuration>
-          
<additionalCompilerOptions>-include-lookup-only</additionalCompilerOptions>
           <namespaces>
             <namespace>
               <uri>library://ns.apache.org/royale/express</uri>
@@ -63,7 +62,7 @@
             </include-file>
           </includeFiles>
           <skipExtern>true</skipExtern>
-          
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true</additionalCompilerOptions>
+          
<additionalCompilerOptions>-js-default-initializers=false;-source-map=true;-include-lookup-only</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>

Reply via email to