You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/10/14 09:50:30 UTC

[1/4] incubator-netbeans git commit: [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 wa

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 <jo...@bearingpoint.com>
Authored: Wed Oct 11 08:01:23 2017 +0100
Committer: John McDonnell <jo...@bearingpoint.com>
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>


[4/4] incubator-netbeans git commit: Merge branch 'pr/118'

Posted by ma...@apache.org.
Merge branch 'pr/118'


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/0b3c8fdd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/0b3c8fdd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/0b3c8fdd

Branch: refs/heads/master
Commit: 0b3c8fdddb7497e89343fbeacb57869442fcb482
Parents: 9e54586 0f0a0a5
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Sat Oct 14 11:49:16 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Sat Oct 14 11:49:16 2017 +0200

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------



[3/4] incubator-netbeans git commit: Merge branch 'pr/119'

Posted by ma...@apache.org.
Merge branch 'pr/119'


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/9e545867
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/9e545867
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/9e545867

Branch: refs/heads/master
Commit: 9e5458676a8c45e43003a123e7cd39d7fb11dc61
Parents: bb83f49 032e9cf
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Sat Oct 14 11:49:01 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Sat Oct 14 11:49:01 2017 +0200

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------



[2/4] incubator-netbeans git commit: [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 pre

Posted by ma...@apache.org.
[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 <jo...@bearingpoint.com>
Authored: Wed Oct 11 11:38:07 2017 +0100
Committer: John McDonnell <jo...@bearingpoint.com>
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>