You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/08/08 21:16:02 UTC

[26/50] git commit: [flex-asjs] [refs/heads/feature/strand-work] - Make MDLExample compiled to JS only since MDL library do not have swf part

Make MDLExample compiled to JS only since MDL library do not have swf part


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

Branch: refs/heads/feature/strand-work
Commit: 4dab42290f200e51e4c66a5b86ae3329a6363109
Parents: 49a47f9
Author: piotrz <pi...@apache.org>
Authored: Wed Aug 2 00:11:07 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Wed Aug 2 00:11:07 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4dab4229/examples/flexjs/MDLExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/pom.xml b/examples/flexjs/MDLExample/pom.xml
index fb88e3c..6d9db6e 100644
--- a/examples/flexjs/MDLExample/pom.xml
+++ b/examples/flexjs/MDLExample/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,24 +67,8 @@
       <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>
-
-    <!-- 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>