diff -r 000000000000 -r fb279309251b builder/com.nokia.carbide.cdt.builder/schema/environmentModifier.exsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/builder/com.nokia.carbide.cdt.builder/schema/environmentModifier.exsd Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +1,108 @@ + + + + + + + + + This extension points allows you to modify the environment variables used for Carbide builds. The builder will generate the list of environment variables for the build configuration, make any changes the builder needs to make, and then allow extensions to alter those environment variabes before the build is performed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Carbide 1.3.1 + + + + + + + + + <extension + point="com.nokia.carbide.cdt.builder.environmentModifier"> + <modifier class="com.xyz.EnvModifier"/> + </extension> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +