builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author fturovic <frank.turovich@nokia.com>
Tue, 07 Apr 2009 13:42:08 -0500
branchRCL_2_0
changeset 68 edeb86665d73
parent 2 d760517a8095
child 1830 5f8982384793
permissions -rw-r--r--
merged heads
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
 <extension
cawthron
parents:
diff changeset
     5
       point="com.nokia.carbide.cdt.builder.environmentModifier">
cawthron
parents:
diff changeset
     6
      <modifier class="com.nokia.carbide.cdt.builder.test.TestEnvironmentModifier"/>
cawthron
parents:
diff changeset
     7
 </extension>
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
</plugin>