Community
Participate
Working Groups
Each service should be in its own package. The package org.eclipse.papyrus.core.services contains the services runtime implementation. It should not contain services themselves. /org.eclipse.papyrus.core/src/org/eclipse/papyrus/core/services/PapyrusImageServices.java should be moved for example in org.eclipse.papyrus.core.service.images For naming consistency, other services implemented in the core can also be moved in packages like org.eclipse.papyrus.core.service.[name] ex: org.eclipse.papyrus.core.listenerservice --> org.eclipse.papyrus.core.service.listener