builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author Ed Swartz <ed.swartz@nokia.com>
Tue, 12 Jan 2010 09:37:50 -0600
changeset 756 218edd9d77f1
parent 0 fb279309251b
child 1830 5f8982384793
permissions -rw-r--r--
Catch any exception from a discovery agent so it doesn't kill the Remote Connections view

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