export installed eclipse plugin
I would like to know if it is possible to export an installed eclipse plugin with my proper preference configuration.
In fact, I've developed a fragment project for the pmd plugin and I've linked it with the installed plugin b开发者_运维技巧y configuring the pmd preference. And now I want to export it as a new eclipse plugin instance.
Thanks for your help ;)
Cheng
Perhaps you mean exporting your preferences? That can be done using File>Export...>General>Preferences. But preferences are (usually) stored in the workspace, and the plugin (which is part of the install) stores and uses them.
Exporting a fragment can be done from File>Export...>Plug-in Development>Deployable plug-in and fragment.
If this is not what you want, please clarify.
精彩评论