Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Definition of org.eclipse.ease.module.platform.Selector lost?

Today I merged all modeling modules and required base classes and moved them to o.e.e.modules. See http://git.eclipse.org/c/ease/org.eclipse.ease.modules.git/commit/?id=9b3c42aaf5a95c2cf5ddbbef976c30844f3ce5c7

Code compiles and is integrated in the maven build. Yet I did not add a feature for it as I am not sure if its functionality is still working. I also re-added the selection extension point To work on modules you need to use the modules target platform, which adds all the modeling requirements not part of ease.core

I had to disable 1 method in PapyrusModule: createDiagram now throws a RuntimeException as I could not locate a needed classes (see FIXME in code).

regards
Christian



Back to the top