You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/01/22 02:23:43 UTC

webworks commit: [CB-2257] - updating and tagging blackberry

Updated Branches:
  refs/heads/master 969ad9645 -> 415d116ea


[CB-2257] - updating and tagging blackberry


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/415d116e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/415d116e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/415d116e

Branch: refs/heads/master
Commit: 415d116ea7f29c6aef598213467d5fe3a3f90ea2
Parents: 969ad96
Author: Tim Kim <ti...@adobe.com>
Authored: Mon Jan 21 17:23:28 2013 -0800
Committer: Tim Kim <ti...@adobe.com>
Committed: Mon Jan 21 17:23:28 2013 -0800

----------------------------------------------------------------------
 VERSION                                            |    2 +-
 bin/templates/project/www/VERSION                  |    2 +-
 bin/templates/project/www/index.html               |    2 +-
 .../ext/src/org/apache/cordova/device/Device.java  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/415d116e/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 276cbf9..2eca156 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/415d116e/bin/templates/project/www/VERSION
----------------------------------------------------------------------
diff --git a/bin/templates/project/www/VERSION b/bin/templates/project/www/VERSION
index 276cbf9..2eca156 100644
--- a/bin/templates/project/www/VERSION
+++ b/bin/templates/project/www/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/415d116e/bin/templates/project/www/index.html
----------------------------------------------------------------------
diff --git a/bin/templates/project/www/index.html b/bin/templates/project/www/index.html
index c36705a..b5b9a09 100644
--- a/bin/templates/project/www/index.html
+++ b/bin/templates/project/www/index.html
@@ -33,7 +33,7 @@
                 <p class="event received">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.3.0.js"></script>
+        <script type="text/javascript" src="cordova-2.4.0rc1.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();

http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/415d116e/framework/ext/src/org/apache/cordova/device/Device.java
----------------------------------------------------------------------
diff --git a/framework/ext/src/org/apache/cordova/device/Device.java b/framework/ext/src/org/apache/cordova/device/Device.java
index dee1732..e11f924 100644
--- a/framework/ext/src/org/apache/cordova/device/Device.java
+++ b/framework/ext/src/org/apache/cordova/device/Device.java
@@ -54,7 +54,7 @@ public final class Device extends Plugin {
 				JSONObject device = new JSONObject();
 				device.put( FIELD_PLATFORM, "BlackBerry");
 				device.put( FIELD_UUID, new Integer( DeviceInfo.getDeviceId()) );
-				device.put( FIELD_CORDOVA, "2.3.0" );
+				device.put( FIELD_CORDOVA, "2.4.0rc1" );
 				device.put( FIELD_MODEL, new String(DeviceInfo.getDeviceName()) );
 				device.put( FIELD_NAME, new String(DeviceInfo.getDeviceName()) );
 				device.put( FIELD_VERSION, new String(DeviceInfo.getSoftwareVersion()) );