builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author timkelly
Tue, 11 May 2010 15:47:50 -0500
changeset 1347 22abc3a66090
parent 0 fb279309251b
child 1830 5f8982384793
permissions -rw-r--r--
Add first pass of experimental Raptor --query API tests. Some are hard-coded for specific SDK drives. Also use new CommandLuancher.exec (over deprecated one)

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