You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by yi...@apache.org on 2017/05/22 08:23:19 UTC

[1/2] git commit: [flex-asjs] [refs/heads/release0.8.0] - Make it so Flash Builder default for new projects includes code hinting.

Repository: flex-asjs
Updated Branches:
  refs/heads/release0.8.0 33dbfa3e7 -> 85b9754ac


Make it so Flash Builder default for new projects includes code hinting.


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

Branch: refs/heads/release0.8.0
Commit: 99d360820e9d89f3d1e19fa4c0d7107a86affe63
Parents: cb9e85b
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
Authored: Mon May 22 11:21:15 2017 +0300
Committer: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
Committed: Mon May 22 11:21:15 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/99d36082/frameworks/air-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config-template.xml b/frameworks/air-config-template.xml
index ac707c0..e8f2cf5 100644
--- a/frameworks/air-config-template.xml
+++ b/frameworks/air-config-template.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/99d36082/frameworks/flex-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml
index cf58a6d..18f041e 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.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>


[2/2] git commit: [flex-asjs] [refs/heads/release0.8.0] - Merge branch 'release0.8.0' of https://git-wip-us.apache.org/repos/asf/flex-asjs into release0.8.0

Posted by yi...@apache.org.
Merge branch 'release0.8.0' of https://git-wip-us.apache.org/repos/asf/flex-asjs into release0.8.0


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

Branch: refs/heads/release0.8.0
Commit: 85b9754ac00f05a4de63a598124b33e68c6de833
Parents: 99d3608 33dbfa3
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
Authored: Mon May 22 11:22:23 2017 +0300
Committer: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
Committed: Mon May 22 11:22:23 2017 +0300

----------------------------------------------------------------------
 RELEASE_NOTES                                   | 10 +++++
 examples/flexjs/MapSearch/MapSearch-app.xml     |  4 +-
 .../MapSearch/src/main/flex/MapSearch.mxml      |  2 +-
 .../MapSearch/src/main/flex/MyInitialView.mxml  | 15 ++------
 .../flexjs/MapSearch/src/main/flex/NoLayout.as  | 26 -------------
 .../ButtonExample/src/main/resources/index.html | 16 ++++++++
 .../USStatesMap/src/main/resources/index.html   | 16 ++++++++
 .../flex/mdl/beads/views/DropDownListView.as    | 40 ++++++++++++++++----
 .../src/main/resources/defaults.css             |  1 +
 9 files changed, 83 insertions(+), 47 deletions(-)
----------------------------------------------------------------------