Problem integrating the Oxygen Plugin into RCP Applicatio

Oxygen general issues.
fwn
Posts: 3
Joined: Tue May 11, 2010 1:20 pm

Problem integrating the Oxygen Plugin into RCP Applicatio

Post 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?
Mircea
Posts: 131
Joined: Tue Mar 25, 2003 11:21 am

Re: Problem integrating the Oxygen Plugin into RCP Applicatio

Post 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
Mircea Enachescu
<oXygen> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply