builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author stechong
Thu, 16 Sep 2010 16:09:17 -0500
changeset 2034 8ca82bbe1973
parent 1830 5f8982384793
permissions -rw-r--r--
Refactored status notification from DynamicP2Installer.java to NewPluginChecker.java.

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