This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 239028
Collapse All | Expand All

(-)web.clientproject/src/org/netbeans/modules/web/clientproject/grunt/package-info.java (-1 / +3 lines)
Lines 45-51 Link Here
45
        scriptEngine = "freemarker", 
45
        scriptEngine = "freemarker", 
46
        position = 600,
46
        position = 600,
47
        displayName = "#Templates.gruntfile.js",
47
        displayName = "#Templates.gruntfile.js",
48
        description = "gruntdescription.html")
48
        description = "gruntdescription.html",
49
        defaultName = "Gruntfile"
50
        )
49
51
50
package org.netbeans.modules.web.clientproject.grunt;
52
package org.netbeans.modules.web.clientproject.grunt;
51
53

Return to bug 239028