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 <aha...@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" <commits@royale.apache.org>.

Reply via email to