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 BD50AE12B for ; Sun, 6 Jan 2013 08:40:12 +0000 (UTC) Received: (qmail 11446 invoked by uid 500); 6 Jan 2013 08:40:12 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 11265 invoked by uid 500); 6 Jan 2013 08:40:11 -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 11219 invoked by uid 99); 6 Jan 2013 08:40:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2013 08:40:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 34B0382378F; Sun, 6 Jan 2013 08:40:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gavinlee@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: Remove Duplicated Network Devices Commands Message-Id: <20130106084009.34B0382378F@tyr.zones.apache.org> Date: Sun, 6 Jan 2013 08:40:09 +0000 (UTC) Updated Branches: refs/heads/master aa9701a10 -> 7235ba35a 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/master Commit: 7235ba35ad67ceff94e4993c19fd742e82fb6b93 Parents: aa9701a Author: Gavin Lee Authored: Mon Jan 7 00:34:53 2013 +0800 Committer: Gavin Lee 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