commit | a2693731732341ca9f33a2ad8a4c1e2e5a56cdcd | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Feb 10 17:55:41 2014 +0900 |
committer | Doug Kelly <doug.kelly@garmin.com> | Mon Feb 10 15:34:50 2014 -0600 |
tree | 207180206e0d1693d3530cd0a5e63b0e6f542b3c | |
parent | 1a80998049b0d2f0c7d57f4361be0613ac258283 [diff] |
Require the "administrate server" core capability Capability scope was introduced to differentiate between plugin-owned capabilities and core capabilities. Per default the scope of the @RequiresCapability annotation is CapabilityScope.CONTEXT, which means the scope is assumed to be that of the plugin. Update the annotations to use CapabilityScope.CORE, to make sure the proper "administrate server" capability is used. Change-Id: I02d3ed77f6e7dee746686b5ec8711aa38dddd9c3