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/02 22:48:45 UTC

[1/2] git commit: [flex-asjs] [refs/heads/develop] - Fix config of MDLExample used for Ant build

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 66ac90c15 -> 61bb99839


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/develop
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>


[2/2] git commit: [flex-asjs] [refs/heads/develop] - Fix config of MDLExample used for Ant build

Posted by pi...@apache.org.
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/61bb9983
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/61bb9983
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/61bb9983

Branch: refs/heads/develop
Commit: 61bb99839e02cbb7d7dfea6a396b596db34d5970
Parents: 25ae9b1 66ac90c
Author: piotrz <pi...@apache.org>
Authored: Thu Aug 3 00:48:24 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu Aug 3 00:48:24 2017 +0200

----------------------------------------------------------------------
 .../org/apache/flex/textLayout/compose/utils/AdornmentUtils.as   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------