You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/12/18 17:23:51 UTC

[royale-asjs] branch develop updated: Ant: include RoyaleUnitUI library

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

joshtynjala 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 aa284f8  Ant: include RoyaleUnitUI library
aa284f8 is described below

commit aa284f8d8f589b7cf1789cd430a494fba126988b
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Wed Dec 18 09:22:59 2019 -0800

    Ant: include RoyaleUnitUI library
---
 frameworks/build.xml                  | 6 ++++++
 frameworks/royale-config-template.xml | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/frameworks/build.xml b/frameworks/build.xml
index 48a41d1..618a4c7 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -116,6 +116,7 @@
         <antcall target="RoyaleUnit"/>
         <antcall target="Collections"/>
         <antcall target="Basic"/>
+        <antcall target="RoyaleUnitUI"/>
 
         <antcall target="Ace"/>
         <antcall target="HTML"/>
@@ -204,6 +205,7 @@
         <ant dir="${basedir}/projects/Mobile" target="clean"/>
         <ant dir="${basedir}/projects/Reflection" target="clean"/>
         <ant dir="${basedir}/projects/RoyaleUnit" target="clean"/>
+        <ant dir="${basedir}/projects/RoyaleUnitUI" target="clean"/>
         <ant dir="${basedir}/projects/Network" target="clean"/>
         <ant dir="${basedir}/projects/Storage" target="clean"/>
         <ant dir="${basedir}/projects/XML" target="clean"/>
@@ -363,6 +365,10 @@
         <ant dir="${basedir}/projects/RoyaleUnit" target="test"/>
     </target>
 
+    <target name="RoyaleUnitUI" description="Clean build of RoyaleUnitUI.swc">
+        <ant dir="${basedir}/projects/RoyaleUnitUI"/>
+    </target>
+
     <target name="Storage" description="Clean build of Storage.swc">
         <ant dir="${basedir}/projects/Storage"/>
     </target>
diff --git a/frameworks/royale-config-template.xml b/frameworks/royale-config-template.xml
index 22f9f4f..63129fd 100644
--- a/frameworks/royale-config-template.xml
+++ b/frameworks/royale-config-template.xml
@@ -121,6 +121,7 @@
          <path-element>libs/Reflection.swc</path-element>
          <path-element>libs/RoyaleSite.swc</path-element>
          <path-element>libs/RoyaleUnit.swc</path-element>
+         <path-element>libs/RoyaleUnitUI.swc</path-element>
          <path-element>libs/Storage.swc</path-element>
          <path-element>libs/TLF.swc</path-element>
          <path-element>libs/Text.swc</path-element>
@@ -158,6 +159,7 @@
           <path-element>js/libs/ReflectionJS.swc</path-element>
           <path-element>js/libs/RoyaleSiteJS.swc</path-element>
           <path-element>js/libs/RoyaleUnitJS.swc</path-element>
+          <path-element>js/libs/RoyaleUnitUIJS.swc</path-element>
           <path-element>js/libs/StorageJS.swc</path-element>
           <path-element>js/libs/TLFJS.swc</path-element>
           <path-element>js/libs/TextJS.swc</path-element>