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 2015/12/16 22:35:52 UTC

[06/50] git commit: [flex-asjs] [refs/heads/master] - - Added FlexWebsiteStatsViewer to the maven build

- Added FlexWebsiteStatsViewer to the maven build


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

Branch: refs/heads/master
Commit: 2b3a0c0a0cdba552f5bc0a86c8c02ed88384a19f
Parents: 0a2fbbd
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Sep 22 22:15:08 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Sep 22 22:15:08 2015 +0200

----------------------------------------------------------------------
 examples/flexjs/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/2b3a0c0a/examples/flexjs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
index a185d81..8069bbb 100644
--- a/examples/flexjs/pom.xml
+++ b/examples/flexjs/pom.xml
@@ -29,9 +29,9 @@
 
     <properties>
         <!-- Comment this in to build Flash output -->
-        <!--flexmojos-compiler-name>Falcon</flexmojos-compiler-name-->
+        <flexmojos-compiler-name>Falcon</flexmojos-compiler-name>
         <!-- Comment this in to build HTML+JavaScript output -->
-        <flexmojos-compiler-name>FlexJS</flexmojos-compiler-name>
+        <!--flexmojos-compiler-name>FlexJS</flexmojos-compiler-name-->
     </properties>
 
 
@@ -44,7 +44,7 @@
             This tag could not be resolved to an ActionScript class. It will be ignored.
             <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009"
         -->
-        <!--module>DataBindingExample_Flat</module-->
+        <module>DataBindingExample_Flat</module>
         <module>DataGridExample</module>
         <module>DesktopMap</module>
         <!--
@@ -55,6 +55,7 @@
             "Ambiguous reference to MouseEvent" problem
         -->
         <!--module>FlexJSStore</module-->
+        <module>FlexWebsiteStatsViewer</module>
         <module>MapSearch</module>
         <!--
             Implicit coercion of a value with static type Event to a possibly unrelated type Event.