Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAFD8D836 for ; Wed, 5 Dec 2012 23:01:16 +0000 (UTC) Received: (qmail 20837 invoked by uid 500); 5 Dec 2012 23:01:15 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 20803 invoked by uid 500); 5 Dec 2012 23:01:15 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 20781 invoked by uid 99); 5 Dec 2012 23:01:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 23:01:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 30ACC8191A5; Wed, 5 Dec 2012 23:01:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [3/10] git commit: commands-ext.properties.in: remove duplication, same in commands.properties.in Message-Id: <20121205230115.30ACC8191A5@tyr.zones.apache.org> Date: Wed, 5 Dec 2012 23:01:15 +0000 (UTC) commands-ext.properties.in: remove duplication, same in commands.properties.in Signed-off-by: Rohit Yadav 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 Authored: Wed Dec 5 14:40:45 2012 -0800 Committer: Rohit Yadav 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