builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Tue, 31 Aug 2010 09:14:22 -0500
changeset 1926 1c1be5694e88
parent 1830 5f8982384793
permissions -rw-r--r--
remove devices.xml listener test. For some reason it's not replacing the original devices.xml, causing multiple other test failures.

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