Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
26 changes: 0 additions & 26 deletions doc/org.eclipse.tracecompass.incubator.atrace.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
26 changes: 0 additions & 26 deletions doc/org.eclipse.tracecompass.incubator.filters.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
26 changes: 0 additions & 26 deletions doc/org.eclipse.tracecompass.incubator.ftrace.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
26 changes: 0 additions & 26 deletions doc/org.eclipse.tracecompass.incubator.gerrit.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
3 changes: 0 additions & 3 deletions doc/org.eclipse.tracecompass.incubator.gpu.doc.user/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
26 changes: 0 additions & 26 deletions doc/org.eclipse.tracecompass.incubator.gpu.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,32 +57,6 @@
</execution>
</executions>
</plugin>
<!-- Build help index -->
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<configuration>
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
</configuration>
</plugin>
<!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<executions>
<execution>
<id>clean-index</id>
<phase>clean</phase>
<configuration>
<filesets>
<fileset><directory>index/</directory></fileset>
</filesets>
</configuration>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_CLEAN_TARGETS" value="clean,"/>
<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="build,build.index,"/>
<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="build,"/>
<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${working_set:&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&#10;&lt;resources&gt;&#10;&lt;item path=&quot;/org.eclipse.tracecompass.tmf.pcap.doc.user&quot; type=&quot;4&quot;/&gt;&#10;&lt;/resources&gt;}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@
<fileset dir="doc" includes="**/*.xml" />
</delete>
</target>
<target name="build.index" description="Builds search index for the plug-in" if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}" />
</target>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
<toc
file="doc/User-Guide-toc.xml"
primary="true" />
<index
path="index/">
</index>
</extension>
</plugin>
Loading
Loading