blob: 86a243632203c55da3d082e13c338253d314e596 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.views">
<view
category="org.apache.uima.caseditor.ui.views"
class="org.apache.uima.ruta.caseditor.view.selection.SelectionView"
icon="icons/views.png"
id="org.apache.uima.caseditor.selection"
name="Selection View">
</view>
<view
category="org.apache.uima.caseditor.ui.views"
class="org.apache.uima.ruta.caseditor.view.browser.AnnotationBrowserView"
icon="icons/views.png"
id="org.apache.uima.caseditor.browser"
name="Annotation Browser View">
</view>
</extension>
<extension
point="org.eclipse.ui.views">
<view
category="org.apache.uima.caseditor.ui.views"
class="org.apache.uima.ruta.caseditor.view.html.HtmlView"
id="org.apache.uima.caseditor.html"
icon="icons/views.png"
name="Html View"
restorable="true">
</view>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.apache.uima.caseditor.ide.CasEditorPreference"
class="org.apache.uima.ruta.caseditor.view.preferences.CasEditorViewPreferencePage"
id="org.apache.uima.ruta.caseditor.view.preferences"
name="Cas Editor Views">
</page>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.apache.uima.caseditor.ide.CasEditorPreference"
class="org.apache.uima.ruta.caseditor.view.html.HtmlViewPreferencePage"
id="org.apache.uima.ruta.caseditor.view.html.preferences"
name="Cas Editor Html View">
</page>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.apache.uima.ruta.caseditor.view.preferences.CasEditorViewPreferenceInitializer">
</initializer>
</extension>
</plugin>