Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSusan Franklin2009-04-15 20:42:02 +0000
committerSusan Franklin2009-04-15 20:42:02 +0000
commit82997a0771f9f2d9855fd4131fe731be522ac98c (patch)
tree08e1bdeda10e6e795917d77b746a3f0e36366f9d /examples
parent70f3fd569c5be4d26322528376da1261e662b59a (diff)
downloadrt.equinox.p2-82997a0771f9f2d9855fd4131fe731be522ac98c.tar.gz
rt.equinox.p2-82997a0771f9f2d9855fd4131fe731be522ac98c.tar.xz
rt.equinox.p2-82997a0771f9f2d9855fd4131fe731be522ac98c.zip
Bug 269873 - [ui] handling multiple declarations and priorities of p2 UI Policy service
Service ranking example
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/OSGI-INF/policy_component.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/OSGI-INF/policy_component.xml b/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/OSGI-INF/policy_component.xml
index f33a97a30..adb20bed6 100644
--- a/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/OSGI-INF/policy_component.xml
+++ b/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/OSGI-INF/policy_component.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.equinox.p2.exmaples.rcp.sdkbundlevisibility.policy">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility.policy">
<implementation class="org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility.p2.AllIUsAreVisiblePolicy"/>
<service>
<provide interface="org.eclipse.equinox.internal.provisional.p2.ui.policy.Policy"/>
</service>
+ <property name="service.ranking" type="Integer" value="1000"/>
</scr:component>

Back to the top