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 - add ui to select license template
Summary: add ui to select license template
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on: 226773
Blocks:
  Show dependency tree
 
Reported: 2013-03-12 14:45 UTC by Milos Kleint
Modified: 2013-06-08 01:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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