blob: 44f335776a241f2655c2d89f75deb81c5b76865e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2009, 2012 Eike Stepper (Berlin, Germany) 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:
Eike Stepper - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.ui.perspectives">
<perspective
name="Table Perspective"
class="org.gastro.rcp.internal.table.TablePerspective"
id="org.gastro.rcp.table.perspective">
</perspective>
</extension>
<extension
point="org.eclipse.ui.views">
<view
name="Table View"
class="org.gastro.rcp.internal.table.TableView"
id="org.gastro.rcp.table.view">
</view>
</extension>
</plugin>