Clean up APIs/Tests around SBSv2 query mechanism (got rid of most all the original test API now that it's been moved into BuildContextSBSv2.
Clean up the Build Configuration Filtering prefs and rename hyperlinks from other prefs to note the new name.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.ui.editors.templates">
<include
file="templates/carbide-templates.xml"
translations="$nl$/templates/carbide-templates.properties">
</include>
</extension>
<extension
id="AAA_projectUIActionSet"
name="Project UI"
point="org.eclipse.ui.actionSets">
<actionSet
description="Declaration of the Carbide menu"
id="AAA.com.nokia.carbide.cpp.ui.CarbideMenu"
label="%carbideExtensions"
visible="true">
<menu
id="com.nokia.carbide.cpp.ui.CarbideMenu"
label="&Carbide"
path="additions">
<separator name="CarbideStart"/>
<separator name="CarbideEnd"/>
<separator name="CarbideExtensions"/>
</menu>
</actionSet>
</extension>
</plugin>