You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/01/31 13:49:03 UTC

[netbeans] branch release113 updated (e911149 -> 090a214)

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

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


    from e911149  Merge pull request #1893 from ebarboni/platformide
     add 86e0107  NETBEANS-84: Support for JSF 2.3; CDI Changes for JSF Artifact Injection
     add 3a5b878  Added missing web-facelettaglibrary_2_3.xsd
     add e1bc511  [NETBEANS-84 ] - Support for JSF 2.3
     add 9437365  Merge pull request #1633 from juneau001/NETBEANS-84
     add e7906ce  [NETBEANS-3115] Patch possible NPE on not fully loaded Gradle projects.
     add 4338a81  Merge pull request #1900 from lkishalmi/NETBEANS-3115-3
     add 2a9e2da  Updating GPL-2 license
     add 9128633  Updating the content of various -license files to match the version of the license in nbbuild/GPL-2-CP.
     add 1185a55  Merge pull request #1891 from apache/geertjanw-patch-7
     add 1041c7e  [NETBEANS-3428] Update FlatLaf from 0.25.1 to 0.26
     add eaf2550  Merge pull request #1894 from DevCharly/flatlaf-0.26
     add 5157671  Move gradle mime registration so that it does not collide with HTML (fix warning)
     add 5f9cac7  Fix position warnings for npm related mimetypes (package-lock.json and npm-log)
     add 1a71808  Add position for typescript extension registration
     add f824886  Pass codenamebase to InstalledFileLocator to silence startup warnings
     add 652d2b3  Restore original names of jaxb library files
     add a45461d  Fix eclipselink dependencies
     add f97aad3  Stip slashes from icon resource paths (fix warning from ImageUtilities)
     add 541dfba  Assign module ownership for generated files
     add 44991ad  Merge pull request #1898 from matthiasblaesing/startup_warnings
     add 057cd8e  [NETBEANS-3729] FlatLaf: fix cut off label in progress dialog (if no cancel button is shown)
     add 3b8b1a1  Merge pull request #1896 from DevCharly/flatlaf-progress-dialog-fix
     add ae9c0bd  Make groovy-all.xml parseable.
     add 262dbca  Merge pull request #1901 from lkishalmi/groovy-all.xml-fix
     add 468757d  [NETBEANS-3749][NETBEANS-3757]: fixing behavior of LSP-based code completion w.r.t. trigger characters and printing text
     add 5b7ae9e  Merge pull request #1902 from jlahoda/lsp-completion-fixes-jan-2020
     add 802736a  [NETBEANS-3587] Allows creating stand alone java file in favorites window
     add 47d0116  Merge pull request #1774 from Akshay-Gupta-Oracle/nb_newJavaFile
     add 08e2fba  TextMate lexer should listen on SystemFS, so newly added grammars work almost immediatelly.
     add 8e93f2a  Adding nullcheck
     add 83adb9b  Merge pull request #1904 from jlahoda/refresh-textmate-grammars-at-module-enable
     add f28c1c4  NETBEANS-3604 Supports for Records (JEP 359) in JDK-14
     add d540d27  [NETBEANS-3604] : Supports for Records (JEP 359) in JDK-14
     add 1b7383d  Merge pull request #1895 from singh-akhilesh/record-formatting-fix
     add 314bcd9  [NETBEANS-3745] Clean up abandoned user dirs
     add 7106cd4  Merge pull request #1897 from lkishalmi/janitor
     add 88ddab6  [NETBEANS-3311] Providing support convert text block to string
     add 6efeb73  [NETBEANS-3311] Providing support convert text block to string
     add 6e06e0f  [NETBEANS-3311] Providing support convert text block to string
     add e5944ed  [NETBEANS-3311] Providing support convert text block to string
     add 9e0a101  Merge pull request #1646 from Akshay-Gupta-Oracle/nb_textBlock_to_string2
     add 1b50f1e  Add parsing support for javadoc 9+ output
     add 35afb62  [NETBEANS-1396] Fall back to main javadoc and source jars for Maven dependencies with classifiers
     add 6256c2a  Add license headers
     add 6fbdb7c  Merge pull request #1548 from zimmi/NETBEANS-1396
     add b609ecb  With Java 11.0.6 AntiAlias fix available on Ubuntu get rid of the sub optimal AA rendering option
     add 69849fc  Merge pull request #1905 from lkishalmi/remove-snap-aa
     add e7e19d6  [NETBEANS-3616]:Provided support of enable-preview hint and debug option in Java Single Source File
     add 0b0eb46  [NETBEANS-3616]: Deleted files already move under singlesourcefile folder
     add 54545c1  [NETBEANS-3616]: Refactored code for debug of singlesourcefile
     add 9a462b7  Merge pull request #1857 from arusinha/netbeans-3616
     add 2cf1caa  [NETBEANS-3773] Reload Gradle project action shall ignore caching.
     add dcb9ac3  Merge pull request #1906 from lkishalmi/NETBEANS-3773
     new 090a214  Merge pull request #1903 from apache/master

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:
 enterprise/servletjspapi/build.xml                 |   1 +
 .../servletjspapi/nbproject/project.properties     |   4 +-
 .../web/beans/impl/model/EnableBeansFilter.java    | 135 ++--
 .../web/jsf/editor/facelets/libdefs/core.xml       |  11 +-
 .../web/jsf/editor/facelets/libdefs/html.xml       |   6 +-
 .../jsf/editor/facelets/mojarra/ConfigManager.java |   8 +-
 enterprise/web.jsf/licenseinfo.xml                 |   1 +
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |  17 +-
 .../jsf/impl/facesmodel/JSFConfigModelImpl.java    |   8 +-
 .../web/jsf/impl/facesmodel/JSFConfigQNames.java   | 109 +++
 .../jsf/resources/web-facelettaglibrary_2_3.xsd    | 776 +++++++++++++++++++++
 .../web/jsf/resources/web-faces-mime-resolver.xml  |  10 +
 enterprise/web.jsf20/external/binaries-list        |   2 +-
 ...7-license.txt => javax.faces-2.3.9-license.txt} |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf20.sig   |   8 +-
 enterprise/web.jsf20/nbproject/project.properties  |   8 +-
 .../netbeans/modules/web/jsf20/Bundle.properties   |   8 +-
 .../src/org/netbeans/modules/web/jsf20/jsf20.xml   |   4 +-
 .../web.jspparser/nbproject/project.properties     |   1 +
 enterprise/web.struts/nbproject/project.properties |   3 +-
 .../src/org/netbeans/modules/websvc/swdp/swdp.xml  |   7 +-
 .../external/javafx-linux-13-license.txt           | 748 +++++++++-----------
 .../external/javafx-mac-13-license.txt             | 748 +++++++++-----------
 .../external/javafx-win-13-license.txt             | 748 +++++++++-----------
 .../java/queries/OpenGradleProjectForBinary.java   |   6 +-
 groovy/gradle/nbproject/project.properties         |   4 +
 .../netbeans/modules/gradle/GradleDataObject.java  |   2 +-
 .../modules/gradle/{actions => }/ReloadAction.java |  12 +-
 .../netbeans/modules/libs/groovy/groovy-all.xml    |   6 +-
 ide/libs.jaxb/nbproject/project.properties         |  18 +-
 ide/libs.jaxb/nbproject/project.xml                |   6 +-
 ide/libs.jaxb/src/org/netbeans/libs/jaxb/jaxb.xml  |   8 +-
 .../client/bindings/CompletionProviderImpl.java    |  75 +-
 .../modules/textmate/lexer/TextmateTokenId.java    |  61 +-
 java/j2ee.eclipselink/external/binaries-list       |   1 +
 .../external/eclipselink-2.5.2-license.txt         |   2 +-
 java/j2ee.eclipselink/nbproject/project.properties |   2 +-
 .../modules/j2ee/eclipselink/eclipselink_lib.xml   |   2 +
 .../modules/j2ee/eclipselink/jpa20-persistence.xml |   2 +-
 java/j2ee.persistence/nbproject/project.properties |  10 +-
 .../org-netbeans-modules-java-api-common.sig       |   2 +-
 java/java.api.common/nbproject/project.properties  |   1 +
 java/java.api.common/nbproject/project.xml         |  17 +
 .../common/singlesourcefile/CompileProcess.java    |  77 ++
 .../api/common/singlesourcefile/DebugProcess.java  |  84 +++
 .../api/common/singlesourcefile/Description.html   |  32 +-
 .../api/common/singlesourcefile/File.java.template |  45 +-
 .../api/common/singlesourcefile/JPDAStart.java     | 179 +++++
 .../common/{ => singlesourcefile}/RunProcess.java  |   2 +-
 .../SingleJavaSourceDebugActionProvider.java       | 103 +++
 .../SingleJavaSourceRunActionProvider.java         |   2 +-
 .../SingleSourceCompilerOptQueryImpl.java          |  81 +++
 .../singlesourcefile/SingleSourceFileUtil.java     |  61 ++
 .../api/common/singlesourcefile/package-info.java  |  26 +
 .../{ => singlesourcefile}/JavaFileTest.java       |   2 +-
 .../modules/java/hints/errors/Bundle.properties    |   2 +-
 .../errors/EnablePreviewSingleSourceFile.java      | 206 ++++++
 .../java/hints/jdk/ConvertTextBlockToString.java   | 107 +++
 .../modules/java/hints/resources/layer.xml         |   1 +
 .../hints/jdk/ConvertTextBlockToStringTest.java    | 370 ++++++++++
 .../modules/java/source/JavadocHelper.java         |  70 +-
 .../modules/java/source/save/CasualDiff.java       |   5 +-
 .../modules/java/source/save/Reformatter.java      |   3 +
 .../src/org/netbeans/modules/java/JavaNode.java    |  21 +-
 .../modules/java/source/JBrowseModule.java         |  10 +-
 .../api/java/source/ui/HTMLJavadocParser.java      |   5 +-
 .../api/java/source/ui/HTMLJavadocParserTest.java  |  91 ++-
 .../api/java/source/ui/Javadoc11Class.html         | 376 ++++++++++
 .../netbeans/api/java/source/ui/Javadoc11Enum.html | 422 +++++++++++
 .../netbeans/api/java/source/ui/Javadoc8Class.html | 338 +++++++++
 .../netbeans/api/java/source/ui/Javadoc8Enum.html  | 383 ++++++++++
 .../external/nb-javac-13-api-license.txt           | 748 +++++++++-----------
 .../external/nb-javac-13-impl-license.txt          | 748 +++++++++-----------
 .../external/jshell-9-license.txt                  | 748 +++++++++-----------
 .../queries/RepositoryForBinaryQueryImpl.java      |  30 +-
 .../queries/RepositoryForBinaryQueryImplTest.java  | 111 ++-
 .../callhierarchy/CallHierarchyTopComponent.form   |   8 +-
 .../callhierarchy/CallHierarchyTopComponent.java   |   8 +-
 .../netbeans/modules/websvc/jaxws21/jaxws21.xml    |   1 -
 nbbuild/cluster.properties                         |   1 +
 nbbuild/external/langtools-9-license.txt           | 748 +++++++++-----------
 .../external/sigtest-maven-plugin-1.2-license.txt  | 748 +++++++++-----------
 nbbuild/licenses/GPL-2-CP                          | 748 +++++++++-----------
 .../netbeans-dev_snap/snap/snapcraft.yaml          |   2 +-
 .../packaging/netbeans_snap/snap/snapcraft.yaml    |   2 +-
 .../modules/php/project/api/PhpSourcePath.java     |   2 +-
 platform/core.kit/nbproject/project.xml            |   6 +
 .../jsf20/jsf20.xml => platform/janitor/build.xml  |  23 +-
 .../jsf20.xml => platform/janitor/licenseinfo.xml  |  27 +-
 platform/janitor/manifest.mf                       |   5 +
 .../janitor}/nbproject/project.properties          |   0
 platform/janitor/nbproject/project.xml             | 106 +++
 .../org/netbeans/modules/janitor/Bundle.properties |   3 +-
 .../src/org/netbeans/modules/janitor/Janitor.java  | 236 +++++++
 .../netbeans/modules/janitor/resources/clean.gif   | Bin
 .../javahelp/external/jhall-2.0_05-license.txt     | 748 +++++++++-----------
 platform/libs.flatlaf/external/binaries-list       |   2 +-
 ...0.25.1-license.txt => flatlaf-0.26-license.txt} |   4 +-
 platform/libs.flatlaf/nbproject/project.properties |   2 +-
 platform/libs.flatlaf/nbproject/project.xml        |   4 +-
 .../external/lib-javafx-13.03-beta-license.txt     | 748 +++++++++-----------
 .../netbeans/swing/laf/flatlaf/FlatLaf.properties  |   3 +-
 .../swing/laf/flatlaf/FlatLightLaf.properties      |   4 +
 .../modules/progress/ui/AbstractWindowRunner.java  |   9 +-
 .../modules/quicksearch/QuickSearchComboBar.java   |   5 +
 .../nodejs/file/NpmDebugLogDataObject.java         |   2 +-
 .../nodejs/file/PackageLockJsonDataObject.java     |   2 +-
 .../editor/TypeScriptDataObjectDataObject.java     |   3 +-
 108 files changed, 8487 insertions(+), 4822 deletions(-)
 create mode 100644 enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibrary_2_3.xsd
 rename enterprise/web.jsf20/external/{javax.faces-2.2.7-license.txt => javax.faces-2.3.9-license.txt} (99%)
 rename groovy/gradle/src/org/netbeans/modules/gradle/{actions => }/ReloadAction.java (88%)
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/CompileProcess.java
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/DebugProcess.java
 copy enterprise/web.jsf20/src/org/netbeans/modules/web/jsf20/jsf20.xml => java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/Description.html (51%)
 copy enterprise/web.jsf20/src/org/netbeans/modules/web/jsf20/jsf20.xml => java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/File.java.template (51%)
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/JPDAStart.java
 rename java/java.api.common/src/org/netbeans/modules/java/api/common/{ => singlesourcefile}/RunProcess.java (97%)
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/SingleJavaSourceDebugActionProvider.java
 rename java/java.api.common/src/org/netbeans/modules/java/api/common/{ => singlesourcefile}/SingleJavaSourceRunActionProvider.java (98%)
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/SingleSourceCompilerOptQueryImpl.java
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/SingleSourceFileUtil.java
 create mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/package-info.java
 rename java/java.api.common/test/unit/src/org/netbeans/modules/java/api/common/{ => singlesourcefile}/JavaFileTest.java (97%)
 create mode 100644 java/java.hints/src/org/netbeans/modules/java/hints/errors/EnablePreviewSingleSourceFile.java
 create mode 100644 java/java.hints/src/org/netbeans/modules/java/hints/jdk/ConvertTextBlockToString.java
 create mode 100644 java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/ConvertTextBlockToStringTest.java
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc11Class.html
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc11Enum.html
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc8Class.html
 create mode 100644 java/java.sourceui/test/unit/src/org/netbeans/api/java/source/ui/Javadoc8Enum.html
 copy enterprise/web.jsf20/src/org/netbeans/modules/web/jsf20/jsf20.xml => platform/janitor/build.xml (54%)
 copy enterprise/web.jsf20/src/org/netbeans/modules/web/jsf20/jsf20.xml => platform/janitor/licenseinfo.xml (54%)
 create mode 100644 platform/janitor/manifest.mf
 copy {webcommon/web.clientproject.api => platform/janitor}/nbproject/project.properties (100%)
 create mode 100644 platform/janitor/nbproject/project.xml
 copy enterprise/web.jsf20/external/binaries-list => platform/janitor/src/org/netbeans/modules/janitor/Bundle.properties (90%)
 create mode 100644 platform/janitor/src/org/netbeans/modules/janitor/Janitor.java
 copy ide/projectui/src/org/netbeans/modules/project/ui/resources/cleanProject.gif => platform/janitor/src/org/netbeans/modules/janitor/resources/clean.gif (100%)
 rename platform/libs.flatlaf/external/{flatlaf-0.25.1-license.txt => flatlaf-0.26-license.txt} (99%)


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


[netbeans] 01/01: Merge pull request #1903 from apache/master

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

skygo pushed a commit to branch release113
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 090a21448c308c29c7ede623e33518a4714b0487
Merge: e911149 dcb9ac3
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Jan 31 14:48:51 2020 +0100

    Merge pull request #1903 from apache/master
    
    sync master to release 113 branch for beta2

 enterprise/servletjspapi/build.xml                 |   1 +
 .../servletjspapi/nbproject/project.properties     |   4 +-
 .../web/beans/impl/model/EnableBeansFilter.java    | 135 ++--
 .../web/jsf/editor/facelets/libdefs/core.xml       |  11 +-
 .../web/jsf/editor/facelets/libdefs/html.xml       |   6 +-
 .../jsf/editor/facelets/mojarra/ConfigManager.java |   8 +-
 enterprise/web.jsf/licenseinfo.xml                 |   1 +
 .../org/netbeans/modules/web/jsf/JSFCatalog.java   |  17 +-
 .../jsf/impl/facesmodel/JSFConfigModelImpl.java    |   8 +-
 .../web/jsf/impl/facesmodel/JSFConfigQNames.java   | 109 +++
 .../jsf/resources/web-facelettaglibrary_2_3.xsd    | 776 +++++++++++++++++++++
 .../web/jsf/resources/web-faces-mime-resolver.xml  |  10 +
 enterprise/web.jsf20/external/binaries-list        |   2 +-
 ...7-license.txt => javax.faces-2.3.9-license.txt} |   2 +-
 .../nbproject/org-netbeans-modules-web-jsf20.sig   |   8 +-
 enterprise/web.jsf20/nbproject/project.properties  |   8 +-
 .../netbeans/modules/web/jsf20/Bundle.properties   |   8 +-
 .../src/org/netbeans/modules/web/jsf20/jsf20.xml   |   4 +-
 .../web.jspparser/nbproject/project.properties     |   1 +
 enterprise/web.struts/nbproject/project.properties |   3 +-
 .../src/org/netbeans/modules/websvc/swdp/swdp.xml  |   7 +-
 .../external/javafx-linux-13-license.txt           | 748 +++++++++-----------
 .../external/javafx-mac-13-license.txt             | 748 +++++++++-----------
 .../external/javafx-win-13-license.txt             | 748 +++++++++-----------
 .../java/queries/OpenGradleProjectForBinary.java   |   6 +-
 groovy/gradle/nbproject/project.properties         |   4 +
 .../netbeans/modules/gradle/GradleDataObject.java  |   2 +-
 .../modules/gradle/{actions => }/ReloadAction.java |  12 +-
 .../netbeans/modules/libs/groovy/groovy-all.xml    |   6 +-
 ide/libs.jaxb/nbproject/project.properties         |  18 +-
 ide/libs.jaxb/nbproject/project.xml                |   6 +-
 ide/libs.jaxb/src/org/netbeans/libs/jaxb/jaxb.xml  |   8 +-
 .../client/bindings/CompletionProviderImpl.java    |  75 +-
 .../modules/textmate/lexer/TextmateTokenId.java    |  61 +-
 java/j2ee.eclipselink/external/binaries-list       |   1 +
 .../external/eclipselink-2.5.2-license.txt         |   2 +-
 java/j2ee.eclipselink/nbproject/project.properties |   2 +-
 .../modules/j2ee/eclipselink/eclipselink_lib.xml   |   2 +
 .../modules/j2ee/eclipselink/jpa20-persistence.xml |   2 +-
 java/j2ee.persistence/nbproject/project.properties |  10 +-
 .../org-netbeans-modules-java-api-common.sig       |   2 +-
 java/java.api.common/nbproject/project.properties  |   1 +
 java/java.api.common/nbproject/project.xml         |  17 +
 .../common/singlesourcefile/CompileProcess.java    |  77 ++
 .../api/common/singlesourcefile/DebugProcess.java  |  84 +++
 .../api/common/singlesourcefile/Description.html   |  32 +-
 .../api/common/singlesourcefile/File.java.template |  45 +-
 .../api/common/singlesourcefile/JPDAStart.java     | 179 +++++
 .../common/{ => singlesourcefile}/RunProcess.java  |   2 +-
 .../SingleJavaSourceDebugActionProvider.java       | 103 +++
 .../SingleJavaSourceRunActionProvider.java         |   2 +-
 .../SingleSourceCompilerOptQueryImpl.java          |  81 +++
 .../singlesourcefile/SingleSourceFileUtil.java     |  61 ++
 .../api/common/singlesourcefile/package-info.java  |  26 +
 .../{ => singlesourcefile}/JavaFileTest.java       |   2 +-
 .../modules/java/hints/errors/Bundle.properties    |   2 +-
 .../errors/EnablePreviewSingleSourceFile.java      | 206 ++++++
 .../java/hints/jdk/ConvertTextBlockToString.java   | 107 +++
 .../modules/java/hints/resources/layer.xml         |   1 +
 .../hints/jdk/ConvertTextBlockToStringTest.java    | 370 ++++++++++
 .../modules/java/source/JavadocHelper.java         |  70 +-
 .../modules/java/source/save/CasualDiff.java       |   5 +-
 .../modules/java/source/save/Reformatter.java      |   3 +
 .../src/org/netbeans/modules/java/JavaNode.java    |  21 +-
 .../modules/java/source/JBrowseModule.java         |  10 +-
 .../api/java/source/ui/HTMLJavadocParser.java      |   5 +-
 .../api/java/source/ui/HTMLJavadocParserTest.java  |  91 ++-
 .../api/java/source/ui/Javadoc11Class.html         | 376 ++++++++++
 .../netbeans/api/java/source/ui/Javadoc11Enum.html | 422 +++++++++++
 .../netbeans/api/java/source/ui/Javadoc8Class.html | 338 +++++++++
 .../netbeans/api/java/source/ui/Javadoc8Enum.html  | 383 ++++++++++
 .../external/nb-javac-13-api-license.txt           | 748 +++++++++-----------
 .../external/nb-javac-13-impl-license.txt          | 748 +++++++++-----------
 .../external/jshell-9-license.txt                  | 748 +++++++++-----------
 .../queries/RepositoryForBinaryQueryImpl.java      |  30 +-
 .../queries/RepositoryForBinaryQueryImplTest.java  | 111 ++-
 .../callhierarchy/CallHierarchyTopComponent.form   |   8 +-
 .../callhierarchy/CallHierarchyTopComponent.java   |   8 +-
 .../netbeans/modules/websvc/jaxws21/jaxws21.xml    |   1 -
 nbbuild/cluster.properties                         |   1 +
 nbbuild/external/langtools-9-license.txt           | 748 +++++++++-----------
 .../external/sigtest-maven-plugin-1.2-license.txt  | 748 +++++++++-----------
 nbbuild/licenses/GPL-2-CP                          | 748 +++++++++-----------
 .../netbeans-dev_snap/snap/snapcraft.yaml          |   2 +-
 .../packaging/netbeans_snap/snap/snapcraft.yaml    |   2 +-
 .../modules/php/project/api/PhpSourcePath.java     |   2 +-
 platform/core.kit/nbproject/project.xml            |   6 +
 .../jsf20/jsf20.xml => platform/janitor/build.xml  |  23 +-
 .../jsf20.xml => platform/janitor/licenseinfo.xml  |  27 +-
 platform/janitor/manifest.mf                       |   5 +
 .../janitor/nbproject/project.properties           |   5 +-
 platform/janitor/nbproject/project.xml             | 106 +++
 .../org/netbeans/modules/janitor/Bundle.properties |   3 +-
 .../src/org/netbeans/modules/janitor/Janitor.java  | 236 +++++++
 .../netbeans/modules/janitor/resources/clean.gif   | Bin 0 -> 852 bytes
 .../javahelp/external/jhall-2.0_05-license.txt     | 748 +++++++++-----------
 platform/libs.flatlaf/external/binaries-list       |   2 +-
 ...0.25.1-license.txt => flatlaf-0.26-license.txt} |   4 +-
 platform/libs.flatlaf/nbproject/project.properties |   2 +-
 platform/libs.flatlaf/nbproject/project.xml        |   4 +-
 .../external/lib-javafx-13.03-beta-license.txt     | 748 +++++++++-----------
 .../netbeans/swing/laf/flatlaf/FlatLaf.properties  |   3 +-
 .../swing/laf/flatlaf/FlatLightLaf.properties      |   4 +
 .../modules/progress/ui/AbstractWindowRunner.java  |   9 +-
 .../modules/quicksearch/QuickSearchComboBar.java   |   5 +
 .../nodejs/file/NpmDebugLogDataObject.java         |   2 +-
 .../nodejs/file/PackageLockJsonDataObject.java     |   2 +-
 .../editor/TypeScriptDataObjectDataObject.java     |   3 +-
 108 files changed, 8490 insertions(+), 4824 deletions(-)


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