You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2018/04/10 11:28:45 UTC

[incubator-netbeans] branch master updated: Change category (#466)

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

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 33b2f2f  Change category (#466)
33b2f2f is described below

commit 33b2f2f8d09ee4ba858bdca627d77dc36b935723
Author: Duke Script <du...@eppleton.de>
AuthorDate: Tue Apr 10 13:28:41 2018 +0200

    Change category (#466)
    
    * Change category of html/java wizard
    
    * Change category of html/java wizard
    
    * Update description.html
---
 .../src/org/netbeans/modules/maven/htmlui/DukeScriptWizard.java       | 4 ++--
 maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html   | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/DukeScriptWizard.java b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/DukeScriptWizard.java
index 2308424..809188f 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/DukeScriptWizard.java
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/DukeScriptWizard.java
@@ -60,12 +60,12 @@ public class DukeScriptWizard {
             position = 133,
             page = "dukeScriptWizard.html",
             content = "dukescript.archetype",
-            folder = "Project/JavaFX",
+            folder = "Project/Standard",
             displayName = "#DukeScriptWizard_displayName",
             iconBase = "org/netbeans/modules/maven/htmlui/DukeHTML.png",
             description = "description.html"
     )
-    @Messages("DukeScriptWizard_displayName=Java HTML5 Application")
+    @Messages("DukeScriptWizard_displayName=Java Frontend Application")
     public static WizardData javafxWebViewAppWizard() {
         WizardData data = new WizardData();
         data.init(Boolean.TRUE, Boolean.TRUE, Boolean.TRUE, Boolean.TRUE);
diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html
index 0873048..d9ec285 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html
@@ -21,6 +21,7 @@
 -->
 <html>
     <body>
-        <div>Generates a WebView based DukeScript application</div>
+        <div>Generates a Java application with a graphical user interface following the Model View View Model (MVVM) pattern. 
+        Model and ViewModel are written in Java, the View is defined in HTML, CSS and JavaScript.</div>
     </body>
 </html>

-- 
To stop receiving notification emails like this one, please contact
geertjan@apache.org.

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