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/01/12 01:23:48 UTC

[royale-asjs] 05/21: try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday

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

commit 935e724202055dfd85cf34a576f0673d3da4d85e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 11 12:01:46 2018 -0800

    try to use profiles to not build things that don't build, but keep them in the search for new version updates in case we fix the build someday
---
 examples/native/pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/examples/native/pom.xml b/examples/native/pom.xml
index 2a4dbce..866b0b4 100644
--- a/examples/native/pom.xml
+++ b/examples/native/pom.xml
@@ -33,14 +33,22 @@
   <name>Apache Royale: Examples: Native</name>
 
   <modules>
-    <!-- Seems to be missing a module with the angular types -->
-    <!--module>AngularExample</module-->
     <!-- Also seems to be missing something -->
     <module>ButtonExample</module>
     <!-- Also seems to be missing something -->
     <module>USStatesMap</module>
   </modules>
 
+  <profiles>
+    <profile>
+      <id>brokenmodules</id>
+      <modules>
+        <!-- Seems to be missing a module with the angular types -->
+        <module>AngularExample</module>
+      </modules>
+    </profile>
+  </profiles>
+    
   <dependencies>
       <!--
        By declaring this dependency here, we force the royale-externs-js to be

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.