You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2013/01/06 10:11:58 UTC

[4/4] git commit: Remove Duplicated Network Devices Commands

Updated Branches:
  refs/heads/api_refactoring 21d6cd304 -> b720675bf


Remove Duplicated Network Devices Commands


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

Branch: refs/heads/api_refactoring
Commit: 7235ba35ad67ceff94e4993c19fd742e82fb6b93
Parents: aa9701a
Author: Gavin Lee <ga...@gmail.com>
Authored: Mon Jan 7 00:34:53 2013 +0800
Committer: Gavin Lee <ga...@gmail.com>
Committed: Mon Jan 7 00:34:53 2013 +0800

----------------------------------------------------------------------
 client/tomcatconf/commands.properties.in |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7235ba35/client/tomcatconf/commands.properties.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in
index 27e0c2f..1e70c0f 100755
--- a/client/tomcatconf/commands.properties.in
+++ b/client/tomcatconf/commands.properties.in
@@ -378,11 +378,6 @@ addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1
 listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1
 deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1
 
-### Network Devices commands
-addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1
-listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1
-deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1
-
 ### VPC commands
 createVPC=com.cloud.api.commands.CreateVPCCmd;15
 listVPCs=com.cloud.api.commands.ListVPCsCmd;15