Skip to content

Commit

Permalink
Stop filtering javadoc
Browse files Browse the repository at this point in the history
With eclipse-platform/eclipse.platform.releng.aggregator#1604
there is no longer timestamp in javadoc thus there is no need to filter
javadoc.
  • Loading branch information
akurtakov committed Dec 8, 2023
1 parent 54dc1f1 commit 0a0b138
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions org.eclipse.pde.doc.user/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Regenerate docs
10 changes: 0 additions & 10 deletions org.eclipse.pde.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<configuration>
<ignoredPatterns combine.children="append">
<!-- Javadoc changes on every build-->
<pattern>reference/api/**/*</pattern>
</ignoredPatterns>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
Expand Down

0 comments on commit 0a0b138

Please sign in to comment.