builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author Ed Swartz <ed.swartz@nokia.com>
Wed, 07 Apr 2010 14:37:19 -0500
branchRCL_2_4
changeset 1168 8e38fdef1cea
parent 0 fb279309251b
child 1830 5f8982384793
permissions -rw-r--r--
Bug 11013: choose appropriate launch configs when using Run/Debug As... shortcut

<?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>