blob: cc40bc23ca840fb26ce742cc2e89211657560a1b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?><!--
Copyright (c) 2011 Tasktop Technologies and others.
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:
Tasktop Technologies - initial API and implementation
-->
<plugin>
<extension point="org.eclipse.mylyn.context.ui.bridges">
<uiBridge
class="org.eclipse.mylyn.internal.emf.ui.EmfUiBridge"
contentType="emf"/>
</extension>
<extension
point="org.eclipse.mylyn.context.ui.startup">
<startup
class="org.eclipse.mylyn.internal.emf.ui.EmfUiBridgePlugin$EmfUiBrideStartup">
</startup>
</extension>
<extension point="org.eclipse.mylyn.context.core.bridges">
<structureBridge
class="org.eclipse.mylyn.internal.emf.ui.EmfStructureBridge"
name="%EmfStructureBridge.name"
parentContentType="resource"/>
</extension>
</plugin>