Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/14f52b01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/14f52b01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/14f52b01 Branch: refs/heads/master Commit: 14f52b015dc189f40b1442ee7f6e99968d0c934c Parents: 680e592 73b2295 Author: Udara Liyanage <[email protected]> Authored: Wed Feb 12 06:33:16 2014 -0500 Committer: Udara Liyanage <[email protected]> Committed: Wed Feb 12 06:33:16 2014 -0500 ---------------------------------------------------------------------- .../stratos/cartridge/agent/CartridgeAgent.java | 24 ++++- .../agent/util/CartridgeAgentConstants.java | 2 + .../stratos/cli/RestCommandLineService.java | 96 ++++++++++++++++++++ .../apache/stratos/cli/StratosApplication.java | 3 + .../beans/cartridge/ServiceDefinitionBean.java | 86 ++++++++++++++++++ .../cli/commands/ListDeployServiceCommand.java | 65 +++++++++++++ .../apache/stratos/cli/utils/CliConstants.java | 5 + .../console/configure_stratos.jag | 13 +-- .../console/configure_stratos_wizard.jag | 12 +-- .../console/util/utility.jag | 5 + .../rest/endpoint/services/ServiceUtils.java | 5 +- .../distribution/src/main/bin/stratos.sh | 2 + 12 files changed, 298 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/14f52b01/components/org.apache.stratos.rest.endpoint/src/main/java/org/apache/stratos/rest/endpoint/services/ServiceUtils.java ----------------------------------------------------------------------
