The version of sample application changes 0.1 to 1.0.0 tizen_2.2 2.2.1_release
authorleerang song <leerang.song@samsung.com>
Mon, 28 Oct 2013 05:03:28 +0000 (14:03 +0900)
committerleerang song <leerang.song@samsung.com>
Mon, 28 Oct 2013 05:18:08 +0000 (14:18 +0900)
[Issue#]     P131026-00536, N_SE-56307
[Problem]    Error popup showing when run Web Dynamicbox
[Cause]      The version value is invalid.
[Solution]   The version of sample application changes 0.1 to 1.0.0
              <widget version="1.0.0">
[SCMRequest] 1. In SDK, make the Dynamicbox project and run
             2. See if web-provider is crashed, or not.

Change-Id: I912ff78e2a9b9d1b1583e8b1bd22ae792daa126e

config.xml

index 938ea7a..1569df7 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/DynamicBox" version="0.1">
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/DynamicBox" version="1.0.0">
 <tizen:application id="syWXgC5ZcI.DynamicBox" package="syWXgC5ZcI" required_version="2.2"/>
 <icon src="icon.png"/>
 <name>DynamicBox</name>