core/com.nokia.carbide.cpp/component.xml
author timkelly
Tue, 03 Aug 2010 16:29:13 -0500
branchC3_BUILDER_WORK
changeset 1757 ec3c1e4702be
parent 1378 9a387b0094c7
child 2063 b130afa02241
permissions -rw-r--r--
Remove makefile dependency checks on SBSv2 builder since they don't apply. Remove SBSv2BuilderInfo.java and functionality. That has been used for loading the SBSv2 tab, which no longer exists. Now the SBSv2 data in the .cproject is loaded directly by the build configuration loading mechanism.
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>