Page 1 of 1

Problem integrating the Oxygen Plugin into RCP Applicatio

Posted: Tue May 11, 2010 4:13 pm
by fwn
Hi,

I'm having some trouble integrating the Oxygen Plugin into an RCP Application I'm working on.

I would like to integrate it via the dropins Folder, but the Application does not seem to notice it at all.
The dropins Folder works nicely for other Plugins and I couldn't get it to work by adding it to the Application before Deployment either, so I don't think its a problem with the dropins functionality.

The plugin seems to work fine in eclipse proper, Is there some dependency that I might be missing?

Re: Problem integrating the Oxygen Plugin into RCP Applicatio

Posted: Tue May 11, 2010 5:41 pm
by Mircea
Hi,

If the oXygen plugin does not work with your RCP Application please check that the following plugins required by oXygen (as can be seen in the plugin.xml file) are available:

Code: Select all

org.eclipse.compare
org.eclipse.core.filesystem
org.eclipse.core.net
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.equinox.common
org.eclipse.help
org.eclipse.jface.text
org.eclipse.osgi
org.eclipse.ui.browser
org.eclipse.ui.console
org.eclipse.ui.editors
org.eclipse.ui.ide
org.eclipse.ui.views
org.eclipse.ui.workbench
org.eclipse.ui.workbench.texteditor
org.eclipse.ui
Best regards,
Mircea