You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/02/03 19:37:36 UTC

[23/33] git commit: CB-5889 Add a message in the update script about needing to import CordovaLib when using an IDE.

CB-5889 Add a message in the update script about needing to import CordovaLib when using an IDE.


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/7668a696
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/7668a696
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/7668a696

Branch: refs/heads/master
Commit: 7668a696f781f3b56cba56c57615332acea62269
Parents: 2175200
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jan 24 10:29:04 2014 -0500
Committer: Archana Naik <na...@lab126.com>
Committed: Fri Jan 31 15:05:00 2014 -0800

----------------------------------------------------------------------
 bin/lib/create.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/7668a696/bin/lib/create.js
----------------------------------------------------------------------
diff --git a/bin/lib/create.js b/bin/lib/create.js
index 42b58d3..e92027c 100755
--- a/bin/lib/create.js
+++ b/bin/lib/create.js
@@ -215,6 +215,7 @@ exports.updateProject = function(projectPath) {
         return runAndroidUpdate(projectPath, target_api, false)
         .then(function() {
             console.log('Android project is now at version ' + version);
+            console.log('If you updated from a pre-3.2.0 version and use an IDE, we now require that you import the "CordovaLib" library project.');
         });
     });
 };