blob: 750dbda6f1fd18e6933174a9af96fbf688e7b97b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2015, 2016 1C-Soft LLC.
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Vladimir Piskarev (1C) - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.core.runtime.adapters">
<factory
adaptableType="org.eclipse.jdt.core.IJavaElement"
class="org.eclipse.handly.internal.examples.adapter.JavaElementAdapterFactory">
<adapter
type="org.eclipse.handly.model.IElement">
</adapter>
</factory>
<factory
adaptableType="org.eclipse.handly.internal.examples.adapter.JavaElement"
class="org.eclipse.handly.internal.examples.adapter.JavaElementAdapterFactory">
<adapter
type="org.eclipse.handly.model.adapter.ICorrespondingElementProvider">
</adapter>
</factory>
</extension>
</plugin>