Repository: incubator-netbeans Updated Branches: refs/heads/master bb83f4972 -> 0b3c8fddd
[NETBEANS-54] Updated binaries to use maven lookups - Had to change from using a jar called: org.eclipse.jgit-3.6.2.201501210735-r-nosignature.jar to org.eclipse.jgit-3.6.2.201501210735-r.jar Since the previous one wasnt 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/0f0a0a51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/0f0a0a51 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/0f0a0a51 Branch: refs/heads/master Commit: 0f0a0a51866412902354c2f0d814f318719e235b Parents: d024f52 Author: John McDonnell <[email protected]> Authored: Wed Oct 11 08:01:23 2017 +0100 Committer: John McDonnell <[email protected]> Committed: Wed Oct 11 08:01:23 2017 +0100 ---------------------------------------------------------------------- o.eclipse.jgit/external/binaries-list | 2 +- o.eclipse.jgit/nbproject/project.properties | 2 +- o.eclipse.jgit/nbproject/project.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0f0a0a51/o.eclipse.jgit/external/binaries-list ---------------------------------------------------------------------- diff --git a/o.eclipse.jgit/external/binaries-list b/o.eclipse.jgit/external/binaries-list index e39ad48..3e2ad61 100644 --- a/o.eclipse.jgit/external/binaries-list +++ b/o.eclipse.jgit/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. -B580E446B543A8DD2F5AA368B07F9C4C9C2E7029 org.eclipse.jgit-3.6.2.201501210735-r_nosignature.jar +47D59DFFB5F02470CCFB6C1A5A31B6040A1636E5 org.eclipse.jgit:org.eclipse.jgit:3.6.2.201501210735-r http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0f0a0a51/o.eclipse.jgit/nbproject/project.properties ---------------------------------------------------------------------- diff --git a/o.eclipse.jgit/nbproject/project.properties b/o.eclipse.jgit/nbproject/project.properties index 72e2d0f..de1e85e 100644 --- a/o.eclipse.jgit/nbproject/project.properties +++ b/o.eclipse.jgit/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-3.6.2.201501210735-r_nosignature.jar=modules/org-eclipse-jgit.jar +release.external/org.eclipse.jgit-3.6.2.201501210735-r.jar=modules/org-eclipse-jgit.jar is.autoload=true http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/0f0a0a51/o.eclipse.jgit/nbproject/project.xml ---------------------------------------------------------------------- diff --git a/o.eclipse.jgit/nbproject/project.xml b/o.eclipse.jgit/nbproject/project.xml index de9629d..b3b7a73 100644 --- a/o.eclipse.jgit/nbproject/project.xml +++ b/o.eclipse.jgit/nbproject/project.xml @@ -41,7 +41,7 @@ <public-packages/> <class-path-extension> <runtime-relative-path>org-eclipse-jgit.jar</runtime-relative-path> - <binary-origin>external/org.eclipse.jgit-3.6.2.201501210735-r_nosignature.jar</binary-origin> + <binary-origin>external/org.eclipse.jgit-3.6.2.201501210735-r.jar</binary-origin> </class-path-extension> </data> </configuration>
