Updated Branches:
  refs/heads/master 791e1794f -> 81027056b

Comment deploy service, undeploy service, list deploy service commands in CLI


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/7235ffd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/7235ffd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/7235ffd0

Branch: refs/heads/master
Commit: 7235ffd0ad77fbff3a0c6166f8e3b5583e4df2fb
Parents: 3999dc5
Author: Manula Thantriwatte <[email protected]>
Authored: Thu Feb 13 16:10:07 2014 +0530
Committer: Manula Thantriwatte <[email protected]>
Committed: Thu Feb 13 16:10:07 2014 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/cli/StratosApplication.java | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/7235ffd0/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
 
b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
index 40eb496..39ba8d6 100644
--- 
a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
+++ 
b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
@@ -120,14 +120,14 @@ public class StratosApplication extends 
CommandLineApplication<StratosCommandCon
         command = new AutoscalingPolicyDeploymentCommand();
         commands.put(command.getName(), command);
 
-        command = new DeployServiceDeploymentCommand();
-        commands.put(command.getName(), command);
+        //command = new DeployServiceDeploymentCommand();
+        //commands.put(command.getName(), command);
 
-        command = new UndeployServiceDefinitionCommand();
-        commands.put(command.getName(), command);
+        //command = new UndeployServiceDefinitionCommand();
+        //commands.put(command.getName(), command);
 
-        command = new ListDeployServiceCommand();
-        commands.put(command.getName(), command);
+        //command = new ListDeployServiceCommand();
+        //commands.put(command.getName(), command);
 
         command = new UndeployCartridgeDefinitionCommand();
         commands.put(command.getName(), command);

Reply via email to