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/23 21:09:42 UTC

git commit: [flex-asjs] [refs/heads/develop] - Switch MDLDynamicTabsExample to JSFlex only build in Maven

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 3bb0e7b12 -> 29bef6b10


Switch MDLDynamicTabsExample to JSFlex only build in Maven


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

Branch: refs/heads/develop
Commit: 29bef6b10fbb5d48ecc2c9cb27d35ecc72e1a464
Parents: 3bb0e7b
Author: piotrz <pi...@apache.org>
Authored: Wed Aug 23 23:09:38 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Wed Aug 23 23:09:38 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/MDLDynamicTabsExample/pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/29bef6b1/examples/flexjs/MDLDynamicTabsExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLDynamicTabsExample/pom.xml b/examples/flexjs/MDLDynamicTabsExample/pom.xml
index db429a1..f21bcf0 100644
--- a/examples/flexjs/MDLDynamicTabsExample/pom.xml
+++ b/examples/flexjs/MDLDynamicTabsExample/pom.xml
@@ -47,6 +47,7 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>TabsExample.mxml</mainClass>
+          <targets>JSFlex</targets>
           <removeCirculars>true</removeCirculars>
           <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>
@@ -56,22 +57,6 @@
   </build>
 
   <dependencies>
-    <!-- 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>
-	
-	<dependency>
-      <groupId>org.apache.flex.flexjs.framework</groupId>
-      <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>
@@ -79,7 +64,6 @@
       <type>swc</type>
       <classifier>js</classifier>
     </dependency>
-
   </dependencies>
 
 </project>