Files
AFRYCA/plugins/afryca.mpr/plugin.xml
T
2026-05-22 11:14:29 +02:00

32 lines
941 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
point="afryca.structure.structure">
<structure_type
name="%afryca.mpr.name"
type="afryca.mpr.MPR"
id="afryca.mpr">
</structure_type>
</extension>
<extension
id="afryca.mpr.fragment"
point="org.eclipse.e4.workbench.model">
<fragment
uri="fragment.e4xmi">
</fragment>
</extension>
<extension
point="org.eclipse.ui.commands">
<commandParameterType
converter="afryca.mpr.command.parameter.IntegerParameterConverter"
id="afryca.mpr.command.parameter.integer">
</commandParameterType>
<commandParameterType
converter="afryca.mpr.command.parameter.MPRParameterConverter"
id="afryca.mpr.command.parameter.mpr">
</commandParameterType>
</extension>
</plugin>