fastcodejava
fastcodejava

Reputation: 41077

Eclipse plug-ins in and bundles question

I understand the eclipse plug-in architecture. But I also hear that it consists of bundles. How are these two related?

Upvotes: 0

Views: 58

Answers (1)

dunni
dunni

Reputation: 44515

Plugin and bundle are just synonyms (bundle comes from OSGI, where plugins are usually called bundle, but every Eclipse plugin is an OSGI bundle, thus the two words for the same).

Upvotes: 3

Related Questions