You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2014/08/27 12:02:23 UTC

[6/6] git commit: This closes #129

This closes #129


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4a2fc266
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4a2fc266
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4a2fc266

Branch: refs/heads/master
Commit: 4a2fc266f7e6cc399ea7367e5123f35b0aa8ed52
Parents: d368245 8887561
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Wed Aug 27 11:01:52 2014 +0100
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Wed Aug 27 11:01:52 2014 +0100

----------------------------------------------------------------------
 pom.xml                                         | 23 ++++++++
 usage/jsgui/pom.xml                             |  4 ++
 usage/jsgui/src/main/webapp/index.html          |  3 +-
 .../main/java/brooklyn/rest/api/ServerApi.java  |  3 +-
 .../java/brooklyn/rest/domain/ApiError.java     |  4 ++
 .../brooklyn/rest/domain/VersionSummary.java    | 61 ++++++++++++++++++++
 usage/rest-server/pom.xml                       |  7 +++
 .../brooklyn/rest/resources/ServerResource.java | 22 ++++++-
 .../brooklyn/rest/util/WebResourceUtils.java    | 39 +++++++------
 .../main/resources/build-metadata.properties    | 18 ++++++
 .../rest/resources/ServerResourceTest.java      |  5 +-
 11 files changed, 163 insertions(+), 26 deletions(-)
----------------------------------------------------------------------