This is an automated email from the ASF dual-hosted git repository.
cdutz 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 3aa93d4 - Disabled the ACE module for now ..
3aa93d4 is described below
commit 3aa93d41d54c44c5cbb84e3950980b8eaa002931
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Feb 22 12:26:52 2021 +0100
- Disabled the ACE module for now ..
---
distribution/pom.xml | 4 ++--
frameworks/projects/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index c1b91d8..d6c89c1 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -87,13 +87,13 @@
</dependency>
<!-- Add the framework js-swc modules -->
- <dependency>
+ <!--dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Ace</artifactId>
<version>0.9.8-SNAPSHOT</version>
<type>swc</type>
<classifier>js</classifier>
- </dependency>
+ </dependency-->
<dependency>
<groupId>org.apache.royale.framework</groupId>
<artifactId>Basic</artifactId>
diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index 9e09e3f..3364a0b 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -44,7 +44,7 @@
<name>Apache Royale: Framework: Libs</name>
<modules>
- <module>Ace</module>
+ <!--module>Ace</module-->
<module>Basic</module>
<module>Binding</module>
<module>Charts</module>