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

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


    from 9043161  Merge pull request #1765 from 
blackleg/improve_core_network_tests
     add 381df1f  Adding LICENSE/NOTICE for the VisualStudio Code extension for 
Java

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 .travis.yml                                        |  14 +-
 NOTICE                                             |   2 +-
 java/java.lsp.server/build.xml                     |  61 +++++
 java/java.lsp.server/vscode/README.md              |  15 +-
 java/java.lsp.server/vscode/package-lock.json      |   2 +-
 java/java.lsp.server/vscode/package.json           |  12 +-
 .../nbbuild/extlibs/CreateLicenseSummary.java      | 111 +++++---
 nbbuild/misc/prepare-bundles/README                |  13 +
 nbbuild/misc/prepare-bundles/pom.xml               |  40 +++
 .../netbeans/prepare/bundles/PrepareBundles.java   | 288 +++++++++++++++++++++
 .../prepare/bundles/agent-base-4.3.0-license       |  22 ++
 .../prepare/bundles/assert-plus-1.0.0-license      |  20 ++
 .../prepare/bundles/es6-promisify-5.0.0-license    |  19 ++
 .../netbeans/prepare/bundles/growl-1.10.5-license  |  23 ++
 .../prepare/bundles/http-proxy-agent-2.1.0-license |  22 ++
 .../bundles/https-proxy-agent-2.2.4-license        |  22 ++
 .../prepare/bundles/json-schema-0.2.3-license      |  28 ++
 .../netbeans/prepare/bundles/uri-js-4.2.2-license  |  11 +
 nbbuild/notice-stub.txt                            |   2 +-
 nbbuild/rat-exclusions.txt                         |   1 +
 21 files changed, 672 insertions(+), 57 deletions(-)
 create mode 100644 nbbuild/misc/prepare-bundles/README
 create mode 100644 nbbuild/misc/prepare-bundles/pom.xml
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/java/org/netbeans/prepare/bundles/PrepareBundles.java
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/agent-base-4.3.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/assert-plus-1.0.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/es6-promisify-5.0.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/growl-1.10.5-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/http-proxy-agent-2.1.0-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/https-proxy-agent-2.2.4-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/json-schema-0.2.3-license
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/uri-js-4.2.2-license


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

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

Reply via email to