You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/12/17 17:53:05 UTC

[6/7] cordova-ubuntu git commit: CB-10119 - default framework upgraded to 15.04

CB-10119 - default framework upgraded to 15.04


Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/215cfa1f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/215cfa1f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/215cfa1f

Branch: refs/heads/master
Commit: 215cfa1f289e72972790b8a0f8aa1a4a8bd5398a
Parents: 4189477
Author: David Barth <da...@canonical.com>
Authored: Fri Dec 11 17:00:12 2015 +0100
Committer: David Barth <da...@canonical.com>
Committed: Thu Dec 17 17:50:44 2015 +0100

----------------------------------------------------------------------
 RELEASENOTES.md                                | 4 ++++
 bin/templates/project/cordova/lib/constants.js | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/215cfa1f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 71ecdbf..5565d43 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 ## Release Notes for Cordova Ubuntu ##
 
+### 4.3.2-pre ###
+
+* change click framework to 15.04 by default (14.10 is deprecated)
+
 ### 4.3.1 ###
 
 * default icon name `www/img/logo.png`

http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/215cfa1f/bin/templates/project/cordova/lib/constants.js
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/lib/constants.js b/bin/templates/project/cordova/lib/constants.js
index be1d11b..16e72ed 100644
--- a/bin/templates/project/cordova/lib/constants.js
+++ b/bin/templates/project/cordova/lib/constants.js
@@ -19,7 +19,7 @@
  */
 
 module.exports = {
-    'DEFAULT_FRAMEWORK': 'ubuntu-sdk-14.10',
+    'DEFAULT_FRAMEWORK': 'ubuntu-sdk-15.04',
     'DEFAULT_ARCH': 'armhf',
     'PLATFORM_TYPES': {
         'PHONE': 0,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org