-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Starting with Oxygen 20 (April 2018) there will be a new plugin extension allowing you to integrate Morgana XProc as a plugin.
The Oxygen plugin folder structure should look like this:
with the "plugin.xml" looking like this:
<plugin
id="morgana.xproc.addon"
name="Contribute Morgana XProc"
description="Contribute Morgana XProc"
version="1.0"
vendor="SyncroSoft"
class="ro.sync.exml.plugin.Plugin"
classLoaderType="preferReferencedResources">
<extension type="AdditionalXProcEngine" path="MorganaXProcEngine/"></extension>
</plugin>
Once you have the "ExtraXProcPlugin" plugin folder, you can either manually copy it to the "OXYGEN_INSTALL_DIR/plugins" folder and restart the application or you can pack and distribute it as an add-on:
https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/packing-and-deploying-addons-x-sdk2.html
allowing thus people to install the add-on with the Help menu->"Install new add-ons" functionality.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
