blob: 90b8366eabcc39dc7dea6763509f08a94c7916c1 [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.util.keysExtension">
<keysExtension
class="org.eclipse.rcptt.util.swt.KeysAndButtons.KeysAndButtonExtension">
</keysExtension>
</extension>
<extension
point="org.eclipse.rcptt.util.shellUtils">
<shellUtils
class="org.eclipse.rcptt.util.swt.internal.ui.DefaultShellUtils">
</shellUtils>
</extension>
<extension
point="org.eclipse.rcptt.util.displayUtils">
<displayUtils
class="org.eclipse.rcptt.util.swt.internal.ui.DefaultDisplayUtils">
</displayUtils>
</extension>
</plugin>