This is an automated email from the ASF dual-hosted git repository. lkishalmi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit d44ead7618963cb3b40f12bc6a380c179168eedc Merge: 233a70fda5d 5ae3e5cb59d Author: Laszlo Kishalmi <[email protected]> AuthorDate: Sat Jan 10 13:37:21 2026 -0800 Merge pull request #9125 from lkishalmi/remove-gradle.htmlui Remove unmaintained Gradle HTMLUI Project Template java/gradle.htmlui/build.xml | 25 -- java/gradle.htmlui/manifest.mf | 8 - java/gradle.htmlui/nbproject/project.properties | 20 -- java/gradle.htmlui/nbproject/project.xml | 145 ------------ .../modules/gradle/htmlui/Bundle.properties | 19 -- .../netbeans/modules/gradle/htmlui/DukeHTML.png | Bin 796 -> 0 bytes .../modules/gradle/htmlui/GradleArchetype.java | 100 -------- .../htmlui/HtmlJavaApplicationProjectWizard.java | 88 ------- .../gradle/htmlui/HtmlJavaPagesNodeFactory.java | 110 --------- .../modules/gradle/htmlui/description.html | 27 --- .../gradle/htmlui/resources/app_build.gradle.fmk | 77 ------- .../resources/app_src_main_AndroidManifest.xml.fmk | 42 ---- .../htmlui/resources/desktop_build.gradle.fmk | 62 ----- .../htmlui/resources/desktop_gradle.properties.fmk | 24 -- .../desktop_src_main_java_DesktopMain.fmk | 32 --- .../gradle/htmlui/resources/gradle.properties.fmk | 26 --- .../modules/gradle/htmlui/resources/layer.xml | 123 ---------- .../gradle/htmlui/resources/root_build.gradle.fmk | 46 ---- .../gradle/htmlui/resources/settings.gradle.fmk | 25 -- .../gradle/htmlui/resources/src_main_java_Demo.fmk | 49 ---- .../resources/src_main_webapp_pages_index.css.fmk | 20 -- .../resources/src_main_webapp_pages_index.html.fmk | 80 ------- .../gradle/htmlui/resources/web_build.gradle.fmk | 56 ----- .../htmlui/resources/web_gradle.properties.fmk | 24 -- .../resources/web_src_main_java_BrowserMain.fmk | 27 --- .../modules/gradle/htmlui/CreateArchetypeTest.java | 255 --------------------- nbbuild/cluster.properties | 1 - 27 files changed, 1511 deletions(-) --------------------------------------------------------------------- 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
