You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/05/11 18:28:26 UTC

[incubator-netbeans] branch master updated (331ac2a -> db285cc)

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 331ac2a  Fix maven output window links for newer versions of Maven (#541)
     add 569f736  [NETBEANS-317] Ensuring that jars that are augmented with OSGi metadata still get the correct license/notice handling.
     add 9b819cf  Calculate CRC32 for license mapping at build time instead of hardcoding
     new db285cc  Merge pull request #520 from jlahoda/NETBEANS-317-jsch-jzlib

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 c.jcraft.jsch/build.xml                            |   4 +-
 c.jcraft.jzlib/build.xml                           |   4 +-
 ...aseFilesExtra.java => FileCRC32Calculator.java} |  47 ++---
 .../nbbuild/extlibs/CreateLicenseSummary.java      |  89 ++++++---
 nbbuild/templates/projectized.xml                  |   4 +
 o.apache.commons.codec/build.xml                   |   4 +-
 o.apache.commons.httpclient/build.xml              |   4 +-
 o.apache.commons.logging/build.xml                 |   4 +-
 o.apache.ws.commons.util/build.xml                 |   4 +-
 o.apache.xmlrpc/build.xml                          |   4 +-
 ...ient-3.0-license.txt => xmlrpc-3.0-license.txt} |   1 +
 .../external/xmlrpc-common-3.0-license.txt         | 208 ---------------------
 .../external/xmlrpc-server-3.0-license.txt         | 208 ---------------------
 13 files changed, 111 insertions(+), 474 deletions(-)
 copy nbbuild/antsrc/org/netbeans/nbbuild/{extlibs/ReleaseFilesExtra.java => FileCRC32Calculator.java} (51%)
 rename o.apache.xmlrpc/external/{xmlrpc-client-3.0-license.txt => xmlrpc-3.0-license.txt} (99%)
 delete mode 100644 o.apache.xmlrpc/external/xmlrpc-common-3.0-license.txt
 delete mode 100644 o.apache.xmlrpc/external/xmlrpc-server-3.0-license.txt

-- 
To stop receiving notification emails like this one, please contact
geertjan@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 01/01: Merge pull request #520 from jlahoda/NETBEANS-317-jsch-jzlib

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit db285ccde43869c5e688357e4ff9842f2b0fc7f3
Merge: 331ac2a 9b819cf
Author: Geertjan Wielenga <ge...@oracle.com>
AuthorDate: Fri May 11 20:28:24 2018 +0200

    Merge pull request #520 from jlahoda/NETBEANS-317-jsch-jzlib
    
    [NETBEANS-317] Ensuring that jars that are augmented with OSGi metada…

 c.jcraft.jsch/build.xml                            |   4 +-
 c.jcraft.jzlib/build.xml                           |   4 +-
 .../org/netbeans/nbbuild/FileCRC32Calculator.java  |  60 ++++++
 .../nbbuild/extlibs/CreateLicenseSummary.java      |  89 ++++++---
 nbbuild/templates/projectized.xml                  |   4 +
 o.apache.commons.codec/build.xml                   |   4 +-
 o.apache.commons.httpclient/build.xml              |   4 +-
 o.apache.commons.logging/build.xml                 |   4 +-
 o.apache.ws.commons.util/build.xml                 |   4 +-
 o.apache.xmlrpc/build.xml                          |   4 +-
 ...ient-3.0-license.txt => xmlrpc-3.0-license.txt} |   1 +
 .../external/xmlrpc-common-3.0-license.txt         | 208 ---------------------
 .../external/xmlrpc-server-3.0-license.txt         | 208 ---------------------
 13 files changed, 147 insertions(+), 451 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
geertjan@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists