Skip to content

Commit

Permalink
Move Platform javadoc build from ant to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored and akurtakov committed Jan 13, 2024
1 parent 92a5c25 commit 942b55b
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 266 deletions.
20 changes: 20 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,21 @@
<placement>a</placement>
<head>Provisional:</head>
</tag>
<tag>
<name>jniclass</name>
<placement>a</placement>
<head>JNI Class:</head>
</tag>
<tag>
<name>ThreadSafe</name>
<placement>a</placement>
<head>Thread Safe:</head>
</tag>
<tag>
<name>issue</name>
<placement>a</placement>
<head>Issue:</head>
</tag>
</tags>
<additionalDependencies>
<!-- These are provided by PDE/Tycho by default but javadoc do not know that ... -->
Expand All @@ -719,6 +734,11 @@
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.5.0</version>
</additionalDependency>
<dependency>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.api.tools.annotations</artifactId>
<version>1.2.0</version>
</dependency>
<!-- These are required unless we have no backward-compat anymore but javadoc do not know that ... -->
<additionalDependency>
<groupId>javax.inject</groupId>
Expand Down

This file was deleted.

Loading

0 comments on commit 942b55b

Please sign in to comment.