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/netbeans.git.


    from 7079e88  Add Jenkinsfile
     new 2e0f5ad  Ensuring important DTDs are used locally when running 
java.completion… (#1206)
     new f6e0148  [NETBEANS-2346] Fixed index out of bound exception in GAV 
parsing.
     new 9c96f21  [NETBEANS-2378] Tighten the Groovy more to the Gralde plugin
     new ab050e8  [NETBEANS-2348] Added support for 'Test Package'.
     new c03c53a  [NETBEANS-2348] Less intrustive support for Test Package.
     new 303ffe5  [NETBEANS-2293] Fix possible NPE on selected method detection.
     new 192bd99  [NETBEANS-2399] Make sub Project node as a Tree based on the 
paths on the Gradle projects
     new 8a8e472  [NETBEANS-2035] Enable Always show Gradle Build output by 
default.
     new 559a472  [NETBEANS-2527] Update TestSuites in a Gradle Test Run upon 
completion.
     new 8b3ae0d  [NETBEANS-2560] Fixing revression that disables all major 
actions on a Java Project
     new 562a736  [NETBEANS-2288] Fixed Auxialiary properties to use 
'netbeans.' prefix as other part of the plugin expects.
     new 67a590c  Upgraded the patched modules and the readme with building 
instructions.

The 12 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:
 README.md                                          | 11 +++
 groovy/gradle.java/manifest.mf                     |  2 +-
 .../gradle/java/GradleJavaTokenProvider.java       | 92 ++++++++--------------
 .../modules/gradle/java/JavaActionProvider.java    | 80 ++++++++++---------
 .../modules/gradle/java/action-mapping.xml         |  4 +-
 .../gradle/java/api/output/LocationOpener.java     | 58 ++++++--------
 groovy/gradle.test/manifest.mf                     |  2 +-
 .../gradle/test/GradleTestProgressListener.java    | 52 ++++++------
 .../modules/gradle/test/GradleTestSuite.java       | 45 +++++++++--
 groovy/gradle/manifest.mf                          |  3 +-
 .../gradle/GradleAuxiliaryPropertiesImpl.java      | 16 +++-
 .../modules/gradle/api/GradleBaseProject.java      |  2 +-
 .../modules/gradle/api/GradleConfiguration.java    |  2 +-
 .../modules/gradle/api/GradleDependency.java       | 15 +++-
 .../gradle/execute/GradleDaemonExecutor.java       |  4 +-
 .../modules/gradle/nodes/ConfigurationsNode.java   |  4 +-
 .../modules/gradle/nodes/SubProjectsNode.java      | 79 ++++++++++++++-----
 .../modules/gradle/spi/GradleSettings.java         |  2 +-
 .../actions/ActionMappingPropertyReaderTest.java   | 22 +++---
 .../modules/gradle/api/GradleDepandencyTest.java   | 78 ++++++++++++++++++
 .../java/completion/CompletionTestBase.java        | 20 +++++
 21 files changed, 381 insertions(+), 212 deletions(-)
 create mode 100644 
groovy/gradle/test/unit/src/org/netbeans/modules/gradle/api/GradleDepandencyTest.java


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