You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/05/26 23:05:33 UTC

[49/51] [abbrv] git commit: [flex-asjs] [refs/heads/spark] - try to fix config.xml for MXJS

try to fix config.xml for MXJS


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/06efa9c8
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/06efa9c8
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/06efa9c8

Branch: refs/heads/spark
Commit: 06efa9c87e0133c5bc9108afedb9a8c67a781197
Parents: 89bc26c
Author: Alex Harui <ah...@apache.org>
Authored: Thu May 26 15:43:21 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu May 26 16:04:24 2016 -0700

----------------------------------------------------------------------
 .../MXJS/src/main/config/compile-js-config.xml     | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/06efa9c8/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml b/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
index faf05ac..4441fa2 100644
--- a/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/FlexJS/projects/MXJS/src/main/config/compile-js-config.xml
@@ -31,6 +31,7 @@
 		<binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
 		<binding-value-change-event-type>valueChange</binding-value-change-event-type>
         <allow-subclass-overrides>true</allow-subclass-overrides>
+        
         <keep-as3-metadata>
           <name>Bindable</name>
           <name>Managed</name>
@@ -45,23 +46,23 @@
             <!-- asjscompc won't 'link' these classes in, but will list their requires
                  if these swcs are on the external-library-path then their requires
                  will not be listed -->
-            <path-element>../../../externs/Binding.swc</path-element>
-            <path-element>../../../externs/Core.swc</path-element>
-            <path-element>../../../externs/Graphics.swc</path-element>
-            <path-element>../../../externs/Collections.swc</path-element>
-            <path-element>../../../externs/Reflection.swc</path-element>
-            <path-element>../../../externs/HTML.swc</path-element>
+            <path-element>../../../../../libs/BindingJS.swc</path-element>
+            <path-element>../../../../../libs/CoreJS.swc</path-element>
+            <path-element>../../../../../libs/GraphicsJS.swc</path-element>
+            <path-element>../../../../../libs/CollectionsJS.swc</path-element>
+            <path-element>../../../../../libs/ReflectionJS.swc</path-element>
+            <path-element>../../../../../libs/HTMLJS.swc</path-element>
         </library-path>
         
         <namespaces>
             <namespace>
                 <uri>library://ns.apache.org/flexjs/mx</uri>
-                <manifest>../src/main/resources/mx-manifest.xml</manifest>
+                <manifest>../../../../../../../projects/MX/src/main/resources/mx-manifest.xml</manifest>
             </namespace>
         </namespaces>
         
         <source-path>
-            <path-element>../src/main/flex</path-element>
+            <path-element>../../../../../../../projects/MX/src/main/flex</path-element>
         </source-path>
         
         <warn-no-constructor>false</warn-no-constructor>