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

47 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension-point
id="afryca.ase.preloadedclass"
name="%afryca.ase.preloaedclass.extension-point.name"
schema="schema/afryca.ase.preloadedclass.exsd"/>
<extension
id="afryca.ase.fragment"
point="org.eclipse.e4.workbench.model">
<fragment
uri="fragment.e4xmi">
</fragment>
</extension>
<extension
point="org.eclipse.ui.commands">
<commandParameterType
converter="afryca.ase.command.parameter.ScriptParameterValueConverter"
id="afryca.ase.command.parameter.script">
</commandParameterType>
<commandParameterType
converter="afryca.ase.command.parameter.SnippetParameterValueConverter"
id="afryca.ase.command.parameter.snippet">
</commandParameterType>
<commandParameterType
converter="afryca.ase.command.parameter.CategoryParameterValueConverter"
id="afryca.ase.command.parameter.category">
</commandParameterType>
<commandParameterType
converter="afryca.ase.command.parameter.RepositoryParameterValueConverter"
id="afryca.ase.command.parameter.repository">
</commandParameterType>
<commandParameterType
converter="afryca.ase.command.parameter.ModuleParameterValueConverter"
id="afryca.ase.command.parameter.module">
</commandParameterType>
<commandParameterType
converter="afryca.ase.command.parameter.FunctionParameterValueConverter"
id="afryca.ase.command.parameter.function">
</commandParameterType>
<commandParameterType
converter="afryca.ase.command.parameter.ModuleBindingParameterValueConverter"
id="afryca.ase.command.parameter.module.binding">
</commandParameterType>
</extension>
</plugin>