You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2019/03/09 05:32:46 UTC

[incubator-netbeans] branch release110 updated (23547ce -> 9a83e30)

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

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


    from 23547ce  [NETBEANS-2212]:Using Plugin Portal for NetBeans-11.0 in master
     new 3e4a9b9  [NETBEANS-2009] Improve Gradle sub-project Detection (#1150)
     new 55f7628  Fix ExplorerManager#setSelectedNodes()
     new 1ff9ae1  Merge pull request #1152 from jGauravGupta/GLASSFISH_JDK11
     new e5e6b22  [NETBEANS-2179] Fixed sub-project serialization and display name improvements.
     new f495978  [NETBEANS-2126] Use correct grammar for javaee-endorsed-api-7.0.xml
     new 9a83e30  Removing the version suffix (if present) to allow using dev versions of the command line SVN client.

The 2390 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:
 .../modules/glassfish/common/LogViewMgr.java       |  6 +--
 .../glassfish/common/resources/logging.properties  | 12 ++++-
 .../javaee7/api/javaee-endorsed-api-7.0.xml        |  3 +-
 .../gradle/tooling/NbProjectInfoBuilder.groovy     |  5 +-
 .../modules/gradle/GradleProjectCache.java         | 28 ++++++++--
 .../modules/gradle/NbGradleProjectFactory.java     | 11 +++-
 .../modules/gradle/NbGradleProjectImpl.java        |  2 +-
 .../modules/gradle/api/GradleBaseProject.java      | 60 ++++++++++++++++------
 .../gradle/api/GradleBaseProjectBuilder.java       |  3 +-
 .../modules/gradle/api/GradleProjects.java         | 14 ++---
 .../gradle/execute/GradleDaemonExecutor.java       |  2 +-
 .../modules/gradle/nodes/SubProjectsNode.java      |  4 +-
 .../org/netbeans/modules/gradle/queries/Info.java  |  8 +--
 .../netbeans/modules/gradle/spi/GradleFiles.java   | 12 +++--
 .../client/cli/commands/VersionCommand.java        |  2 +-
 .../src/org/openide/explorer/ExplorerManager.java  |  2 +-
 16 files changed, 121 insertions(+), 53 deletions(-)
 copy apisupport/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/project.properties => enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/resources/logging.properties (85%)


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