core/com.nokia.carbide.cpp/component.xml
author timkelly
Thu, 10 Jun 2010 11:33:29 -0500
branchC3_BUILDER_WORK
changeset 1453 bd6bc4d000fd
parent 1378 9a387b0094c7
child 2063 b130afa02241
permissions -rw-r--r--
clean up SDK/Config tree by removing SDK Id from display (it's redundant) and also adding text that SDK location does not exist so users can see the config tree and know it won't work (not have it be hidden and users wonder why it's not there)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1378
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     2
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="com.nokia.carbide.cpp">
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     3
   <implementation class="com.nokia.carbide.cpp.p2.CarbideP2Policy"/>
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     4
   <service>
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     5
      <provide interface="org.eclipse.equinox.p2.ui.Policy"/>
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     6
   </service>
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     7
   <property name="service.ranking" type="Integer" value="100"/>
9a387b0094c7 move p2 policy code to component definition in com.nokia.carbide.cpp product plugin
dadubrow
parents:
diff changeset
     8
</scr:component>