GitHub user mcdonnell-john opened a pull request:
https://github.com/apache/incubator-netbeans/pull/119
[NETBEANS-54] Module Review org.eclipse.jgit.java7
Had to change from using a jar called:
org.eclipse.jgit.java7-3.6.2.201501210735-r-nosignature.jar to
org.eclipse.jgit.java7-3.6.2.201501210735-r.jar
Since the previous one wasn't in maven. NO NOTICE file added - Not sure it
needs one since its under EDL - see
https://github.com/eclipse/jgit/tree/v3.6.2.201501210735-r
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcdonnell-john/incubator-netbeans
feature/NETBEANS-54/o.eclipse.jgit.java7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/119.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #119
----
commit 032e9cf8cdd05855e7db9b0fa3c6c7c877f7721b
Author: John McDonnell <[email protected]>
Date: 2017-10-11T10:38:07Z
[NETBEANS-54] Updated binaries to use maven lookups -
Had to change from using a jar called:
org.eclipse.jgit.java7-3.6.2.201501210735-r-nosignature.jar to
org.eclipse.jgit.java7-3.6.2.201501210735-r.jar
Since the previous one wasn't in maven. NO NOTICE file added - Not sure it
needs one since its under EDL - see
https://github.com/eclipse/jgit/tree/v3.6.2.201501210735-r
----
---