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/strand-work
Commit: 25ae9b101b8d5d56e48bcaf6cd1371168deefbfa
Parents: de15fe6
Author: piotrz <pio...@apache.org>
Authored: Thu Aug 3 00:47:24 2017 +0200
Committer: piotrz <pio...@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>

Reply via email to