Revert "Updated application sources"
[apps/web/sample/SystemInfo.git] / project / config.xml
index ef1be7e..fbfac1f 100755 (executable)
@@ -1,22 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<widget
-    xmlns="http://www.w3.org/ns/widgets"
-    xmlns:tizen="http://tizen.org/ns/widgets"
-    id="http://sample-web-application.tizen.org/SystemInfo"
-    version="2.2.0"
-    viewmodes="maximized">
-
-    <tizen:application
-        id="nGZWgKPPAa.Systeminfo"
-        package="nGZWgKPPAa"
-        required_version="2.2" />
-
-    <content src="index.html" />
-
-    <icon src="icon.png" />
-
-    <name>System Info</name>
-
-    <feature name="http://tizen.org/feature/screen.size.normal.720.1280" />
-
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/Systeminfo" version="0.1.7" viewmodes="maximized">
+       <tizen:application id="nGZWgKPPAa.Systeminfo" package="nGZWgKPPAa" required_version="2.2"/>
+       <content src="index.html"/>
+       <icon src="icon.png"/>
+       <name>System Info</name>
+       <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
 </widget>