builder/com.nokia.carbide.cdt.builder.test/plugin.xml
author fturovic <frank.turovich@nokia.com>
Tue, 21 Apr 2009 10:33:39 -0500
changeset 106 aa8d5ca0cab2
parent 2 d760517a8095
child 1830 5f8982384793
permissions -rw-r--r--
removed splash screen commit
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>