blob: bc01aa0fe424b1c3d6e339ff25646e3861908c46 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2009, 2019 Xored Software Inc 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
https://www.eclipse.org/legal/epl-v20.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<plugin>
<extension
point="org.eclipse.rcptt.core.contextTypes">
<contextType
description="Group Context"
eclass="GroupContext"
epackage-uri="http://eclipse.org/rcptt/model/scenario.ecore"
id="org.eclipse.rcptt.ctx.group"
name="Group"
canCreate="false"
priority="40">
</contextType>
</extension>
<extension
point="org.eclipse.rcptt.core.contextMaker">
<maker
class="org.eclipse.rcptt.ctx.internal.group.GroupContextMaker"
type="org.eclipse.rcptt.ctx.group">
</maker>
</extension>
<extension
point="org.eclipse.rcptt.core.indexer">
<indexer
class="org.eclipse.rcptt.ctx.group.GroupContextIndexer">
</indexer>
</extension>
</plugin>