[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: How to create OS dependent fragments for a plugin

You can imagine a fragment as part of its host plugin.
The main point of the swt plugin is that every OS loads its "own" fragment.
See the Eclipse-PlatformFilter: clause in the fragment's MANIFEST.MF.

Snjeza

elamine saad wrote:
Hi all,

I've downloaded Java Media Framework JMF-1.2 for win32,linux,solaris and I want to make a plugin allowing to use JMF as an eclipse plugin ! So I took a look on SWT plugin, it has 3 other fragments that represent the corresspondent OS.
The problem is I found some packages exported in swt the main plugin but this earlier does not contain them, they exist in the 3 fragments

I could'nt understant this issue

Any help will be useful, & I will appriciate it :)

ciao