You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2016/11/08 22:21:05 UTC

git commit: [flex-asjs] [refs/heads/feature-autobuild/example-maven-dirs] - Missing some pom configs

Repository: flex-asjs
Updated Branches:
  refs/heads/feature-autobuild/example-maven-dirs 138a7b52b -> 70acec978


Missing some pom configs


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

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: 70acec978142bf0b77234ddfa0e298e51fef1f8f
Parents: 138a7b5
Author: Carlos Rovira <ca...@apache.org>
Authored: Tue Nov 8 23:21:01 2016 +0100
Committer: Carlos Rovira <ca...@apache.org>
Committed: Tue Nov 8 23:21:01 2016 +0100

----------------------------------------------------------------------
 examples/flexjs/MDLExample/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/70acec97/examples/flexjs/MDLExample/pom.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/pom.xml b/examples/flexjs/MDLExample/pom.xml
index 2dd229e..a64aeaa 100644
--- a/examples/flexjs/MDLExample/pom.xml
+++ b/examples/flexjs/MDLExample/pom.xml
@@ -48,6 +48,8 @@
         <extensions>true</extensions>
         <configuration>
           <mainClass>App.mxml</mainClass>
+          <htmlTemplate>${basedir}/src/main/resources/mdl-js-index-template.html</htmlTemplate>
+          <additionalCompilerOptions>-compiler.exclude-defaults-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css</additionalCompilerOptions>
         </configuration>
       </plugin>
       <plugin>