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

Bug 361648

Summary: Separate Generated and not generated code in BPEL model
Product: z_Archived Reporter: Mickael Istria <mistria>
Component: BPELAssignee: Project Inbox <bpel.default-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Mickael Istria CLA 2011-10-21 09:20:43 EDT
It is currently quite difficult to work on the org.eclipse.bpel.model code since there is no way to distinguish generated code and hand-written code easily.
Generated code should go into a src-generated folder, while normal code should go in a "src" folder.