Skip to content

Commit

Permalink
Add required dependencies for JGit and EMF Compare
Browse files Browse the repository at this point in the history
- We don't need to ship org.slf4j.binding.simple as we only use it running from Eclipse to stop the annoying message
  • Loading branch information
Phillipus committed Jul 30, 2023
1 parent 9912358 commit 7aa82d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions com.archimatetool.editor.product/archi.product
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ openFile
<feature id="org.eclipse.ecf.core.ssl.feature"/>
<feature id="org.eclipse.equinox.p2.extras.feature"/>
<feature id="org.eclipse.ecf.filetransfer.httpclient5.feature"/>
<feature id="org.eclipse.emf.compare"/>
<feature id="org.eclipse.jgit"/>
<feature id="org.eclipse.jgit.ssh.apache"/>
</features>

<configurations>
Expand Down

0 comments on commit 7aa82d7

Please sign in to comment.