blob: 9cbc305f51e4b8e4f4044c54db0f9297403dbc01 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2017 CEA LIST.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
CEA LIST - Initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.papyrus.infra.hyperlink.registration">
<hyperlink
helper="org.eclipse.papyrus.cdo.internal.ui.hyperlink.CDOResourceHyperlinkHelper"
position="110">
</hyperlink>
</extension>
<extension
point="org.eclipse.papyrus.infra.services.labelprovider.labelProvider">
<!-- Priority 35 is higher than the core's priority-40 label provider for the same type. -->
<labelProvider
priority="35"
provider="org.eclipse.papyrus.cdo.internal.ui.hyperlink.CDOResourceHyperlinkLabelProvider">
</labelProvider>
</extension>
<extension
point="org.eclipse.papyrus.infra.gmfdiag.dnd.dropStrategy">
<strategy
strategy="org.eclipse.papyrus.cdo.internal.ui.hyperlink.CDOResourceURIDropStrategy">
</strategy>
</extension>
</plugin>