core/com.nokia.carbide.cpp/component.xml
author timkelly
Fri, 11 Jun 2010 10:31:54 -0500
branchC3_BUILDER_WORK
changeset 1459 51ff67a50dee
parent 1378 9a387b0094c7
child 2063 b130afa02241
permissions -rw-r--r--
Create an SDK with a bad epocroot when a configuration is being loaded but where the SDK is not in the global list. We add it so it can be displayed along with an error message that the SDK has a bad EPOCROOT.
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>