eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[releng] Raise EMF dependency to 2.6 #489

Closed eclipse-ocl-bot closed 1 month ago

eclipse-ocl-bot commented 1 month ago

| --- | --- | | Bugzilla Link | 298279 | | Status | CLOSED FIXED | | Importance | P3 normal | | Reported | Dec 21, 2009 03:26 EDT | | Modified | May 22, 2013 14:15 EDT | | Blocks | 290103 | | Reporter | Ed Willink |

Description

EMF 2.6M4 changes the EModelElement inheritance and adds eInvoke.

This doesn't yet break MDT/OCL directly; just usage of eXXX mothods in OCL expressions.

However when Kenn adds the code to exploit eInvoke, we will be broken, so we might as well change the dependency to [2.6.0 3.0.0) now everywhere (except emf.ocl.examples*).

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Feb 02, 2010 02:35

Created attachment 157874 Dependency changes

Attached changes EMF dependency in o.e.o to 2.6 and then propagates it through other plugins rather than respecifying it.

Attached also changes the Platform core dependency to 3.2 throughout, rather than a hotch-potch of creation dates. I doubt we work on 3.2 but let EMF impose the lower bound.

:notepad_spiral: Bug298279.patch

eclipse-ocl-bot commented 1 month ago

By Alexander Igdalov on Feb 03, 2010 05:41

The patch is sensible and looks harmless. My +1.

eclipse-ocl-bot commented 1 month ago

By Adolfo Sanchez-Barbudo Herrera on Feb 03, 2010 05:43

I'm not sure if changing the dependency of a generated plugin such us o.e.o.edit is advisable and/or necessary, and I don't see any problem iwhich depedens on different versions of the same. In any case.... who cares.... As you comment, EMF will impose real the minimum version of the needed Platform's core ....

Go ahead.

Cheers,\ Adolfo.

eclipse-ocl-bot commented 1 month ago

By Adolfo Sanchez-Barbudo Herrera on Feb 03, 2010 05:47

Sorry, when I said

and I don't see any problem iwhich depedens on different versions of the same.

I meant:

I don't see any problem if we have different plugins which require different versions of the same Platform core plugin.

Cheers,\ Adolfo.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on Feb 03, 2010 15:03

Committed to HEAD.

eclipse-ocl-bot commented 1 month ago

By Ed Willink on May 27, 2011 02:55

Closing