osate / osate2

Open Source AADL2 Tool Environment
http://osate.org
Eclipse Public License 2.0
36 stars 8 forks source link

Mylyn is missing in the OSATE product build #2585

Closed AaronGreenhouse closed 3 years ago

AaronGreenhouse commented 3 years ago

Summary Mylyn functionality is missing from the OSATE product builds. Cannot open the Task List view because none of the Mylyns views are missing:

Screen Shot 2021-02-18 at 11.37.19 AM.png

Expected behavior Mylyn should be present. Plug-ins or feature probably needs to be added the build files.

Actual behavior Mylyn is missing.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

AaronGreenhouse commented 3 years ago

The OSATE project org.osate.mylyn.aadl.ui depends on the following Mylyn plug-ins:

lwrage commented 3 years ago

It may be sufficient to add feature org.eclipse.mylyn.context_feature to the product configuration. That should pull in everything that is needed.