builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author dadubrow
Fri, 10 Apr 2009 14:02:22 -0500
branchRCL_2_0
changeset 82 8839c373a1c1
parent 2 d760517a8095
child 1830 5f8982384793
permissions -rw-r--r--
fix getFilterText in tester for overview tab case
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>