Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 338710

Summary: Missing EPL headers in files generated by javajet templates
Product: [WebTools] WTP EJB Tools Reporter: Kaloyan Raev <kaloyan>
Component: jst.ejbAssignee: Kaloyan Raev <kaloyan>
Status: RESOLVED FIXED QA Contact: Kaloyan Raev <kaloyan>
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.3 M6   
Hardware: PC   
OS: Windows Vista   
Whiteboard:
Attachments:
Description Flags
patch none

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.