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 2013/05/21 20:25:17 UTC

[10/12] git commit: [flex-sdk] [refs/heads/develop] - Hardcode SWF names in app.xml so it can be built and run from command line

Hardcode SWF names in app.xml so it can be built and run from command line


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

Branch: refs/heads/develop
Commit: 5b14c48a1ae6b131cf857b1880f38f6f0d5323b5
Parents: 39aea65
Author: Alex Harui <ah...@apache.org>
Authored: Sun May 19 22:08:29 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 21 11:24:48 2013 -0700

----------------------------------------------------------------------
 .../src/MustellaDependencyDB-app.xml               |    2 +-
 .../src/MustellaTestChooser-app.xml                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5b14c48a/mustella/utilities/MustellaDependencyDB/src/MustellaDependencyDB-app.xml
----------------------------------------------------------------------
diff --git a/mustella/utilities/MustellaDependencyDB/src/MustellaDependencyDB-app.xml b/mustella/utilities/MustellaDependencyDB/src/MustellaDependencyDB-app.xml
index 10d9132..dec4998 100644
--- a/mustella/utilities/MustellaDependencyDB/src/MustellaDependencyDB-app.xml
+++ b/mustella/utilities/MustellaDependencyDB/src/MustellaDependencyDB-app.xml
@@ -64,7 +64,7 @@
 	<initialWindow>
 		<!-- The main SWF or HTML file of the application. Required. -->
 		<!-- Note: In Flash Builder, the SWF reference is set automatically. -->
-		<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
+		<content>MustellaDependencyDB.swf</content>
 		
 		<!-- The title of the main window. Optional. -->
 		<!-- <title></title> -->

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5b14c48a/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser-app.xml
----------------------------------------------------------------------
diff --git a/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser-app.xml b/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser-app.xml
index 940c0a7..e6a230d 100644
--- a/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser-app.xml
+++ b/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser-app.xml
@@ -64,7 +64,7 @@
 	<initialWindow>
 		<!-- The main SWF or HTML file of the application. Required. -->
 		<!-- Note: In Flash Builder, the SWF reference is set automatically. -->
-		<content>[This value will be overwritten by Flash Builder in the output app.xml]</content>
+		<content>MustellaTestChooser.swf</content>
 		
 		<!-- The title of the main window. Optional. -->
 		<!-- <title></title> -->