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 6013a86 Add module Icons to build as an attempt of fixing
unrecognized tag in MXML
6013a86 is described below
commit 6013a868df1dca94670f629b12549e44af4c0156
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Fri Aug 24 14:21:02 2018 +0200
Add module Icons to build as an attempt of fixing unrecognized tag in MXML
---
frameworks/build.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 384aca6..2bb3a55 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -141,6 +141,7 @@
<antcall target="MXRoyale"/>
<antcall target="Jewel"/>
<antcall target="JewelTheme"/>
+ <antcall target="Icons"/>
</target>
<target name="fonts">
@@ -197,6 +198,7 @@
<ant dir="${basedir}/projects/RoyaleSite" target="clean"/>
<ant dir="${basedir}/projects/MXRoyale" target="clean"/>
<ant dir="${basedir}/projects/Jewel" target="clean"/>
+ <ant dir="${basedir}/projects/Icons" target="clean"/>
<ant dir="${basedir}/themes/JewelTheme" target="clean"/>
<ant dir="${basedir}/fontsrc" target="clean"/>
@@ -346,7 +348,9 @@
<target name="JewelTheme" description="Clean build of JewelTheme.swc">
<ant dir="${basedir}/themes/JewelTheme"/>
</target>
-
+ <target name="Icons" description="Clean build of Icons.swc">
+ <ant dir="${basedir}/projects/Icons"/>
+ </target>
<target name="create-config" depends="playerglobal-setswfversion"
description="Copy the config template and inject version numbers">
<copy file="${basedir}/${configname}-config-template.xml"
tofile="${basedir}/${configname}-config.xml" overwrite="true">
<filterset>