From d8dc80a820f78b7e01fc1252f76e771a96ed5364 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 7 Nov 2012 10:19:47 -0800 Subject: Correct executable bit for source files Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 Signed-off-by: Chirayu Desai --- docs/html/guide/appendix/faq/troubleshooting.jd | 0 .../guide/topics/manifest/uses-configuration-element.jd | 0 docs/html/guide/topics/resources/localization.jd | 0 docs/html/guide/topics/resources/resources-i18n.jd | 0 docs/html/guide/topics/ui/images/hello-gallery.png | Bin docs/html/guide/topics/ui/images/hello-gridview.png | Bin docs/html/guide/topics/ui/images/hello-linearlayout.png | Bin docs/html/guide/topics/ui/images/hello-relativelayout.png | Bin docs/html/guide/topics/ui/images/hello-tablelayout.png | Bin 9 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 docs/html/guide/appendix/faq/troubleshooting.jd mode change 100755 => 100644 docs/html/guide/topics/manifest/uses-configuration-element.jd mode change 100755 => 100644 docs/html/guide/topics/resources/localization.jd mode change 100755 => 100644 docs/html/guide/topics/resources/resources-i18n.jd mode change 100755 => 100644 docs/html/guide/topics/ui/images/hello-gallery.png mode change 100755 => 100644 docs/html/guide/topics/ui/images/hello-gridview.png mode change 100755 => 100644 docs/html/guide/topics/ui/images/hello-linearlayout.png mode change 100755 => 100644 docs/html/guide/topics/ui/images/hello-relativelayout.png mode change 100755 => 100644 docs/html/guide/topics/ui/images/hello-tablelayout.png (limited to 'docs/html/guide') diff --git a/docs/html/guide/appendix/faq/troubleshooting.jd b/docs/html/guide/appendix/faq/troubleshooting.jd old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/manifest/uses-configuration-element.jd b/docs/html/guide/topics/manifest/uses-configuration-element.jd old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/resources/localization.jd b/docs/html/guide/topics/resources/localization.jd old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/resources/resources-i18n.jd b/docs/html/guide/topics/resources/resources-i18n.jd old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/ui/images/hello-gallery.png b/docs/html/guide/topics/ui/images/hello-gallery.png old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/ui/images/hello-gridview.png b/docs/html/guide/topics/ui/images/hello-gridview.png old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/ui/images/hello-linearlayout.png b/docs/html/guide/topics/ui/images/hello-linearlayout.png old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/ui/images/hello-relativelayout.png b/docs/html/guide/topics/ui/images/hello-relativelayout.png old mode 100755 new mode 100644 diff --git a/docs/html/guide/topics/ui/images/hello-tablelayout.png b/docs/html/guide/topics/ui/images/hello-tablelayout.png old mode 100755 new mode 100644 -- cgit v1.1