commands-ext.properties.in: remove duplication, same in commands.properties.in
Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0799052d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0799052d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0799052d Branch: refs/heads/api_refactoring Commit: 0799052d7014611de1f0e8a16f6503ee243df901 Parents: e07106d Author: Rohit Yadav <[email protected]> Authored: Wed Dec 5 14:40:45 2012 -0800 Committer: Rohit Yadav <[email protected]> Committed: Wed Dec 5 14:40:45 2012 -0800 ---------------------------------------------------------------------- client/tomcatconf/commands-ext.properties.in | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0799052d/client/tomcatconf/commands-ext.properties.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/commands-ext.properties.in b/client/tomcatconf/commands-ext.properties.in index f172067..cd1d0ea 100644 --- a/client/tomcatconf/commands-ext.properties.in +++ b/client/tomcatconf/commands-ext.properties.in @@ -20,13 +20,6 @@ generateUsageRecords=com.cloud.api.commands.GenerateUsageRecordsCmd;1 listUsageRecords=com.cloud.api.commands.GetUsageRecordsCmd;1 listUsageTypes=com.cloud.api.commands.ListUsageTypesCmd;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 - #### traffic monitor commands addTrafficMonitor=com.cloud.api.commands.AddTrafficMonitorCmd;1 deleteTrafficMonitor=com.cloud.api.commands.DeleteTrafficMonitorCmd;1
