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
Post a Comment