You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/07/28 04:40:35 UTC

[netbeans] branch master updated (dbea1fe -> 4d72a22)

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

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


    from dbea1fe  Merge pull request #2814 from sdedic/lsp/trustBranding
     new b4361b1  The binary classes are in mxbuild/org.graalvm..../bin directory
     new 93f5a60  Find compliant JDK for each SuiteSources
     new 1ce2697  Two tests for behavior of Compliance.matches
     new 3c0dfd6  Register bootclasspath for all source groups
     new a1e6260  Differentiate configured and not configured suite sources
     new 925f4da  Edit action to open project configuration files
     new 4d72a22  Merge pull request #3071 from JaroslavTulach/jtulach/bindir

The 5736 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:
 java/java.mx.project/nbproject/project.xml         |   8 ++
 .../modules/java/mx/project/Compliance.java        |  11 ++
 .../org/netbeans/modules/java/mx/project/Jdks.java | 115 ++++++++++++++++++++
 .../java/mx/project/SuiteClassPathProvider.java    |  32 ++----
 .../modules/java/mx/project/SuiteEnvEdit.java      |  84 +++++++++++++++
 .../modules/java/mx/project/SuiteFactory.java      |   6 +-
 .../modules/java/mx/project/SuiteLogicalView.java  | 120 ++++++++++++++-------
 .../modules/java/mx/project/SuiteProject.java      |  29 ++++-
 .../modules/java/mx/project/SuiteSources.java      | 107 +++++++++---------
 .../modules/java/mx/project/ComplianceTest.java    |  16 +++
 10 files changed, 398 insertions(+), 130 deletions(-)
 create mode 100644 java/java.mx.project/src/org/netbeans/modules/java/mx/project/Jdks.java
 create mode 100644 java/java.mx.project/src/org/netbeans/modules/java/mx/project/SuiteEnvEdit.java

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