Update bean name for bundles resources
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f57e28ea Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f57e28ea Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/f57e28ea Branch: refs/heads/master Commit: f57e28ea3789986b43d10437a539bb3b2eb1ffda Parents: 9efbc4d Author: Thomas Bouron <[email protected]> Authored: Tue Nov 14 10:44:39 2017 +0000 Committer: Thomas Bouron <[email protected]> Committed: Tue Nov 14 10:44:39 2017 +0000 ---------------------------------------------------------------------- .../src/main/resources/OSGI-INF/blueprint/service.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/f57e28ea/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml ---------------------------------------------------------------------- diff --git a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml index db27015..9d7e5e7 100644 --- a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml +++ b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml @@ -74,7 +74,7 @@ limitations under the License. <bean id="adjunctResourceBean" class="org.apache.brooklyn.rest.resources.AdjunctResource"/> <bean id="apidocResourceBean" class="org.apache.brooklyn.rest.resources.ApidocResource"/> <bean id="applicationResourceBean" class="org.apache.brooklyn.rest.resources.ApplicationResource"/> - <bean id="bundlesResourceBean" class="org.apache.brooklyn.rest.resources.BundleResource"/> + <bean id="bundleResourceBean" class="org.apache.brooklyn.rest.resources.BundleResource"/> <bean id="catalogResourceBean" class="org.apache.brooklyn.rest.resources.CatalogResource"/> <bean id="effectorResourceBean" class="org.apache.brooklyn.rest.resources.EffectorResource"/> <bean id="entityConfigResourceBean" class="org.apache.brooklyn.rest.resources.EntityConfigResource"/> @@ -96,7 +96,7 @@ limitations under the License. <ref component-id="adjunctResourceBean"/> <ref component-id="apidocResourceBean"/> <ref component-id="applicationResourceBean"/> - <ref component-id="bundlesResourceBean"/> + <ref component-id="bundleResourceBean"/> <ref component-id="catalogResourceBean"/> <ref component-id="effectorResourceBean"/> <ref component-id="entityConfigResourceBean"/>
