eclipse-uml2 / uml2

An EMF-based implementation of the UML 2.x metamodel for the Eclipse platform.
Eclipse Public License 2.0
5 stars 4 forks source link

Fix BREE warnings #99

Open eclipse-uml2-bot opened 1 week ago

eclipse-uml2-bot commented 1 week ago

| --- | --- | | Bugzilla Link | 562741 | | Status | NEW | | Importance | P3 minor | | Reported | May 03, 2020 07:34 EDT | | Modified | May 03, 2020 07:40 EDT | | Blocks | 562742 | | Reporter | Ed Willink |

Description

There is now a Manifest editor warning if a non-optional dependency has a higher BREE. This triggers for at least org.eclipse.uml.common.edit and org.eclipse.uml.edit that neglect to make org.eclipse.core.runtime/org.eclipse.core.resources optional. This is inconsistent with org.eclipse.emf.edit. It ripples to cause warnings in org.eclipse.ocl.uml.edit.

Please make the dependencies optional.