Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Bundle dependencies

Hi,

I'm currently setting up a project working with the BPEL data model. I
wondered, why Eclipse sucks in all ui bundles as dependency.

The reason might be that org.eclipse.bpel.model depends on
org.eclipse.wst.xml.ui. The package
org.eclipse.wst.xml.ui.internal.wizards is needed because
XSD2XMLGenerator extends NewXMLGenerator from the wizards.

Is it possible to refactor the code so that there is no dependency
from the model to the UI?

I can simply remove the class XSD2XMLGenerator  and there is no compile error.

Can you confirm this?
If yes, could you remove the class and the dependency, too?

Cheers,

Oliver


Back to the top