You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/08/03 06:31:15 UTC

git commit: [flex-asjs] [refs/heads/develop] - - Switch FlexTeamPage_MDL example to compile JSFlex - Clean up native TeamPage

Repository: flex-asjs
Updated Branches:
  refs/heads/develop d360e9c11 -> ff5cf8e07


- Switch FlexTeamPage_MDL example to compile JSFlex
- Clean up native 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/ff5cf8e0
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ff5cf8e0
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ff5cf8e0

Branch: refs/heads/develop
Commit: ff5cf8e07173813732d31dfba8ef49c5b6c132d3
Parents: d360e9c
Author: piotrz <pi...@apache.org>
Authored: Thu Aug 3 08:31:10 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu Aug 3 08:31:10 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/FlexTeamPage_MDL/pom.xml | 32 +--------------------------
 examples/flexjs/TeamPage/pom.xml         | 15 -------------
 2 files changed, 1 insertion(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ff5cf8e0/examples/flexjs/FlexTeamPage_MDL/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/FlexTeamPage_MDL/pom.xml b/examples/flexjs/FlexTeamPage_MDL/pom.xml
index 3c73743..a99e301 100644
--- a/examples/flexjs/FlexTeamPage_MDL/pom.xml
+++ b/examples/flexjs/FlexTeamPage_MDL/pom.xml
@@ -53,6 +53,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>App.mxml</mainClass>
+          <targets>JSFlex</targets>
           <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate>
           <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.9.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions>
         </configuration>
@@ -66,13 +67,6 @@
       <artifactId>MaterialDesignLite</artifactId>
       <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>MaterialDesignLite</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
@@ -80,13 +74,6 @@
       <artifactId>FontAwesome</artifactId>
       <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>FontAwesome</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
       <classifier>js</classifier>
     </dependency>
     <dependency>
@@ -94,24 +81,7 @@
       <artifactId>Network</artifactId>
       <version>0.9.0-SNAPSHOT</version>
       <type>swc</type>
-      <classifier>swf</classifier>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Network</artifactId>
-      <version>0.9.0-SNAPSHOT</version>
-      <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-
-    <!-- Needed for Flash compilation -->
-    <dependency>
-      <groupId>com.adobe.flash.framework</groupId>
-      <artifactId>playerglobal</artifactId>
-      <version>20.0</version>
-      <type>swc</type>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
-
 </project>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ff5cf8e0/examples/flexjs/TeamPage/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/TeamPage/pom.xml b/examples/flexjs/TeamPage/pom.xml
index a41460f..e461a13 100644
--- a/examples/flexjs/TeamPage/pom.xml
+++ b/examples/flexjs/TeamPage/pom.xml
@@ -72,21 +72,6 @@
       <type>swc</type>
       <scope>provided</scope>
     </dependency>
-
-    <!-- Needed for JavaScript compilation -->
-    <!-- Already added in parent -->
-    <!--dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>HTML</artifactId>
-      <version>0.8.0</version>
-      <type>swc</type>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <artifactId>Language</artifactId>
-      <version>0.8.0</version>
-      <type>swc</type>
-    </dependency-->
   </dependencies>
 
 </project>