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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -