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 2017/05/10 18:26:06 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - adjust configs for library-path as addition to js-library-path or swf-library-path

adjust configs for library-path as addition to js-library-path or swf-library-path


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

Branch: refs/heads/develop
Commit: c6a8f357409b1fa611398e7aa35446bfb8469d94
Parents: 592525d
Author: Alex Harui <ah...@apache.org>
Authored: Wed May 10 11:25:48 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed May 10 11:25:58 2017 -0700

----------------------------------------------------------------------
 frameworks/air-config-template.xml  | 8 ++++----
 frameworks/air-config.xml           | 8 ++++----
 frameworks/flex-config-template.xml | 8 ++++----
 frameworks/flex-config.xml          | 8 ++++----
 4 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6a8f357/frameworks/air-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config-template.xml b/frameworks/air-config-template.xml
index c148198..ac707c0 100644
--- a/frameworks/air-config-template.xml
+++ b/frameworks/air-config-template.xml
@@ -74,9 +74,9 @@
       
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
-      <external-library-path>
+      <js-external-library-path>
           <path-element>../js/libs/js.swc</path-element>
-      </external-library-path>
+      </js-external-library-path>
       
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
       <!-- the compiler during mxml translation and are helpful with understanding and   -->
@@ -97,9 +97,9 @@
       </swf-library-path>
       
       <!-- List of SWC files or directories that contain SWC files. -->
-      <library-path>
+      <js-library-path>
           <path-element>js/FlexJS/libs</path-element>
-      </library-path>
+      </js-library-path>
       
       <allow-subclass-overrides>true</allow-subclass-overrides>
      <mxml>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6a8f357/frameworks/air-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml
index cecc140..e226175 100644
--- a/frameworks/air-config.xml
+++ b/frameworks/air-config.xml
@@ -74,9 +74,9 @@
       
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
-      <external-library-path>
+      <js-external-library-path>
           <path-element>../js/libs/js.swc</path-element>
-      </external-library-path>
+      </js-external-library-path>
       
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
       <!-- the compiler during mxml translation and are helpful with understanding and   -->
@@ -97,9 +97,9 @@
       </swf-library-path>
       
       <!-- List of SWC files or directories that contain SWC files. -->
-      <library-path>
+      <js-library-path>
           <path-element>js/FlexJS/libs</path-element>
-      </library-path>
+      </js-library-path>
       
       <allow-subclass-overrides>true</allow-subclass-overrides>
      <mxml>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6a8f357/frameworks/flex-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml
index 5fcb28f..cf58a6d 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.xml
@@ -75,9 +75,9 @@
 
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
-      <external-library-path>
+      <js-external-library-path>
           <path-element>../js/libs/js.swc</path-element>
-      </external-library-path>
+      </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
       <!-- the compiler during mxml translation and are helpful with understanding and   -->
@@ -98,9 +98,9 @@
       </swf-library-path>
 
       <!-- List of SWC files or directories that contain SWC files. -->
-      <library-path>
+      <js-library-path>
           <path-element>js/FlexJS/libs</path-element>
-      </library-path>
+      </js-library-path>
 
       <allow-subclass-overrides>true</allow-subclass-overrides>
       <mxml>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6a8f357/frameworks/flex-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml
index 3744998..a1b86cf 100644
--- a/frameworks/flex-config.xml
+++ b/frameworks/flex-config.xml
@@ -75,9 +75,9 @@
 
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
-      <external-library-path>
+      <js-external-library-path>
           <path-element>../js/libs/js.swc</path-element>
-      </external-library-path>
+      </js-external-library-path>
 
       <!-- Turn on writing of generated/*.as files to disk. These files are generated by -->
       <!-- the compiler during mxml translation and are helpful with understanding and   -->
@@ -98,9 +98,9 @@
       </swf-library-path>
 
       <!-- List of SWC files or directories that contain SWC files. -->
-      <library-path>
+      <js-library-path>
           <path-element>js/FlexJS/libs</path-element>
-      </library-path>
+      </js-library-path>
 
       <allow-subclass-overrides>true</allow-subclass-overrides>
       <mxml>