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/30 19:48:23 UTC

[48/50] git commit: [flex-asjs] [refs/heads/tlf] - update config.xml files

update config.xml files


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

Branch: refs/heads/tlf
Commit: 1fb7765b1dfe46a9d2b90f07f59169fbe9388fe4
Parents: 502a597
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 30 12:16:08 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 30 12:16:08 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1fb7765b/frameworks/air-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml
index e226175..ee55640 100644
--- a/frameworks/air-config.xml
+++ b/frameworks/air-config.xml
@@ -68,9 +68,9 @@
 
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
-      <swf-external-library-path>
+      <external-library-path>
           <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element>
-      </swf-external-library-path>
+      </external-library-path>
       
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
@@ -91,10 +91,10 @@
       -->
       
       <!-- List of SWC files or directories that contain SWC files. -->
-      <swf-library-path>
+      <library-path>
          <path-element>libs</path-element>
          <path-element>{airHome}/frameworks/libs/air</path-element>
-      </swf-library-path>
+      </library-path>
       
       <!-- List of SWC files or directories that contain SWC files. -->
       <js-library-path>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1fb7765b/frameworks/flex-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml
index a1b86cf..677284f 100644
--- a/frameworks/flex-config.xml
+++ b/frameworks/flex-config.xml
@@ -69,9 +69,9 @@
 
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
-      <swf-external-library-path>
+      <external-library-path>
           <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element>
-      </swf-external-library-path>
+      </external-library-path>
 
       <!-- List of SWC files or directories to compile against but to omit from -->
       <!-- linking.                                                             -->
@@ -92,10 +92,10 @@
       -->
 
       <!-- List of SWC files or directories that contain SWC files. -->
-      <swf-library-path>
+      <library-path>
          <path-element>libs</path-element>
          <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element>
-      </swf-library-path>
+      </library-path>
 
       <!-- List of SWC files or directories that contain SWC files. -->
       <js-library-path>