builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Fri, 10 Sep 2010 15:05:16 -0500
changeset 1983 da7da111790d
parent 1830 5f8982384793
permissions -rw-r--r--
Don't allow Qt project to be created when SDKs on different drives are selected (Win32 only)

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