From 66f5b8ca1e59a13183c33e7c7be107b6eb6c6905 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 2 Jun 2016 13:04:58 +0900 Subject: [PATCH] [dev tool][native tools] Fix the manifest text editor - Remove the multiple attribute Change-Id: I220afb19d9fe0f0969219b2557626cabf9385e2a Signed-off-by: Hwankyu Jhun --- .../html/native_tools/manifest_text_editor_n.htm | 40 +++------------------- 1 file changed, 4 insertions(+), 36 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm index e9d9f8f..cc5d415 100644 --- a/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm +++ b/org.tizen.devtools/html/native_tools/manifest_text_editor_n.htm @@ -53,7 +53,7 @@    <author email="email@email.com" href="http://test.com">author</author>    <description>testdescriptions</description>    <description xml:lang="en-gb">testdesc</description> -   <ui-application appid="org.tizen.uiapp" exec="uiapp" launch_mode="single" multiple="false" +   <ui-application appid="org.tizen.uiapp" exec="uiapp" launch_mode="single"                    nodisplay="false" taskmanage="true" hw-acceleration="default" type="capp">       <label>uiapplication</label>       <label xml:lang="en-gb">testlang</label> @@ -681,7 +681,6 @@