builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author stechong
Wed, 16 Jun 2010 22:40:10 -0500
branchC3_BUILDER_WORK
changeset 1484 273affe128cc
parent 0 fb279309251b
child 1830 5f8982384793
permissions -rw-r--r--
Updated SDK manager to attempt removing SDK from devicex.xml only when the SDK is originally defined in the file.

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