You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/12/06 18:35:10 UTC

[royale-asjs] branch feature/config-name-changes updated: fix a project config that uses Jewel and MXRoyale

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

carlosrovira pushed a commit to branch feature/config-name-changes
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/config-name-changes by this push:
     new e18719b  fix a project config that uses Jewel and MXRoyale
e18719b is described below

commit e18719bae4d4e907dd5ebea6e12b4bef2cc3c5ab
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Dec 6 19:35:00 2018 +0100

    fix a project config that uses Jewel and MXRoyale
---
 examples/mxroyale/RemoteObjectAMFTest/asconfig.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/examples/mxroyale/RemoteObjectAMFTest/asconfig.json b/examples/mxroyale/RemoteObjectAMFTest/asconfig.json
index b420f50..a11dbb4 100644
--- a/examples/mxroyale/RemoteObjectAMFTest/asconfig.json
+++ b/examples/mxroyale/RemoteObjectAMFTest/asconfig.json
@@ -4,7 +4,13 @@
         "debug": true,
         "targets": ["SWF","JSRoyale"],
         // "theme": "${royalelib}/themes/JewelTheme/src/main/resources/styles.css",
-        "source-map": true
+        "source-map": true,
+        "library-path": [
+            "${royalelib}/js/libs/MXRoyaleJS.swc"
+        ],
+        "js-library-path": [
+            "${royalelib}/js/libs/MXRoyaleJS.swc"
+        ]
     },
     "additionalOptions": "-remove-circulars -js-output-optimization=skipAsCoercions",
     "files":