You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/07 09:32:42 UTC

[royale-asjs] branch develop updated: asconfig.json

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

harbs 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 dbbdf75  asconfig.json
dbbdf75 is described below

commit dbbdf7575a9f8c8c0a24f78179e8b44a3e5b253b
Author: Harbs <ha...@in-tools.com>
AuthorDate: Fri Sep 7 12:32:32 2018 +0300

    asconfig.json
---
 frameworks/projects/MXRoyale/asconfig.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/asconfig.json b/frameworks/projects/MXRoyale/asconfig.json
index f19ad52..6ecf565 100644
--- a/frameworks/projects/MXRoyale/asconfig.json
+++ b/frameworks/projects/MXRoyale/asconfig.json
@@ -24,7 +24,7 @@
             "SWF"
         ],
         "include-classes": [
-            "BasicClasses"
+            "MXRoyaleClasses"
         ],
         "include-sources": [
             "src/main/royale"
@@ -35,6 +35,6 @@
         "external-library-path": [
             "../../../../frameworks/libs/air/airglobal.swc"
         ],
-        "output": "target/Basic.swc"
+        "output": "target/MXRoyale.swc"
     }
 }
\ No newline at end of file