Skip to content

Commit

Permalink
Use the new build-help-index mojo instead of ant calls
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Apr 19, 2023
1 parent eb9c0cf commit c15e46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bundles/org.eclipse.pde.doc.user/buildDoc.xml
Expand Up @@ -23,12 +23,6 @@
<target name="all" depends="init" unless="index.present">
<antcall target="convertSchemaToHtml" />
<antcall target="generateJavadoc" />
<antcall target="build.index" />
<!--antcall target="createDocZip" /-->
</target>

<target name="build.index" description="Builds search index for the plug-in: org.eclipse.pde.doc.user." if="eclipse.running">
<help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}"/>
</target>

<target name="convertSchemaToHtml" if="eclipse.running">
Expand Down
4 changes: 4 additions & 0 deletions bundles/org.eclipse.pde.doc.user/pom.xml
Expand Up @@ -154,6 +154,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-document-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit c15e46c

Please sign in to comment.