diff options
author | min7.choi <min7.choi@samsung.com> | 2016-02-22 18:13:35 +0900 |
---|---|---|
committer | min7.choi <min7.choi@samsung.com> | 2016-02-22 18:13:35 +0900 |
commit | bbcbb7ab76fcc50ec93bcf559a09621ebc9b7627 (patch) | |
tree | 9a9435b6137a3cf46fd71863cfe8d1bfb32e97f4 | |
parent | ec005b32e36221a500d045d2fd392f73093504f4 (diff) | |
download | browser-bbcbb7ab76fcc50ec93bcf559a09621ebc9b7627.tar.gz browser-bbcbb7ab76fcc50ec93bcf559a09621ebc9b7627.tar.bz2 browser-bbcbb7ab76fcc50ec93bcf559a09621ebc9b7627.zip |
Remove unused mime-type in manifest file
Change-Id: I6d2480b62297ce294166dd46b77d829212595d5c
Signed-off-by: min7.choi <min7.choi@samsung.com>
-rwxr-xr-x | manifest.xml.in | 2 | ||||
-rw-r--r-- | manifest.xml.in.mb | 30 |
2 files changed, 0 insertions, 32 deletions
diff --git a/manifest.xml.in b/manifest.xml.in index bfe833af..9e2f40cf 100755 --- a/manifest.xml.in +++ b/manifest.xml.in @@ -68,8 +68,6 @@ <mime name="application/x-shockwave-flash" /> <mime name="image/svg+xml" /> <mime name="text/html" /> - <mime name="http.uri" /> - <mime name="file.uri" /> <mime name="application/xml" /> </application-service> </ui-application> diff --git a/manifest.xml.in.mb b/manifest.xml.in.mb index f4cfb9ba..1e82253a 100644 --- a/manifest.xml.in.mb +++ b/manifest.xml.in.mb @@ -75,16 +75,6 @@ <app-control> <operation name="http://tizen.org/appcontrol/operation/view" /> <uri name="http" /> - <mime name="http.uri" /> - </app-control> - <app-control> - <operation name="http://tizen.org/appcontrol/operation/view" /> - <uri name="http" /> - <mime name="file.uri" /> - </app-control> - <app-control> - <operation name="http://tizen.org/appcontrol/operation/view" /> - <uri name="http" /> <mime name="application/xml" /> </app-control> <app-control> @@ -105,16 +95,6 @@ <app-control> <operation name="http://tizen.org/appcontrol/operation/view" /> <uri name="https" /> - <mime name="http.uri" /> - </app-control> - <app-control> - <operation name="http://tizen.org/appcontrol/operation/view" /> - <uri name="https" /> - <mime name="file.uri" /> - </app-control> - <app-control> - <operation name="http://tizen.org/appcontrol/operation/view" /> - <uri name="https" /> <mime name="application/xml" /> </app-control> <app-control> @@ -135,16 +115,6 @@ <app-control> <operation name="http://tizen.org/appcontrol/operation/view" /> <uri name="file" /> - <mime name="http.uri" /> - </app-control> - <app-control> - <operation name="http://tizen.org/appcontrol/operation/view" /> - <uri name="file" /> - <mime name="file.uri" /> - </app-control> - <app-control> - <operation name="http://tizen.org/appcontrol/operation/view" /> - <uri name="file" /> <mime name="application/xml" /> </app-control> </ui-application> |