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/13 22:04:07 UTC

[14/42] git commit: [flex-asjs] [refs/heads/feature/amf] - Fix config of MDLExample used for Ant build

Fix config of MDLExample used for Ant build


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

Branch: refs/heads/feature/amf
Commit: 25ae9b101b8d5d56e48bcaf6cd1371168deefbfa
Parents: de15fe6
Author: piotrz <pi...@apache.org>
Authored: Thu Aug 3 00:47:24 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu Aug 3 00:47:24 2017 +0200

----------------------------------------------------------------------
 examples/flexjs/MDLExample/src/main/config/compile-app-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/25ae9b10/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml b/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml
index e306790..f612ccb 100644
--- a/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml
+++ b/examples/flexjs/MDLExample/src/main/config/compile-app-config.xml
@@ -20,7 +20,7 @@
     <compiler>
         <targets><target>JSFlex</target></targets>
         <exclude-defaults-css-files>
-            <filename>HTML.swc:defaults.css</filename>
+            <filename>Basic.swc:defaults.css</filename>
         </exclude-defaults-css-files>
     </compiler>
     <html-template>../resources/mdl-js-index-template.html</html-template>