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
commit 721509b40bfca2fff38f3206361f627cc2275014 Author: Christofer Dutz <[email protected]> AuthorDate: Mon Feb 22 12:45:22 2021 +0100 - Hopefully fixed the ACE build --- distribution/pom.xml | 4 ++-- frameworks/projects/Ace/pom.xml | 3 ++- frameworks/projects/pom.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index d6c89c1..c1b91d8 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/Ace/pom.xml b/frameworks/projects/Ace/pom.xml index ae47e04..6a76b12 100644 --- a/frameworks/projects/Ace/pom.xml +++ b/frameworks/projects/Ace/pom.xml @@ -48,7 +48,7 @@ </namespace> </namespaces> <includeClasses> - <includeClass>JQueryClasses</includeClass> + <includeClass>AceClasses</includeClass> </includeClasses> <includeFiles> <include-file> @@ -56,6 +56,7 @@ <path>../src/main/resources/defaults.css</path> </include-file> </includeFiles> + <allowSubclassOverrides>true</allowSubclassOverrides> <skipExtern>true</skipExtern> <skipAS>${royale.skipAS}</skipAS> </configuration> diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml index 3364a0b..9e09e3f 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>
