Skip to content

Integrate as plugin in Oxygen XML Editor v20. #2

@raducoravu

Description

@raducoravu

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:

morganaoxygenpluginstructure

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions