builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Wed, 15 Sep 2010 09:32:22 -0500
changeset 2007 283cfb261d8f
parent 1830 5f8982384793
permissions -rw-r--r--
don't run new plugin checker if there are no SDKs

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