You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by cd...@apache.org on 2021/02/22 11:45:52 UTC

[royale-asjs] branch feature/maven-ace created (now 383553f)

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

cdutz pushed a change to branch feature/maven-ace
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


      at 383553f  - Hopefully fixed the ACE build

This branch includes the following new commits:

     new 383553f  - Hopefully fixed the ACE build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[royale-asjs] 01/01: - Hopefully fixed the ACE build

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/maven-ace
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 383553fabbe48c94369a699d825e16ee29c5c4b5
Author: Christofer Dutz <ch...@c-ware.de>
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>