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

[3/3] cordova-lib git commit: CB-9330 updated wording for warning messages for removal of publish/unpublish commands

CB-9330 updated wording for warning messages for removal of publish/unpublish commands


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/1a695603
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/1a695603
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/1a695603

Branch: refs/heads/master
Commit: 1a695603b53774d7a28d8b4e204c102c5b95e129
Parents: bff2f6e
Author: Steve Gill <st...@gmail.com>
Authored: Wed Jul 15 17:15:50 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Jul 15 17:15:50 2015 -0700

----------------------------------------------------------------------
 cordova-lib/src/plugman/help.txt   | 4 ++--
 cordova-lib/src/plugman/plugman.js | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/1a695603/cordova-lib/src/plugman/help.txt
----------------------------------------------------------------------
diff --git a/cordova-lib/src/plugman/help.txt b/cordova-lib/src/plugman/help.txt
index 23b41f9..ccfa91d 100644
--- a/cordova-lib/src/plugman/help.txt
+++ b/cordova-lib/src/plugman/help.txt
@@ -52,14 +52,14 @@ Parameters:
 Interacting with the registry
 =============================
 
-NOTICE: The Cordova Plugin registry became read-only, so the following commands are not actual anymore and were removed:
+NOTICE: The Cordova Plugin registry is moving to read-only. Please move your plugins over to npm. The following commands have been removed:
 
     $ plugman adduser
     $ plugman publish
     $ plugman unpublish
     $ plugman owner add/rm
 
-For managing plugins from NPM registry use corresponding NPM commands. For more info on NPM commands see `npm help <command>`
+For managing plugins on the npm registry, use the corresponding npm commands. For more info on npm commands see `npm help <command>`
 
 Search for a plugin
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/1a695603/cordova-lib/src/plugman/plugman.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/plugman/plugman.js b/cordova-lib/src/plugman/plugman.js
index 72dc6b9..0a8cd8d 100644
--- a/cordova-lib/src/plugman/plugman.js
+++ b/cordova-lib/src/plugman/plugman.js
@@ -162,12 +162,12 @@ plugman.commands =  {
     },
     'publish'  : function() {
         events.emit('error', 'The publish functionality is not supported anymore since the Cordova Plugin registry\n' +
-            'has moved to read-only state. For publishing use corresponding \'npm\' commands.\n\n' +
+            'is moving to read-only state. For publishing use corresponding \'npm\' commands.\n\n' +
             'If for any reason you still need for \'plugman publish\' - consider downgrade to plugman@0.23.3');
     },
     'unpublish': function(cli_opts) {
         events.emit('error', 'The publish functionality is not supported anymore since the Cordova Plugin registry\n' +
-            'has moved to read-only state. For publishing/unpublishing use corresponding \'npm\' commands.\n\n' +
+            'is moving to read-only state. For publishing/unpublishing use corresponding \'npm\' commands.\n\n' +
             'If for any reason you still need for \'plugman unpublish\' - consider downgrade to plugman@0.23.3');
     },
     'create': function(cli_opts) {


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