builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author dadubrow
Tue, 28 Sep 2010 11:24:22 -0500
changeset 2111 82d5b8441aa9
parent 1830 5f8982384793
permissions -rw-r--r--
Fix an SWT error in portal causing ugly behavior with other views

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