Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361648 - Separate Generated and not generated code in BPEL model
Summary: Separate Generated and not generated code in BPEL model
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BPEL (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 09:20 EDT by Mickael Istria CLA
Modified: 2022-10-03 11:12 EDT (History)
0 users

See Also:


Attachments

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