Deploying/installing multipe plugins as one package
Posted: Tue May 20, 2014 4:01 pm
Hi,
First I'd like to say i appreciate the add-on deployment feature of Oxygen. My users can easily add and update the plugins I create via Help->Manage add-ons...
Now I want to create some plugins that depend on each other. I.e. each of them is not useful without the other. They will share one or more java classes. I would like the users to see them as one installable unit in the manage add-ons dialog.
Is that possible? How?
It is not hard to put all the class-files into one jar. That jar could then be included in the install jar. However I would need separate plugin.xml files for each plugin as they would differ on the value of the class attribute of the extension element (at a minimum). Apparently the name of the plugin.xml file is fixed. Is that true?
First I'd like to say i appreciate the add-on deployment feature of Oxygen. My users can easily add and update the plugins I create via Help->Manage add-ons...
Now I want to create some plugins that depend on each other. I.e. each of them is not useful without the other. They will share one or more java classes. I would like the users to see them as one installable unit in the manage add-ons dialog.
Is that possible? How?
It is not hard to put all the class-files into one jar. That jar could then be included in the install jar. However I would need separate plugin.xml files for each plugin as they would differ on the value of the class attribute of the extension element (at a minimum). Apparently the name of the plugin.xml file is fixed. Is that true?