You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2015/07/19 23:27:04 UTC

git commit: [flex-utilities] [refs/heads/develop] - - Updated to Air 18.0 - Added config options for new mobile packaging in Flexmojos

Repository: flex-utilities
Updated Branches:
  refs/heads/develop a48b166a4 -> c282cd5dd


- Updated to Air 18.0
- Added config options for new mobile packaging in Flexmojos


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

Branch: refs/heads/develop
Commit: c282cd5dde640bf1714bf4392974feb66ccccb14
Parents: a48b166
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sun Jul 19 23:26:38 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sun Jul 19 23:26:38 2015 +0200

----------------------------------------------------------------------
 .../maven-flex-plugin/examples/flexjs/flexjs-hello-world/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c282cd5d/flex-maven-tools/maven-flex-plugin/examples/flexjs/flexjs-hello-world/pom.xml
----------------------------------------------------------------------
diff --git a/flex-maven-tools/maven-flex-plugin/examples/flexjs/flexjs-hello-world/pom.xml b/flex-maven-tools/maven-flex-plugin/examples/flexjs/flexjs-hello-world/pom.xml
index 3ad9c85..be3046a 100644
--- a/flex-maven-tools/maven-flex-plugin/examples/flexjs/flexjs-hello-world/pom.xml
+++ b/flex-maven-tools/maven-flex-plugin/examples/flexjs/flexjs-hello-world/pom.xml
@@ -42,8 +42,8 @@
                 <extensions>true</extensions>
                 <configuration>
                     <sourceFile>FlexJSTest_basic.mxml</sourceFile>
-                    <!--compilerName>Falcon</compilerName-->
-                    <compilerName>FlexJS</compilerName>
+                    <compilerName>Falcon</compilerName>
+                    <!--compilerName>FlexJS</compilerName-->
                     <debug>true</debug>
                 </configuration>
                 <dependencies>