You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/09/10 00:22:17 UTC

[royale-asjs] 02/03: jsonly needs to strip swcs from royale-config.xml

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

aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 46adba2425b14913699ee6b1690953414eb8adaa
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Sep 9 17:21:24 2019 -0700

    jsonly needs to strip swcs from royale-config.xml
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 6e4377a..2d3b31a 100644
--- a/build.xml
+++ b/build.xml
@@ -438,6 +438,7 @@ limitations under the License.
         <ant dir="${basedir}/frameworks" target="create-config">
             <property name="configname" value="royale" />
         </ant>
+        <antcall target="tweak-for-jsonly" />
         <ant dir="${basedir}/frameworks" target="create-config">
             <property name="configname" value="air" />
         </ant>