eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

org.eclipse.ocl.examples.validity is both UI and non-UI #2219

Open eclipse-ocl-bot opened 3 days ago

eclipse-ocl-bot commented 3 days ago

| --- | --- | | Bugzilla Link | 577898 | | Status | NEW | | Importance | P3 normal | | Reported | Dec 20, 2021 04:22 EDT | | Modified | Dec 21, 2021 12:20 EDT | | See also | 565595 | | Reporter | Ed Willink |

Description

Changing org.eclipse.ocl.examples.emf.validation.validity.ui to a Java 11 BREE broke a number of compatibility tests because org.eclipse.ocl.examples.validity has not been partitioned into UI/non-UI plugins. The org.eclipse.ocl.examples.validity.locator package has a mix of UI and non-UI plugins.

Workaround: make sure org.eclipse.ocl.examples.emf.validation.validity.ui is Java 8 BREE.

eclipse-ocl-bot commented 3 days ago

By Ed Willink on Dec 21, 2021 12:20

Revert to BREE 8 pushed to master.