blob: f2069e34c6a981918817e8eb0657abe659e3391f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.exportWizards">
<wizard
category="org.eclipse.opencert.sam.arg.export.opencert"
class="org.eclipse.opencert.sam.arg.export.exportWizards.ExportWizard"
icon="icons/ArgModelFile.gif"
id="org.eclipse.opencert.sam.arg.export.exportWizardsExportWizard"
name="Export Argument Model to File">
<description>
Export an argumentation model to a file in the local file system with SACM format.
</description>
</wizard>
<category
id="org.eclipse.opencert.sam.arg.export.opencert"
name="OpenCert">
</category>
</extension>
</plugin>