We developed a plugin that we run in Eclipse 3.4.1.
I just installed 7.1.1-Blue-20090310 and copied the plugin files to:
C:\Program Files\Genuitec\Common\features\com.myplugin.eclipse_2.0.2
and
C:\Program Files\Genuitec\Common\plugins\com.myplugin.eclipse_2.0.2
but the plugin is not getting loaded. That is, if I look at the plugin list, it is missing that plugin.
Does MyEclipse and MyEclipseBlue use a different mechanism for loading plugins?
I got the answer to this question from another source….
I needed to put the plugin into:
C:\Program Files\Genuitec\MyEclipse 7.1 Blue Edition\dropins\plugins
and
C:\Program Files\Genuitec\MyEclipse 7.1 Blue Edition\dropins\features
then restart MyEclipse.