universAAL / tools.eclipse-plugins

Tools in form of Eclipse plugins that help developers use universAAL
2 stars 1 forks source link

Ontologies from the Wizard do not need to be bundles #437

Open cstockloew opened 7 years ago

cstockloew commented 7 years ago

Originally Opened: @Alfiva (2014-09-19 14:06:35)

Some configuration issues may arise if Ontologies are configured to be OSGi Bundles in their POMs, which is technically not necessary. Changing packaging of the ontologies generated by Ontology Wizard could improve some situations.

--

From: this issue has been automatically imported from our old issue tracker

cstockloew commented 7 years ago

What configuration issues? The packaging as bundle should only add some manifest entries compared to a different packaging, like jar. I would very much prefer to have this to avoid having to wrap the artifact in the RunConfig, especially because then it would always be unclear whether a component needs to be wrapped or not..