You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.2 KiB
XML

<?xml version="1.0" ?>
<plugin>
<extension
id="HetsImportAction"
point="org.protege.editor.core.application.EditorKitMenuAction">
<name value="Import HetCASL" />
<path value="org.protege.editor.owl.menu.tools/SlotH-A" />
<editorKitId value="OWLEditorKit" />
<class value="de.unibremen.informatik.hets.protege.ImportHetsAction" />
<toolTip value="import OWL from HetCASL files" />
</extension>
<extension
id="HetsExportAction"
point="org.protege.editor.core.application.EditorKitMenuAction">
<name value="Export HetCASL" />
<path value="org.protege.editor.owl.menu.tools/SlotH-B" />
<editorKitId value="OWLEditorKit" />
<class value="de.unibremen.informatik.hets.protege.ExportHetsAction" />
<toolTip value="export OWL to HetCASL file" />
</extension>
<extension
id="HetCASL"
point="org.protege.editor.core.application.ViewComponent">
<label value="HetCASL rendering" />
<class value="de.unibremen.informatik.hets.protege.HetCASLRenderingViewComponent" />
<headerColor value="@org.protege.ontologycolor" />
<category value="@org.protege.ontologycategory" />
</extension>
</plugin>