Skip to content

Commit

Permalink
Disable generation of JavaDoc as part of the incremental build (#366)
Browse files Browse the repository at this point in the history
This disables the Ant task (when inside the IDE) that is responsible for
collecting the JavaDoc that is used by the online help. Reason being
that its dependent "copy-resource" task isn't executed, leading to
errors in a clean workspace.

Amends 60c6b5c
  • Loading branch information
ptziegler authored Jan 23, 2024
1 parent dbb5408 commit 0c7dbc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.draw2d.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<version>1.6</version>
<executions>
<execution>
<?m2e ignore?>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.gef.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<version>1.6</version>
<executions>
<execution>
<?m2e ignore?>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.zest.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<version>1.6</version>
<executions>
<execution>
<?m2e ignore?>
<id>generate-sources</id>
<phase>generate-sources</phase>
<configuration>
Expand Down

0 comments on commit 0c7dbc1

Please sign in to comment.