Skip to content
Permalink
3.1.1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (25 sloc) 935 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2016, 2020 Obeo.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Obeo - initial API and implementation
-->
<plugin>
<extension
point="org.obeonetwork.m2doc.ide.servicesConfigurator">
<servicesConfigurators
class="org.obeonetwork.m2doc.sirius.services.configurator.SiriusServiceConfigurator">
</servicesConfigurators>
</extension>
<extension
point="org.eclipse.sirius.resourceStrategy">
<resourceStrategy
class="org.obeonetwork.m2doc.sirius.GenconfResourceStrategy">
</resourceStrategy>
</extension>
</plugin>