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.

Bug 227362

Summary: add ui to select license template
Product: javaee Reporter: Milos Kleint <mkleint>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 226773    
Bug Blocks:    

Description Milos Kleint 2013-03-12 14:45:29 UTC
please use new api created in issue 226773 and register a panel in customizer to select a license header template

do it for web, ejb, ear and app client projects.

thanks.
Comment 1 David Konecny 2013-06-07 00:10:03 UTC
26224a865e7d

Copy pasting the same code three times is no fun - I created a base class in web.common which helped a bit.

I skipped EAR - the only source file you can create in EAR is its deployment descriptor. That's it. I do not think it is worth adding license customizer to it. Do not hesitate to object if you are of different opinion. :-)
Comment 2 Quality Engineering 2013-06-08 01:12:31 UTC
Integrated into 'main-golden', will be available in build *201306072301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/26224a865e7d
User: David Konecny <dkonecny@netbeans.org>
Log: #227362 - add ui to select license template