You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/08/15 22:57:16 UTC

[06/12] git commit: [flex-sdk] [refs/heads/new_android_skins] - Add Roboto fonts to compile-config.xml so that they will be included in mobiletheme.swc

Add Roboto fonts to compile-config.xml so that they will be included in mobiletheme.swc


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

Branch: refs/heads/new_android_skins
Commit: b306c4526f7506a7b9ac938616ad5bd651fe0d8d
Parents: 4d1a3c8
Author: Om <bi...@gmail.com>
Authored: Fri Aug 15 13:44:05 2014 -0700
Committer: Om <bi...@gmail.com>
Committed: Fri Aug 15 13:44:05 2014 -0700

----------------------------------------------------------------------
 frameworks/projects/mobiletheme/compile-config.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b306c452/frameworks/projects/mobiletheme/compile-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/compile-config.xml b/frameworks/projects/mobiletheme/compile-config.xml
index ec37add..b788911 100644
--- a/frameworks/projects/mobiletheme/compile-config.xml
+++ b/frameworks/projects/mobiletheme/compile-config.xml
@@ -55,6 +55,14 @@
         <name>defaults.css</name>
         <path>defaults.css</path>
     </include-file>
+	    <include-file>
+        <name>spark/skins/android4/assets/fonts/Roboto-Regular.ttf</name>
+        <path>src/spark/skins/android4/assets/fonts/Roboto-Regular.ttf</path>
+    </include-file>
+    <include-file>
+        <name>spark/skins/android4/assets/fonts/Roboto-Bold.ttf</name>
+        <path>src/spark/skins/android4/assets/fonts/Roboto-Bold.ttf</path>
+    </include-file>
     
     <resource-bundle-list>bundles.properties</resource-bundle-list>