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 2012/12/07 16:59:27 UTC

[1/4] git commit: api: fix apidocs build bug

Updated Branches:
  refs/heads/api_refactoring 3d04bfcad -> 947ac982b


api: fix apidocs build bug

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/api_refactoring
Commit: 947ac982bc3c3b1369e1d4dbcbbbbec0f1d87ca5
Parents: a6c02e1
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Dec 6 17:38:12 2012 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Thu Dec 6 17:38:12 2012 -0800

----------------------------------------------------------------------
 .../virtualrouter_commands.properties.in           |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/947ac982/client/tomcatconf/virtualrouter_commands.properties.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/virtualrouter_commands.properties.in b/client/tomcatconf/virtualrouter_commands.properties.in
index 0feef6a..1cca28a 100644
--- a/client/tomcatconf/virtualrouter_commands.properties.in
+++ b/client/tomcatconf/virtualrouter_commands.properties.in
@@ -19,6 +19,6 @@
 ### Please standardize naming conventions to camel-case (even for acronyms).
 
 #### router commands
-createVirtualRouterElement=com.cloud.api.commands.CreateVirtualRouterElementCmd;7
-configureVirtualRouterElement=com.cloud.api.commands.ConfigureVirtualRouterElementCmd;7
-listVirtualRouterElements=com.cloud.api.commands.ListVirtualRouterElementsCmd;7
+createVirtualRouterElement=org.apache.cloudstack.api.admin.router.command.CreateVirtualRouterElementCmd;7
+configureVirtualRouterElement=org.apache.cloudstack.api.admin.router.command.ConfigureVirtualRouterElementCmd;7
+listVirtualRouterElements=org.apache.cloudstack.api.admin.router.command.ListVirtualRouterElementsCmd;7