You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/04/28 03:12:02 UTC

bada-wac commit: adding VERSION and README.md

Updated Branches:
  refs/heads/master 8d2872a83 -> 5fc88249c


adding VERSION and README.md


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/commit/5fc88249
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/tree/5fc88249
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/diff/5fc88249

Branch: refs/heads/master
Commit: 5fc88249ca51d50b860b81a4939ca33fe0d85009
Parents: 8d2872a
Author: Anis Kadri <an...@gmail.com>
Authored: Fri Apr 27 18:11:58 2012 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Apr 27 18:11:58 2012 -0700

----------------------------------------------------------------------
 README.md       |   12 ++++++++++++
 VERSION         |    1 +
 application.xml |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/blob/5fc88249/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d2d61e7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Cordova for Bada WAC
+====================
+
+Supports: Acceleration, Geolocation, Connection, Device, Compass, Capture, Camera, Events (deviceready)
+
+Build steps
+===========
+1. clone repository
+2. import into IDE as Bada Flash / C++ application
+3. HTML/CSS/Javascript live in the Res folder
+4. Run on Target device or Emulator
+5. Done!

http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/blob/5fc88249/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
new file mode 100644
index 0000000..bd8bf88
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.7.0

http://git-wip-us.apache.org/repos/asf/incubator-cordova-bada-wac/blob/5fc88249/application.xml
----------------------------------------------------------------------
diff --git a/application.xml b/application.xml
index 9d2419b..3448176 100644
--- a/application.xml
+++ b/application.xml
@@ -8,7 +8,7 @@
     <Vendor/>
     <Description/>
     <Icons>
-        <MainMenu>cordova_bada_wac_type4.png<Type1/>
+        <MainMenu>cordova_bada_wac_icon_type4.png<Type1/>
             <Type2/>
             <Type3>cordova_bada_wac_icon_type3.png</Type3>
             <Type4>cordova_bada_wac_icon_type4.png</Type4>