lttng: Clean help docs when doing a project clean like tmf help
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 27 May 2014 22:06:23 +0000 (18:06 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 12 Jun 2014 13:25:29 +0000 (09:25 -0400)
Change-Id: Ieac5e68a020a7ba4190c829d255e26379fabfea9
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/27414
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.linuxtools.lttng.help/.externalToolBuilders/Lttng Help Build.launch
org.eclipse.linuxtools.lttng.help/.project

index 3db73be79015fb7c13ad14414aaf14be421ff134..6c6310311e3c43f03b82c0307158e245ff9373bc 100644 (file)
@@ -12,6 +12,6 @@
 <mapEntry key="eclipse.home" value="${eclipse_home}"/>
 </mapAttribute>
 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.linuxtools.lttng.help/build.xml}"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value=""/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="incremental,clean"/>
 <booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
 </launchConfiguration>
index 8ef58eae51deb784763b6b232c580d54d8d20fec..73ca2176b0b1af749a23fbc983b20b1191f721e7 100644 (file)
@@ -7,12 +7,16 @@
        <buildSpec>
                <buildCommand>
                        <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
-                       <triggers>full,incremental,</triggers>
+                       <triggers>clean,full,incremental,</triggers>
                        <arguments>
                                <dictionary>
                                        <key>LaunchConfigHandle</key>
                                        <value>&lt;project&gt;/.externalToolBuilders/Lttng Help Build.launch</value>
                                </dictionary>
+                               <dictionary>
+                                       <key>incclean</key>
+                                       <value>true</value>
+                               </dictionary>
                        </arguments>
                </buildCommand>
                <buildCommand>
This page took 0.026975 seconds and 5 git commands to generate.