Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338710 - Missing EPL headers in files generated by javajet templates
Summary: Missing EPL headers in files generated by javajet templates
Status: RESOLVED FIXED
Alias: None
Product: WTP EJB Tools
Classification: WebTools
Component: jst.ejb (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Kaloyan Raev CLA
QA Contact: Kaloyan Raev CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-02 12:49 EST by Kaloyan Raev CLA
Modified: 2011-03-02 12:56 EST (History)
0 users

See Also:


Attachments
patch (13.54 KB, patch)
2011-03-02 12:53 EST, Kaloyan Raev CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaloyan Raev CLA 2011-03-02 12:49:52 EST
There is request in CQ 4830 to add EPL headers to all files that are generated by javajet templates. 

Here is a list of all files that needs correction:

org.eclipse.jst.j2ee.ejb.internal.operations.LocalBusinessInterfaceTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.LocalComponentInterfaceTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.LocalHomeInterfaceTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.MessageDrivenBeanTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.RemoteBusinessInterfaceTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.RemoteComponentInterfaceTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.RemoteHomeInterfaceTemplate.java
org.eclipse.jst.j2ee.ejb.internal.operations.SessionBeanTemplate.java
org.eclipse.jst.j2ee.internal.web.operations.FilterTemplate.java
org.eclipse.jst.j2ee.internal.web.operations.ListenerTemplate.java
org.eclipse.jst.j2ee.internal.web.operations.ServletTemplate.java
Comment 1 Kaloyan Raev CLA 2011-03-02 12:53:36 EST
Created attachment 190185 [details]
patch
Comment 2 Kaloyan Raev CLA 2011-03-02 12:56:56 EST
The patch is committed in HEAD and released.