[CB-2323] verify that webOS config uses <widget>; update inline comments to state that config.xml not used by cordova-webos
diff --git a/framework/config.xml b/framework/config.xml
index a7e35db..f8d5088 100644
--- a/framework/config.xml
+++ b/framework/config.xml
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- config.xml is not used by cordova-webOS; the file is kept here to be consistent with other platforms-->
 <widget xmlns     = "http://www.w3.org/ns/widgets"
         xmlns:gap = "http://phonegap.com/ns/1.0"
         id        = "io.cordova.hello-cordova"
-        version   = "2.0.0">
+        version   = "2.5.0">
     <name>Hello Cordova</name>
 
     <description>
@@ -40,7 +41,7 @@
 
     <feature name="http://api.phonegap.com/1.0/device" />
 
-    <preference name="phonegap-version" value="1.9.0" />
+    <preference name="phonegap-version" value="2.5.0" />
     <preference name="orientation"      value="default" />
     <preference name="target-device"    value="universal" />
     <preference name="fullscreen"       value="false" />