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 2020/03/11 18:04:46 UTC

[royale-asjs] branch develop updated: basic: fix path for asconfig.json

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 5db8e8b  basic: fix path for asconfig.json
5db8e8b is described below

commit 5db8e8b886abcc55ca06659710ee5499d03aae92
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Mar 11 19:04:32 2020 +0100

    basic: fix path for asconfig.json
---
 frameworks/projects/Basic/asconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Basic/asconfig.json b/frameworks/projects/Basic/asconfig.json
index 5d88fee..2543aae 100644
--- a/frameworks/projects/Basic/asconfig.json
+++ b/frameworks/projects/Basic/asconfig.json
@@ -23,7 +23,7 @@
             "JSRoyale","SWF"
         ],
         "include-classes": [
-            "BasicClasses"
+            "src/main/royale/BasicClasses.as"
         ],
         "include-sources": [
             "src/main/royale"