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

aharui pushed a commit to branch feature/rename
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 130da59806cfe546144ad0ce2987cf48adbd5fd7
Author: Alex Harui <aha...@apache.org>
AuthorDate: Wed Nov 29 11:34:11 2017 -0800

    create a dummy project for now
---
 .../src/main/java/org/apache/royale/compiler/clients/MXMLJSC.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/compiler-jx/src/main/java/org/apache/royale/compiler/clients/MXMLJSC.java 
b/compiler-jx/src/main/java/org/apache/royale/compiler/clients/MXMLJSC.java
index dcf12f5..c09d37b 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/clients/MXMLJSC.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/clients/MXMLJSC.java
@@ -266,6 +266,7 @@ public class MXMLJSC implements JSCompilerEntryPoint, 
ProblemQueryProvider,
     {
         workspace = new Workspace();
         workspace.setASDocDelegate(new RoyaleASDocDelegate());
+        project = new RoyaleJSProject(workspace, null);
     }
 
     @Override

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <commits@royale.apache.org>.

Reply via email to