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 2021/07/15 08:55:25 UTC

[netbeans] branch master updated (90012c7 -> c3388e7)

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

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


    from 90012c7  Merge pull request #3024 from ebarboni/apis-nb124
     new b1d9f91  [NETBEANS-4953] Fixing handling of WSL-based URIs.
     new d93c268  Add license for jackpot
     new c3388e7  Merge pull request #2988 from jlahoda/NETBEANS-4953

The 5655 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/glassfish.tooling/nbproject/project.xml |   2 +-
 .../glassfish/tooling/admin/CommandLocation.java   |   5 +-
 .../tooling/server/config/ConfigUtils.java         |   3 +-
 .../j2ee.clientproject/nbproject/project.xml       |   2 +-
 .../j2ee/clientproject/JarContainerImpl.java       |   3 +-
 enterprise/j2ee.earproject/nbproject/project.xml   |   2 +-
 .../j2ee/earproject/EarProjectGenerator.java       |   3 +-
 enterprise/payara.tooling/nbproject/project.xml    |   2 +-
 .../payara/tooling/admin/CommandLocation.java      |   5 +-
 .../payara/tooling/server/config/ConfigUtils.java  |   3 +-
 .../nbjunit/src/org/netbeans/junit/Manager.java    |   5 +-
 ide/project.ant/nbproject/project.xml              |   2 +-
 .../org/netbeans/api/project/ant/AntArtifact.java  |   2 +-
 ide/xml.retriever/nbproject/project.xml            |   2 +-
 .../modules/xml/retriever/impl/RetrieverTask.java  |   5 +-
 java/java.api.common/nbproject/project.xml         |   2 +-
 .../api/common/classpath/ClassPathSupport.java     |   3 +-
 .../java/api/common/project/ProjectOperations.java |   3 +-
 .../java/api/common/project/ui/ProjectNode.java    |   3 +-
 java/java.lsp.server/nbproject/project.xml         |   2 +-
 .../server/protocol/TextDocumentServiceImpl.java   |   3 +-
 java/java.openjdk.project/nbproject/project.xml    |   2 +-
 .../project/GlobalSourceForBinaryQuery.java        |   3 +-
 .../modules/java/openjdk/project/JDKProject.java   |   3 +-
 java/java.project/nbproject/project.xml            |   2 +-
 .../support/ProjectClassPathImplementation.java    |   2 +-
 nbbuild/build.xml                                  |   6 +
 nbbuild/external/binaries-list                     |   1 +
 nbbuild/external/tool-12.3-license.txt             | 208 +++++++++++++++++++++
 nbbuild/templates/projectized.xml                  |  25 +++
 php/php.editor/nbproject/project.xml               |   2 +-
 .../php/editor/completion/FSCompletion.java        |   3 +-
 platform/api.templates/nbproject/project.xml       |   2 +-
 .../modules/templates/TemplateProcessor.java       |   3 +-
 platform/masterfs/nbproject/project.xml            |   2 +-
 .../masterfs/filebasedfs/FileBasedURLMapper.java   |  11 +-
 .../filebasedfs/FileBasedURLMapperTest.java        |  17 +-
 platform/openide.filesystems/nbproject/project.xml |   2 +-
 .../src/org/openide/filesystems/FileObject.java    |   3 +-
 .../src/org/openide/filesystems/FileUtil.java      |   4 +-
 platform/openide.util/apichanges.xml               |  19 +-
 platform/openide.util/manifest.mf                  |   2 +-
 .../src/META-INF/upgrade/BaseUtilities.hint        |  24 +++
 .../src/org/openide/util/BaseUtilities.java        |  23 +++
 .../src/org/openide/util/BaseUtilitiesTest.java    |  12 ++
 platform/queries/nbproject/project.xml             |   2 +-
 .../org/netbeans/api/queries/CollocationQuery.java |  12 +-
 .../org/netbeans/api/queries/SharabilityQuery.java |   2 +-
 .../org/netbeans/api/queries/VersioningQuery.java  |   5 +-
 .../modules/javascript2/editor/FileUtils.java      |   3 +-
 .../javascript2.requirejs/nbproject/project.xml    |   2 +-
 .../requirejs/editor/FSCompletionUtils.java        |   3 +-
 .../websvc.saas.codegen/nbproject/project.xml      |   2 +-
 .../saas/codegen/ui/SoapClientFlavorProvider.java  |   3 +-
 54 files changed, 418 insertions(+), 59 deletions(-)
 create mode 100644 nbbuild/external/tool-12.3-license.txt
 create mode 100644 platform/openide.util/src/META-INF/upgrade/BaseUtilities.hint

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