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

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

commit b2ef1adbf07394093f4a7d2aa01cc6b8f69d5a1a
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Nov 22 23:56:15 2018 -0800

    fix build in a clean build
---
 .../src/test/royale/FlexUnitRoyaleApplication-config.xml    | 13 +++++++++++++
 .../src/test/royale/FlexUnitRoyaleApplication-config.xml    | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git 
a/frameworks/projects/Basic/src/test/royale/FlexUnitRoyaleApplication-config.xml
 
b/frameworks/projects/Basic/src/test/royale/FlexUnitRoyaleApplication-config.xml
index c02a2d7..4b67e92 100644
--- 
a/frameworks/projects/Basic/src/test/royale/FlexUnitRoyaleApplication-config.xml
+++ 
b/frameworks/projects/Basic/src/test/royale/FlexUnitRoyaleApplication-config.xml
@@ -31,6 +31,10 @@
             
<path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element>
         </external-library-path>
         
+        <js-external-library-path>
+            <path-element>../../../../../../js/libs/js.swc</path-element>
+        </js-external-library-path>
+        
         <library-path>
             <path-element>../../../../../libs/Basic.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>
@@ -40,6 +44,15 @@
             <path-element>../../../../../libs/Testing.swc</path-element>
         </library-path>
         
+        <js-library-path>
+            <path-element>../../../../../js/libs/BasicJS.swc</path-element>
+            <path-element>../../../../../js/libs/BindingJS.swc</path-element>
+            <path-element>../../../../../js/libs/CoreJS.swc</path-element>
+            <path-element>../../../../../js/libs/GraphicsJS.swc</path-element>
+            
<path-element>../../../../../js/libs/CollectionsJS.swc</path-element>
+            <path-element>../../../../../js/libs/TestingJS.swc</path-element>
+        </js-library-path>
+        
         <allow-subclass-overrides>true</allow-subclass-overrides>
         
                <mxml>
diff --git 
a/frameworks/projects/Core/src/test/royale/FlexUnitRoyaleApplication-config.xml 
b/frameworks/projects/Core/src/test/royale/FlexUnitRoyaleApplication-config.xml
index 13ef557..7063b81 100644
--- 
a/frameworks/projects/Core/src/test/royale/FlexUnitRoyaleApplication-config.xml
+++ 
b/frameworks/projects/Core/src/test/royale/FlexUnitRoyaleApplication-config.xml
@@ -31,6 +31,10 @@
             
<path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element>
         </external-library-path>
         
+        <js-external-library-path>
+            <path-element>../../../../../../js/libs/js.swc</path-element>
+        </js-external-library-path>
+        
         <library-path>
             <path-element>../../../../../libs/Basic.swc</path-element>
             <path-element>../../../../../libs/Binding.swc</path-element>
@@ -40,6 +44,15 @@
             <path-element>../../../../../libs/Testing.swc</path-element>
         </library-path>
         
+        <js-library-path>
+            <path-element>../../../../../js/libs/BasicJS.swc</path-element>
+            <path-element>../../../../../js/libs/BindingJS.swc</path-element>
+            <path-element>../../../../../js/libs/CoreJS.swc</path-element>
+            <path-element>../../../../../js/libs/GraphicsJS.swc</path-element>
+            
<path-element>../../../../../js/libs/CollectionsJS.swc</path-element>
+            <path-element>../../../../../js/libs/TestingJS.swc</path-element>
+        </js-library-path>
+
         <allow-subclass-overrides>true</allow-subclass-overrides>
         
                <mxml>

Reply via email to