You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2023/02/25 14:56:29 UTC

[netbeans-website] branch master updated: Update nbm-filetemplates.adoc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b70f72210 Update nbm-filetemplates.adoc
     new 9f7d1c02a Merge pull request #641 from SeanCarrick/patch-1
b70f72210 is described below

commit b70f722106c48bbb75f895554c3c8a0342a493e2
Author: Sean Carrick <se...@pekinsoft.com>
AuthorDate: Thu Feb 23 16:01:45 2023 -0600

    Update nbm-filetemplates.adoc
    
    Updated tutorial from referencing NetBeans 7.4 API locations.
    
    - Changed the reference from "Datasystems API" to "File Templates" for the `TemplateRegistration` class
    - Changed the reference from "Utilities API" to "Base Utilities API" for the `NbBundle` and `NbBundle.Messages` classes.
    
    -SC
---
 netbeans.apache.org/src/content/tutorials/nbm-filetemplates.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/tutorials/nbm-filetemplates.adoc b/netbeans.apache.org/src/content/tutorials/nbm-filetemplates.adoc
index d52437703..509babe20 100644
--- a/netbeans.apache.org/src/content/tutorials/nbm-filetemplates.adoc
+++ b/netbeans.apache.org/src/content/tutorials/nbm-filetemplates.adoc
@@ -225,7 +225,7 @@ Once you have defined the file template, the description file, and the icon, you
 
 
 [start=1]
-1. Right-click the module in the Projects window, choose Properties, and use the Libraries tab to add dependencies on Datasystems API and Utilities API.
+1. Right-click the module in the Projects window, choose Properties, and use the Libraries tab to add dependencies on File Templates and Base Utilities API.
 
 [start=2]
 1. 


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