You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by an...@apache.org on 2016/09/10 17:17:10 UTC

[2/2] brooklyn-server git commit: This closes #325

This closes #325


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

Branch: refs/heads/master
Commit: e947e929a743dbb55aedc953fdd2bbc4f75ce0db
Parents: 66b9b1c f63006b
Author: Andrea Turli <an...@gmail.com>
Authored: Sat Sep 10 19:16:47 2016 +0200
Committer: Andrea Turli <an...@gmail.com>
Committed: Sat Sep 10 19:16:47 2016 +0200

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml     |   3 -
 karaf/pom.xml                                   |   6 -
 parent/pom.xml                                  |  17 -
 pom.xml                                         |   4 +-
 rest/rest-client/pom.xml                        | 163 --------
 .../brooklyn/rest/client/BrooklynApi.java       | 419 -------------------
 .../brooklyn/rest/client/BrooklynApiUtil.java   | 154 -------
 .../util/http/BuiltResponsePreservingError.java |  79 ----
 .../ApplicationResourceIntegrationTest.java     | 190 ---------
 .../rest/client/BrooklynApiRestClientTest.java  | 163 --------
 .../rest/client/BrooklynApiUtilTest.java        | 129 ------
 .../src/test/resources/catalog/test-catalog.bom |  33 --
 .../rest-client/src/test/webapp/WEB-INF/web.xml | 129 ------
 13 files changed, 1 insertion(+), 1488 deletions(-)
----------------------------------------------------------------------