I have my eclipse plugin developed with IMP. I need to export the plugin so it can be installed on other machines. I tried to export using:
File->Export->Deployable plugin and fragments
and saved it in zipfile. I took the jar created and put it under eclipse/plugins. After restarting eclipse I still don't have the plugin enabled. I checked under the Plugin registry view and it seems inactive. the Diagnose option gave the following information:
Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.7
I checked my MANIFEST.MF file and it does contain the line:
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
any ideas?