You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/03/08 19:05:51 UTC

[royale-asjs] 01/02: maven build for MXRoyale

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

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ec5c1c829f5939fbb6196d722ef7e530d1fa5884
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Mar 8 10:58:08 2018 -0800

    maven build for MXRoyale
---
 frameworks/projects/MXRoyale/pom.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/frameworks/projects/MXRoyale/pom.xml b/frameworks/projects/MXRoyale/pom.xml
index df7c312..f1e9d16 100644
--- a/frameworks/projects/MXRoyale/pom.xml
+++ b/frameworks/projects/MXRoyale/pom.xml
@@ -51,6 +51,14 @@
             <includeClass>MXRoyaleClasses</includeClass>
           </includeClasses>
           <skipExtern>true</skipExtern>
+          <defines>
+              <define>
+                  <name>GOOG::DEBUG</name>
+                  <value>true</value>
+              </define>
+          </defines>
+          <allowSubclassOverrides>true</allowSubclassOverrides>
+          <additionalCompilerOptions>-js-compiler-define=COMPILE::JS,true;-js-compiler-define=COMPILE::SWF,false;-js-compiler-define=GOOG::DEBUG,goog.DEBUG</additionalCompilerOptions>
         </configuration>
       </plugin>
     </plugins>
@@ -85,6 +93,20 @@
         <type>swc</type>
         <classifier>js</classifier>
     </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Express</artifactId>
+        <version>0.9.2-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>swf</classifier>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.royale.framework</groupId>
+        <artifactId>Express</artifactId>
+        <version>0.9.2-SNAPSHOT</version>
+        <type>swc</type>
+        <classifier>js</classifier>
+    </dependency>
   </dependencies>
 
 </project>

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