geertjanw closed pull request #466: Change category
URL: https://github.com/apache/incubator-netbeans/pull/466
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 23084247d..809188fae 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 @@
             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 087304823..d9ec2852b 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-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