builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Mon, 30 Aug 2010 10:31:52 -0500
changeset 1907 8eeb96baf835
parent 1830 5f8982384793
permissions -rw-r--r--
Fix possible deadlock when checking if the name editor in Remote Connections is activated, but is disposed

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