builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author ryall
Fri, 17 Sep 2010 13:30:29 -0600
changeset 2046 f375c7305c9d
parent 1830 5f8982384793
permissions -rw-r--r--
When things are remapped by the Symbian Source File Remapping only capture the directory the file was discovered in, not the entire drive.

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