blob: aa929a794108fc1a0f553ea055afb980210c1cec [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2010, 2013 Tasktop Technologies and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Tasktop Technologies - initial API and implementation
-->
<plugin>
<extension-point id="notifications" name="Noification Provider" schema="schema/notifications.exsd"/>
<extension
point="org.eclipse.mylyn.commons.notifications.ui.notifications">
<sink
class="org.eclipse.mylyn.internal.commons.notifications.ui.popup.PopupNotificationSink"
id="org.eclipse.mylyn.commons.notifications.sink.Popup"
label="Desktop Popup">
</sink>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
<initializer
class="org.eclipse.mylyn.internal.commons.notifications.ui.NotificationsPreferencesInitializer">
</initializer>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<!--
<page
category="org.eclipse.ui.preferencePages.Workbench"
class="org.eclipse.mylyn.internal.commons.ui.notifications.NotificationsPreferencesPage"
id="org.eclipse.mylyn.commons.notifications.preferencePages.Notifications"
name="Notifications">
</page>
-->
<page
category="org.eclipse.ui.preferencePages.Workbench"
class="org.eclipse.mylyn.internal.commons.notifications.ui.NotificationsPreferencesPage"
id="org.eclipse.mylyn.commons.notifications.preferencePages.Notifications"
name="%NotificationsPage.name">
</page>
</extension>
</plugin>