This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 8d39338e2a2 Adjust the Icon implementation in ImageUtilities to make
SVG/HiDPI icons work in the MacOS menu bar.
add 8dfbb29f55c Gradle Groovy Application/Library Project Creation Wizards
No new revisions were added by this update.
Summary of changes:
groovy/gradle.groovy/licenseinfo.xml | 32 ++++++++++
groovy/gradle.groovy/manifest.mf | 1 +
groovy/gradle.groovy/nbproject/project.properties | 2 +-
groovy/gradle.groovy/nbproject/project.xml | 26 +++++++-
.../modules/gradle/groovy/Bundle.properties | 1 +
.../org/netbeans/modules/gradle/groovy/layer.xml | 32 ++++++++++
.../newproject/SimpleApplicationDescription.html | 30 ++++++++++
.../newproject/SimpleLibraryDescription.html | 28 +++++++++
.../modules/gradle/groovy/newproject/Wizards.java | 66 +++++++++++++++++++++
.../gradle/groovy/resources/groovyProjectIcon.png | Bin
.../groovy/resources/groovyProjectIcon_dark.png | Bin
11 files changed, 216 insertions(+), 2 deletions(-)
create mode 100644 groovy/gradle.groovy/licenseinfo.xml
create mode 100644
groovy/gradle.groovy/src/org/netbeans/modules/gradle/groovy/layer.xml
create mode 100644
groovy/gradle.groovy/src/org/netbeans/modules/gradle/groovy/newproject/SimpleApplicationDescription.html
create mode 100644
groovy/gradle.groovy/src/org/netbeans/modules/gradle/groovy/newproject/SimpleLibraryDescription.html
create mode 100644
groovy/gradle.groovy/src/org/netbeans/modules/gradle/groovy/newproject/Wizards.java
copy
enterprise/gradle.javaee/src/org/netbeans/modules/gradle/javaee/resources/javaeeProjectIcon.png
=>
groovy/gradle.groovy/src/org/netbeans/modules/gradle/groovy/resources/groovyProjectIcon.png
(100%)
copy
enterprise/gradle.javaee/src/org/netbeans/modules/gradle/javaee/resources/javaeeProjectIcon_dark.png
=>
groovy/gradle.groovy/src/org/netbeans/modules/gradle/groovy/resources/groovyProjectIcon_dark.png
(100%)
---------------------------------------------------------------------
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