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

piotrz 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 3b4e504  Move RoyaleUnit to main build
3b4e504 is described below

commit 3b4e504dee32beedc8eea34ca8e75344885187b0
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Tue Aug 27 06:51:39 2019 +0200

    Move RoyaleUnit to main build
---
 frameworks/projects/pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index 37d4648..4017a9a 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -69,18 +69,9 @@
     <module>Icons</module>
     <module>SparkRoyale</module>
     <module>Jewel</module>
+    <module>RoyaleUnit</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>brokenmodules</id>
-      <modules>
-          <!-- Seems to be missing a flexunit? -->
-          <module>RoyaleUnit</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <build>
     <plugins>
       <plugin>

Reply via email to