Eclipse PDE Build plugins output some folders are jar-ed -


i running eclipse pde build ant file. succesfuly product in ant generated product folders in plugins directory jar-ed unlike folders during export product eclipse.

what can reason have plugins jar not folder ? there parameter set ?

ilke

yes, in manifest.mf file of each plugin, can specify property:

eclipse-bundleshape: dir

by default plugin jar-ed. option, expanded directory during installation of plugin.

note: option available since eclipse 3.5 only.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -