debuggercdi/com.nokia.cdt.debug.common/.externalToolBuilders/org.eclipse.pde.api.tools.apiAnalysisBuilder.launch
author timkelly
Wed, 28 Jul 2010 15:19:12 -0500
branchC3_BUILDER_WORK
changeset 1710 94cdcd7c5550
parent 1100 34e416ee69ea
permissions -rw-r--r--
Refactor getBuiltInMacros() to be SBSv1 specific. This are the hard-coded macros misc macros we are adding for SBSv1. For SBSv2, they are retrieved from the sbs config query. Also, clean up some API and comments on public APIS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1100
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     2
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     3
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="org.eclipse.pde.api.tools.apiAnalysisBuilder"/>
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     5
<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/>
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     6
<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
34e416ee69ea add api analysis launch
timkelly
parents:
diff changeset
     7
</launchConfiguration>