Repository: brooklyn-library Updated Branches: refs/heads/master 5cfc1090c -> 30fcb6502
Update package for chef bean due to the move to brooklyn-library Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/1c1fb88f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/1c1fb88f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/1c1fb88f Branch: refs/heads/master Commit: 1c1fb88fe599882f1eccdc906ab42dfaecbb7337 Parents: 5cfc109 Author: Thomas Bouron <[email protected]> Authored: Mon Oct 2 10:37:04 2017 +0200 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 2 10:37:04 2017 +0200 ---------------------------------------------------------------------- .../cm/chef/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/1c1fb88f/software/cm/chef/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---------------------------------------------------------------------- diff --git a/software/cm/chef/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/software/cm/chef/src/main/resources/OSGI-INF/blueprint/blueprint.xml index 4412687..f5ddbc6 100644 --- a/software/cm/chef/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/software/cm/chef/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -24,7 +24,7 @@ limitations under the License. "> <bean id="chefEntitySpecResolver" scope="prototype" - class="org.apache.brooklyn.entity.resolve.ChefEntitySpecResolver"/> + class="org.apache.brooklyn.entity.chef.resolve.ChefEntitySpecResolver"/> <service id="chefEntitySpecResolverService" ref="chefEntitySpecResolver" interface="org.apache.brooklyn.core.resolve.entity.EntitySpecResolver" />
