How do I delete a Discipline in EPF Composer 1.5?

EclipseAgile Processes

Eclipse Problem Overview


I'm making a method combining Scrum with the OpenUP lifecycle and deliverables. I also want to keep the OpenUP disciplines apart from "Project Management". I can "hide" it so that it's not immediately obvious in my generated method site. But when you then navigate to the "Risk List" artefact for example the PM is still seen as contributing, and if you click on the link, you get taken to the PM Discipline page.

How can I remove it completely from my method without deleting it from the OpenUP library which I'm consuming?

Eclipse Solutions


Solution 1 - Eclipse

I've never used EPF Composer.

I did a little bit of google searches and I understand what you are looking for can be done through Configurations (select OpenUP in your Library view) and published View definitions.

See slide 83 and 84 of this PPT document. You should be able to take it from there.

An Introduction to the Eclipse Process Framework.

In case the link does not work, I searched for "EPF Composer" "Standard categories" on google and the document is at the bottom of the first results page.

Good luck.

Solution 2 - Eclipse

To those who are to lazy to search and browse slides:

Slide 83:
Select sub-set of method library for publishing to HTML or exporting to MS. Use “Content” selections for course grain (Plug-in and package level) configuration. Use “Add/Subtract these Categories” for fine grain (element level) configuration.

enter image description here

Slide 84:
Categories group related elements
Views defined by selecting Categories
enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAndrew Harmel-LawView Question on Stackoverflow
Solution 1 - EclipseOnly YouView Answer on Stackoverflow
Solution 2 - EclipseMatas VaitkeviciusView Answer on Stackoverflow