This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 778adbf Merge pull request #3006 from sdedic/lsp/check-launch-enabled
new 9e0bb4f GradleActionProviders can force-disable an action.
new 5e9a82a Gradle/java disables debug actions in continuous mode.
new 553191f Merge pull request #3004 from
sdedic/gradle/disable-project-action
The 5560 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:
extide/gradle/apichanges.xml | 15 ++
extide/gradle/manifest.mf | 2 +-
.../modules/gradle/ActionProviderImpl.java | 14 +-
.../modules/gradle/actions/ActionToTaskUtils.java | 17 +-
.../actions/ConfigurableActionsProviderImpl.java | 69 ++++----
.../actions/CustomActionRegistrationSupport.java | 6 +-
.../gradle/actions/DefaultActionMapping.java | 5 +
.../modules/gradle/api/execute/ActionMapping.java | 23 ++-
.../modules/gradle/api/execute/RunUtils.java | 21 ++-
.../gradle/customizer/BuildActionsCustomizer.form | 90 ++++++++++-
.../gradle/customizer/BuildActionsCustomizer.java | 173 +++++++++++++++++++--
.../modules/gradle/customizer/Bundle.properties | 18 ++-
.../gradle/customizer/CustomActionMapping.java | 4 +-
.../gradle/spi/actions/GradleActionsProvider.java | 5 +
.../spi/actions/ProjectActionMappingProvider.java | 6 +
.../test/unit/src/META-INF/generated-layer.xml | 16 ++
.../ConfigurableActionsProviderImplTest.java | 91 ++++++++++-
.../modules/gradle/actions/declarative-actions.xml | 7 +
.../gradle/actions/declarative-actions2.xml | 22 +--
java/gradle.java/nbproject/project.xml | 2 +-
.../modules/gradle/java/JavaActionProvider.java | 7 +-
.../modules/gradle/java/action-mapping.xml | 16 ++
22 files changed, 552 insertions(+), 77 deletions(-)
copy
enterprise/gradle.javaee/src/org/netbeans/modules/gradle/javaee/action-mapping.xml
=>
extide/gradle/test/unit/src/org/netbeans/modules/gradle/actions/declarative-actions2.xml
(67%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists