blob: 3f5a48eea09bf23d9a536fe5f7227794b5269400 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018 CEA.
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:
CEA - initial API and implementation and/or initial documentation
-->
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.perspectives">
<perspective
class="org.eclipse.sensinact.studio.perspective.PerspectiveFactory"
fixed="false"
id="org.eclipse.sensinact.studio.perspective.main"
name="Sensinact Studio">
<description>
This extension point contributes to add the Sensinact Studio perspective.
</description>
</perspective>
</extension>
<extension
point="org.eclipse.ui.views">
<category
id="org.eclipse.sensinact.studio.views.category"
name="Sensinact">
</category>
</extension>
</plugin>