Bug description
org.eclipse.gemoc.commons.eclipse.ui has a dependency to org.eclipse.pde.ui
However, as GEMOC proposes a org.eclipse.gemoc.commons.eclipse.pde.ui this dependecy is incorrect
This prevents from creating Eclipse RCP without embedding Java JDT UI even if the DSL designed with µGEMOC do not requires it.
Expected behavior
we should move https://github.com/eclipse/gemoc-studio-commons/blob/master/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/org/eclipse/gemoc/commons/eclipse/pde/ui/PluginConverter.java
from org.eclipse.gemoc.commons.eclipse.ui to org.eclipse.gemoc.commons.eclipse.pde.ui
Bug description
org.eclipse.gemoc.commons.eclipse.uihas a dependency toorg.eclipse.pde.uiHowever, as GEMOC proposes a
org.eclipse.gemoc.commons.eclipse.pde.uithis dependecy is incorrectThis prevents from creating Eclipse RCP without embedding Java JDT UI even if the DSL designed with µGEMOC do not requires it.
Expected behavior
we should move https://github.com/eclipse/gemoc-studio-commons/blob/master/plugins/org.eclipse.gemoc.commons.eclipse.ui/src/org/eclipse/gemoc/commons/eclipse/pde/ui/PluginConverter.java
from
org.eclipse.gemoc.commons.eclipse.uitoorg.eclipse.gemoc.commons.eclipse.pde.ui