Skip to content

Commit

Permalink
Fix platform javadoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and iloveeclipse committed Dec 5, 2023
1 parent 178eeed commit 3817a09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
;${dependency.dir}/org.osgi.service.prefs_*.jar
;${dependency.dir}/org.osgi.service.event_*.jar
;${dependency.dir}/org.osgi.service.cm_*.jar
;${dependency.dir}/org.osgi.service.component.annotations_*.jar
;${dependency.dir}/jetty-http_*.jar
;${dependency.dir}/jetty-io_*.jar
;${dependency.dir}/jetty-security_*.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@
<id>org.osgi.service.cm</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>org.osgi.service.component.annotations</id>
<versionRange>0.0.0</versionRange>
</requirement>
<requirement>
<type>eclipse-plugin</type>
<id>org.osgi.annotation.versioning</id>
Expand Down

0 comments on commit 3817a09

Please sign in to comment.