ObeoNetwork / POOSL

Eclipse Public License 2.0
1 stars 0 forks source link

Optimize plugins contents #7

Closed wpiers closed 3 years ago

wpiers commented 3 years ago

Integrate nl.esi.poosl.xsd and nl.esi.poosl.generatedxmlclasses into nl.esi.poosl.rotalumisclient.

wpiers commented 3 years ago

org.eclipse.poosl.legacysupport depends on nl.esi.poosl.generatedxmlclasses. We'll have to check first if it makes sense to make legacysupport depends on rotalumnisclient. The xsd definition is only used to generate the java classes so having it in a separate project is not a bundle size concern.

mypsycho commented 3 years ago

xsd schema have been moved as part of org.eclipse.poosl.generatedxmlclasses project in the same logic as *.ecore is in Model project. I think it would be an error to link rotamulisclient and legacy: they shares no purpose and only use the same xml encoding.

wpiers commented 3 years ago

Perfect