blob: 3fbae1f4f1549e192bed178fd07a1caac51e180a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2009, 2016 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
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<plugin>
<extension
point="org.eclipse.rcptt.tesla.recording.core.recorder">
<recorder
class="org.eclipse.rcptt.expandbar.runtime.internal.ExpandBarRecordingProcessor">
</recorder>
</extension>
<extension
point="org.eclipse.rcptt.tesla.core.processor">
<provider
class="org.eclipse.rcptt.expandbar.runtime.internal.ExpandBarUIProcessor">
</provider>
</extension>
<extension
point="org.eclipse.rcptt.tesla.recording.swt.describerExtensions">
<describerExtension
class="org.eclipse.rcptt.expandbar.runtime.internal.ExpandBarDescriberExtension"
priority="50">
</describerExtension>
</extension>
<extension
point="org.eclipse.rcptt.ecl.core.scriptlet">
<scriptlet
class="org.eclipse.rcptt.expandbar.runtime.internal.GetExpandBarService"
name="GetExpandBar"
namespace="http://eclipse.org/rcptt/widgets/expandbar/ecl">
</scriptlet>
</extension>
<extension
point="org.eclipse.rcptt.ecl.dispatch.scriptletExtension">
<scriptletExtension
class="org.eclipse.rcptt.expandbar.runtime.internal.GetItemsExtension"
name="GetItems"
namespace="http://eclipse.org/rcptt/tesla/ecl">
</scriptletExtension>
<scriptletExtension
class="org.eclipse.rcptt.expandbar.runtime.internal.ExpandCollapseAllExtension"
name="ExpandAll"
namespace="http://eclipse.org/rcptt/tesla/ecl">
</scriptletExtension>
<scriptletExtension
class="org.eclipse.rcptt.expandbar.runtime.internal.ExpandCollapseAllExtension"
name="CollapseAll"
namespace="http://eclipse.org/rcptt/tesla/ecl">
</scriptletExtension>
<scriptletExtension
class="org.eclipse.rcptt.expandbar.runtime.internal.GetItemExtension"
name="GetItem"
namespace="http://eclipse.org/rcptt/tesla/ecl">
</scriptletExtension>
</extension>
</plugin>