builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Thu, 23 Sep 2010 12:08:33 -0500
changeset 2095 32ca30af5f6b
parent 1830 5f8982384793
permissions -rw-r--r--
ed's fix to remove job to save language data cache. was causing more problems than it fixed.

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