Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
214 views

Are the contents of a fragment visible outside the host plugin?

I have never worked with plug-in fragments before. I thought that by creating a new class within a fragment and exporting the package that contains it in the fragment's manifest, I'd be able to access ...
2
votes
1answer
1k views

Is there an equivalent to BundleActivator for Eclipse fragment projects?

I am building an Eclipse plug-in that provides a set of core features in the regular plug-in project. The optional features I am providing via fragment projects. But I need the fragments to register ...
0
votes
0answers
157 views

Eclipse PDE UI feature export with two fragments for same os, different arch

Hoping to have some Eclipse PDE guru's weigh in here in a problem I'm having trouble solving. I am attempting export (via PDE UI) a feature that has two fragments included where both fragments target ...