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/08/31 20:02:20 UTC

[royale-asjs] branch develop updated: this fixes code intelligence in VSCode for Jewel lib :)

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

carlosrovira 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 34f5a70  this fixes code intelligence in VSCode for Jewel lib :)
34f5a70 is described below

commit 34f5a7026f33c93232e56a9ebddd06c68a4e8a92
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Aug 31 22:02:16 2018 +0200

    this fixes code intelligence in VSCode for Jewel lib :)
---
 frameworks/projects/Jewel/asconfig.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/asconfig.json b/frameworks/projects/Jewel/asconfig.json
index f4421c7..f190bdd 100644
--- a/frameworks/projects/Jewel/asconfig.json
+++ b/frameworks/projects/Jewel/asconfig.json
@@ -24,9 +24,9 @@
             "SWF"
         ],
         "include-classes": [
-            "JewelClasses"
+            "src/main/royale/JewelClasses.as"
         ],
-        "include-sources": [
+        "source-path": [
             "src/main/royale"
         ],
         "output": "target/Jewel.swc"