<?xml version="1.0" encoding="UTF-8"?> | |
<?eclipse version="3.2"?> | |
<plugin> | |
<extension | |
point="org.eclipse.ui.actionSets"> | |
<actionSet | |
description="Intermediate Model Resources Action" | |
id="org.eclipse.soa.mangrove.resource.actionSet" | |
label="Im Resources - Actions" | |
visible="true"> | |
<action | |
class="org.eclipse.soa.mangrove.resources.ui.actions.DatasourceAction" | |
icon="icons/database_connect.gif" | |
id="org.eclipse.soa.mangrove.resources.ui.actions.DatasourceAction" | |
label="Datasource Action" | |
style="push" | |
toolbarPath="additions" | |
tooltip="Intermediate Model - Datasources "/> | |
</actionSet> | |
</extension> | |
<extension-point id="imresourceconfigurator" name="imresourceconfigurator" schema="schema/imresourceconfigurator.exsd"/> | |
<extension-point id="imresourceimporter" name="imresourceimporter" schema="schema/imresourceimporter.exsd"/> | |
</plugin> |