From ad10d8cfa0f83c1b12da5bd5e6b3a2caa1ac51ef Mon Sep 17 00:00:00 2001 From: Steffen Pingel Date: Sat, 17 Dec 2011 11:41:21 +0100 Subject: NEW - bug 350385: [releng] rename bundles to reflect component structure https://bugs.eclipse.org/bugs/show_bug.cgi?id=350385 Change-Id: I74d0e70dd89528d9499a4ef677ae802cceb5d205 --- .../schema/notifications.exsd | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'org.eclipse.mylyn.commons.notifications.ui') diff --git a/org.eclipse.mylyn.commons.notifications.ui/schema/notifications.exsd b/org.eclipse.mylyn.commons.notifications.ui/schema/notifications.exsd index cff69b43..e760c9a8 100644 --- a/org.eclipse.mylyn.commons.notifications.ui/schema/notifications.exsd +++ b/org.eclipse.mylyn.commons.notifications.ui/schema/notifications.exsd @@ -1,9 +1,9 @@ - + - + Provides support for event categories, types and sinks. @@ -94,7 +94,7 @@ parent category identifier. - + @@ -158,7 +158,7 @@ the event sink implementation. - + @@ -198,7 +198,7 @@ A similar effect is achieved by the <i>eventMapping</i> extension. Identifier of the sink that should handle the event. - + @@ -220,7 +220,7 @@ Also see the <i>defaultHandler</i> element of <i>event</i&g Identifier of the sink that should handle the event. - + @@ -251,7 +251,7 @@ Also see the <i>defaultHandler</i> element of <i>event</i&g Following is an example of use: <pre> <extension - point="org.eclipse.mylyn.commons.notifications.notifications"> + point="org.eclipse.mylyn.commons.notifications.ui.notifications"> <event categoryId="org.eclipse.mylyn.builds.ui.category.Builds" id="org.eclipse.mylyn.builds.ui.events.BuildServiceChanged" @@ -275,7 +275,7 @@ Also see the <i>defaultHandler</i> element of <i>event</i&g </sink> <eventMapping eventIds="org.eclipse.mylyn.builds.ui.events.*" - sinkId="org.eclipse.mylyn.commons.notifications.sink.Popup"> + sinkId="org.eclipse.mylyn.commons.notifications.ui.sink.Popup"> </eventMapping> </extension> </pre> @@ -290,7 +290,7 @@ This example will declare a new event and assign it to the builds view notificat The value of the class attribute in sink must represent a class -that implements <samp>org.eclipse.mylyn.commons.notifications.NotificationSink</samp>. +that implements <samp>org.eclipse.mylyn.commons.notifications.core.NotificationSink</samp>. -- cgit v1.2.3