builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author stechong
Mon, 30 Aug 2010 16:39:11 -0500
changeset 1919 5c9cbbdfb5c2
parent 1830 5f8982384793
permissions -rw-r--r--
Fix for Bug 11934 [C3 SDK - If devices.xml has a drive a rescan will created a second instance].

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