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 2016/11/05 15:22:56 UTC

[50/54] [abbrv] git commit: [flex-asjs] [refs/heads/feature-autobuild/example-maven-dirs] - - Added the TeamPage to the examples build - Fine-tuned the pom.xml of the TeamPage

- Added the TeamPage to the examples build
- Fine-tuned the pom.xml of the TeamPage


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

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: 666b7615401ef805d9494ec7a471162b68dcd44f
Parents: bb65616
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Sat Nov 5 16:10:25 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Sat Nov 5 16:10:25 2016 +0100

----------------------------------------------------------------------
 examples/flexjs/TeamPage/pom.xml | 13 ++++++++-----
 examples/flexjs/pom.xml          |  1 +
 2 files changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/666b7615/examples/flexjs/TeamPage/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/TeamPage/pom.xml b/examples/flexjs/TeamPage/pom.xml
index 0995656..b407b02 100644
--- a/examples/flexjs/TeamPage/pom.xml
+++ b/examples/flexjs/TeamPage/pom.xml
@@ -42,8 +42,9 @@
         <artifactId>flexjs-maven-plugin</artifactId>
         <extensions>true</extensions>
         <configuration>
-          <flashVersion>20.0</flashVersion>
           <mainClass>TeamPage.mxml</mainClass>
+          <!-- Not a config option of flexjs-maven-plugin -->
+          <!--flashVersion>20.0</flashVersion-->
         </configuration>
         <executions>
           <!-- Add a second execution with output set to JavaScript (Flash is the default) -->
@@ -71,12 +72,13 @@
   </build>
 
   <dependencies>
-    <dependency>
+    <!-- Already added in parent -->
+    <!--dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>Core</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
-    </dependency>
+    </dependency-->
     
     <dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
@@ -95,7 +97,8 @@
     </dependency>
 
     <!-- Needed for JavaScript compilation -->
-    <dependency>
+    <!-- Already added in parent -->
+    <!--dependency>
       <groupId>org.apache.flex.flexjs.framework</groupId>
       <artifactId>HTML</artifactId>
       <version>0.8.0-SNAPSHOT</version>
@@ -106,7 +109,7 @@
       <artifactId>Language</artifactId>
       <version>0.8.0-SNAPSHOT</version>
       <type>swc</type>
-    </dependency>
+    </dependency-->
   </dependencies>
 
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/666b7615/examples/flexjs/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/pom.xml b/examples/flexjs/pom.xml
index cf65ec1..08a2c1c 100644
--- a/examples/flexjs/pom.xml
+++ b/examples/flexjs/pom.xml
@@ -53,6 +53,7 @@
     <module>MobileTrader</module>
     <module>StorageExample</module>
     <module>StyleExample</module>
+    <module>TeamPage</module>
     <module>TodoListSampleApp</module>
     <module>TreeExample</module>
   </modules>