[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
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/032e9cf8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/032e9cf8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/032e9cf8 Branch: refs/heads/master Commit: 032e9cf8cdd05855e7db9b0fa3c6c7c877f7721b Parents: d024f52 Author: John McDonnell <[email protected]> Authored: Wed Oct 11 11:38:07 2017 +0100 Committer: John McDonnell <[email protected]> Committed: Wed Oct 11 11:38:07 2017 +0100 ---------------------------------------------------------------------- o.eclipse.jgit.java7/external/binaries-list | 2 +- o.eclipse.jgit.java7/nbproject/project.properties | 2 +- o.eclipse.jgit.java7/nbproject/project.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/032e9cf8/o.eclipse.jgit.java7/external/binaries-list ---------------------------------------------------------------------- diff --git a/o.eclipse.jgit.java7/external/binaries-list b/o.eclipse.jgit.java7/external/binaries-list index ed0d3dc..575511c 100644 --- a/o.eclipse.jgit.java7/external/binaries-list +++ b/o.eclipse.jgit.java7/external/binaries-list @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -244560B99152F3F9BC75DF2D6FAFA8A5216B06B6 org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar +D613D2ED86455CC8686A45B9B65215A9652E2943 org.eclipse.jgit:org.eclipse.jgit.java7:3.6.2.201501210735-r http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/032e9cf8/o.eclipse.jgit.java7/nbproject/project.properties ---------------------------------------------------------------------- diff --git a/o.eclipse.jgit.java7/nbproject/project.properties b/o.eclipse.jgit.java7/nbproject/project.properties index 58f408e..3d6d8a4 100644 --- a/o.eclipse.jgit.java7/nbproject/project.properties +++ b/o.eclipse.jgit.java7/nbproject/project.properties @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -release.external/org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar=modules/org-eclipse-jgit-java7.jar +release.external/org.eclipse.jgit.java7-3.6.2.201501210735-r.jar=modules/org-eclipse-jgit-java7.jar is.autoload=true http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/032e9cf8/o.eclipse.jgit.java7/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/o.eclipse.jgit.java7/nbproject/project.xml b/o.eclipse.jgit.java7/nbproject/project.xml index 42b292a..a23b2b8 100644 --- a/o.eclipse.jgit.java7/nbproject/project.xml +++ b/o.eclipse.jgit.java7/nbproject/project.xml @@ -28,7 +28,7 @@ <public-packages/> <class-path-extension> <runtime-relative-path>org-eclipse-jgit-java7.jar</runtime-relative-path> - <binary-origin>external/org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar</binary-origin> + <binary-origin>external/org.eclipse.jgit.java7-3.6.2.201501210735-r.jar</binary-origin> </class-path-extension> </data> </configuration>
