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

spec commit: url-policy -> whitelist rename

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 7ad3e7572 -> c614ad4c8


url-policy -> whitelist rename


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/c614ad4c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/c614ad4c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/c614ad4c

Branch: refs/heads/master
Commit: c614ad4c8e76989aa1e4ba1627d5fe8292572680
Parents: 7ad3e75
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Mar 5 15:37:37 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Mar 5 15:37:37 2015 -0500

----------------------------------------------------------------------
 createmobilespec/createmobilespec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/c614ad4c/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index dbc1bcd..83ef3f8 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -494,7 +494,7 @@ function installPlugins() {
         shelljs.exec(cli + " plugin add org.apache.cordova.test.whitelist org.apache.cordova.test.echo --searchpath " + mobile_spec_git_dir + linkPluginsFlag + browserifyFlag);
         shelljs.exec(cli + " plugin add org.apache.cordova.test-framework --searchpath " + top_dir + linkPluginsFlag + browserifyFlag);
         if (argv.android) {
-            shelljs.exec(cli + " plugin add " + path.join(top_dir, 'cordova-plugins', 'url-policy') + linkPluginsFlag + browserifyFlag);
+            shelljs.exec(cli + " plugin add " + path.join(top_dir, 'cordova-plugins', 'whitelist') + linkPluginsFlag + browserifyFlag);
         }
 
         if (argv.webview == 'crosswalk') {


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