Permalink
Cannot retrieve contributors at this time
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?
M2Doc/plugins/org.obeonetwork.m2doc.sirius/plugin.xml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (25 sloc)
935 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |