Merge from HEAD. Support for automated tests to select a process for an attach to process launch configuration without using the UI.
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="com.nokia.carbide.cdt.builder.environmentModifier">
<modifier class="com.nokia.carbide.cdt.builder.test.TestEnvironmentModifier"/>
</extension>
</plugin>