Skip to content

Commit

Permalink
Update egit.core build properties
Browse files Browse the repository at this point in the history
Include slf4j.api and org.apache.sshd.osgi on the build classpath to
work around a JDT bug[1] in Eclipse newer than 2023-12.

[1] eclipse-jdt/eclipse.jdt.core#543

Bug: egit-35
Change-Id: Icac5492f2285d6563782ee4f3fe0bf6e08c1357e
Signed-off-by: Thomas Wolf <twolf@apache.org>
  • Loading branch information
tomaswolf committed May 24, 2024
1 parent 7681049 commit bce1549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.eclipse.egit.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ bin.includes = META-INF/,\
schema/,\
OSGI-INF/
src.includes = about.html
additional.bundles = slf4j.api,\
org.apache.sshd.osgi

0 comments on commit bce1549

Please sign in to comment.