Bug 443831 - provide a way to delete a project
Summary: provide a way to delete a project
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Flux (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-11 10:23 EDT by Martin Lippert CLA
Modified: 2019-02-21 15:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Lippert CLA 2014-09-11 10:23:54 EDT
We need a way to delete a project in Flux. This means that participants can send out projectDeleted events and other participants need to react to that in a way that makes sense for them.

For example:
- The Eclipse IDE plugin should disconnect the project from Flux (if connected and present in the workspace), but not delete the project physically.

- The headless JDT service should disconnect the project AND physically remove it from the internal workspace.

- The backup repositories could remove the project physically from their storage or mark it as deleted (to keep a backup around).