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/17 10:24:37 UTC

[38/47] git commit: [flex-sdk] [refs/heads/develop] - Include android fonts

Include android fonts


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

Branch: refs/heads/develop
Commit: 4d1a3c8e22288a7238d48ccb38cbf3d941a67ddc
Parents: a29d965
Author: Om <bi...@gmail.com>
Authored: Fri Aug 15 13:43:07 2014 -0700
Committer: Om <bi...@gmail.com>
Committed: Fri Aug 15 13:43:07 2014 -0700

----------------------------------------------------------------------
 .../projects/mobiletheme/.flexLibProperties     | 25 ++++----------------
 1 file changed, 5 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/4d1a3c8e/frameworks/projects/mobiletheme/.flexLibProperties
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobiletheme/.flexLibProperties b/frameworks/projects/mobiletheme/.flexLibProperties
index 1627cbb..97f6459 100644
--- a/frameworks/projects/mobiletheme/.flexLibProperties
+++ b/frameworks/projects/mobiletheme/.flexLibProperties
@@ -1,26 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
-
--->
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <flexLibProperties includeAllClasses="false" useMultiPlatformConfig="false" version="3">
   <includeClasses>
     <classEntry path="MobileThemeClasses"/>
   </includeClasses>
-  <includeResources/>
+  <includeResources>
+    <resourceEntry destPath="spark/skins/android4/assets/fonts/Roboto-Bold.ttf" sourcePath="spark/skins/android4/assets/fonts/Roboto-Bold.ttf"/>
+    <resourceEntry destPath="spark/skins/android4/assets/fonts/Roboto-Regular.ttf" sourcePath="spark/skins/android4/assets/fonts/Roboto-Regular.ttf"/>
+  </includeResources>
   <namespaceManifests/>
 </flexLibProperties>