So, I'm working to deploy some plugins that we've developed via an update site. So, I've made a feature with the plugins, put the dependencies etc in. Then I made an update site project, and added the feature. Using the update site, I can install the feature I want, and it installs the required plugins. Unfortunately, they don't seem to work. As in, I can see them in the plugin list, I can import them as projects (so I've checked that the actual content all seems to be there) but for instance the editors and view that are in the plugins aren't accessible. Note that these plugins work fine when I run them in a nested eclipse launch (as in launch an eclipse application from my plugin dev eclipse version).
Why is it that my plugins are not working when deployed in this manner, but do work when launched through eclipse?
If it helps, I've been looking at this tutorial: http://www.vogella.de/articles/EclipsePlugIn/article.html#deployplugin_p2updatesite
Edit: added on the id to jump to the update site part I was using in the link above.