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 2014/04/30 19:06:03 UTC

git commit: [flex-asjs] [refs/heads/develop] - make sure we specify an empty list of themes for air (looks like it defaults to spark.css if no specified at all)

Repository: flex-asjs
Updated Branches:
  refs/heads/develop a4b25687e -> 79fa531b3


make sure we specify an empty list of themes for air (looks like it defaults to spark.css if no specified at all)


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

Branch: refs/heads/develop
Commit: 79fa531b397c4d23e1dbab9dc3a4b1cfa761fa30
Parents: a4b2568
Author: Alex Harui <ah...@apache.org>
Authored: Wed Apr 30 10:05:55 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Apr 30 10:05:55 2014 -0700

----------------------------------------------------------------------
 frameworks/air-config.xml             | 4 ----
 frameworks/as/air-config-template.xml | 4 ----
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/79fa531b/frameworks/air-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml
index e73067b..e79cb73 100644
--- a/frameworks/air-config.xml
+++ b/frameworks/air-config.xml
@@ -149,12 +149,8 @@
       
       <!-- List of CSS or SWC files to apply as a theme. -->
       <!-- not set -->
-      <!--
       <theme>
-         <filename>string</filename>
-         <filename>string</filename>
       </theme>
-      -->
       
       <!-- Turns on the display of stack traces for uncaught runtime errors. -->
       <verbose-stacktraces>false</verbose-stacktraces>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/79fa531b/frameworks/as/air-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/as/air-config-template.xml b/frameworks/as/air-config-template.xml
index f0adfc6..a58ad0f 100644
--- a/frameworks/as/air-config-template.xml
+++ b/frameworks/as/air-config-template.xml
@@ -149,12 +149,8 @@
       
       <!-- List of CSS or SWC files to apply as a theme. -->
       <!-- not set -->
-      <!--
       <theme>
-         <filename>string</filename>
-         <filename>string</filename>
       </theme>
-      -->
       
       <!-- Turns on the display of stack traces for uncaught runtime errors. -->
       <verbose-stacktraces>false</verbose-stacktraces>