Parent: [e9ac81] (diff)

Download this file

plugin.xml    20 lines (17 with data), 619 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="uk.ac.bolton.archimate.editor.exportHandler">
<exportHandler
class="net.timbusproject.context.converter.OWLExportPlugin"
id="net.timbusproject.context.converter.OWLExporter"
label="%exportOWLLabel">
</exportHandler>
<exportHandler
class="net.timbusproject.context.converter.ExtendedCSVExporter"
id="net.timbusproject.context.converter.CSVExporter"
label="%exportCSVLabel">
</exportHandler>
</extension>
</plugin>