From 94306db3929baabfed41f73a3e69aa5c492ff95e Mon Sep 17 00:00:00 2001 From: nightwing Date: Fri, 13 Feb 2015 20:55:31 +0400 Subject: [PATCH] include login in sdk, since it is used for local version --- configs/client-default.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/client-default.js b/configs/client-default.js index 504a9f46..bc0f3eda 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -590,6 +590,14 @@ module.exports = function(options) { basePath: workspaceDir, local: options.local }, + { + packagePath: "plugins/c9.ide.login/login", + staticPrefix: staticPrefix + "/plugins/c9.ide.login", + ideBaseUrl: options.ideBaseUrl, + dashboardUrl: options.dashboardUrl, + accountUrl: options.accountUrl, + local: options.local + }, { packagePath: "plugins/c9.ide.pubsub/pubsub-client", extendToken: extendToken