2011-01-17 21:10:11 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<plugin>
|
2011-01-18 09:37:09 +00:00
|
|
|
|
2011-01-17 21:10:11 +00:00
|
|
|
<extension
|
|
|
|
id="HetsImportAction"
|
|
|
|
point="org.protege.editor.core.application.EditorKitMenuAction">
|
2011-01-18 09:37:09 +00:00
|
|
|
<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" />
|
2011-01-17 21:10:11 +00:00
|
|
|
</extension>
|
2011-01-18 09:37:09 +00:00
|
|
|
|
2011-01-17 21:10:11 +00:00
|
|
|
<extension
|
|
|
|
id="HetsExportAction"
|
|
|
|
point="org.protege.editor.core.application.EditorKitMenuAction">
|
2011-01-18 09:37:09 +00:00
|
|
|
<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" />
|
2011-01-17 21:10:11 +00:00
|
|
|
</extension>
|
2011-01-18 09:37:09 +00:00
|
|
|
|
2011-01-17 21:10:11 +00:00
|
|
|
<extension
|
|
|
|
id="HetCASL"
|
|
|
|
point="org.protege.editor.core.application.ViewComponent">
|
2011-01-18 09:37:09 +00:00
|
|
|
<label value="HetCASL rendering" />
|
|
|
|
<class value="de.unibremen.informatik.hets.protege.HetCASLRenderingViewComponent" />
|
|
|
|
<headerColor value="@org.protege.ontologycolor" />
|
|
|
|
<category value="@org.protege.ontologycategory" />
|
2011-01-17 21:10:11 +00:00
|
|
|
</extension>
|
2011-01-18 09:37:09 +00:00
|
|
|
|
2011-01-17 21:10:11 +00:00
|
|
|
</plugin>
|