Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 189904 Details for
Bug 337513
rename "Tasks" UI entries to "Mylyn"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
clipboard.txt (text/plain), 14.28 KB, created by
Steffen Pingel
on 2011-02-27 15:01:22 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Steffen Pingel
Created:
2011-02-27 15:01:22 EST
Size:
14.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.commons.notifications >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.notifications/plugin.xml,v >retrieving revision 1.4 >diff -u -r1.4 plugin.xml >--- plugin.xml 5 Jan 2011 02:18:19 -0000 1.4 >+++ plugin.xml 27 Feb 2011 20:01:02 -0000 >@@ -28,12 +28,20 @@ > </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.mylyn.preferencePages.Mylyn" >+ class="org.eclipse.mylyn.internal.commons.ui.notifications.NotificationsPreferencesPage" >+ id="org.eclipse.mylyn.commons.notifications.preferencePages.Notifications" >+ name="Notifications"> >+ </page> > </extension> > > </plugin> >#P org.eclipse.mylyn.commons.team >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons.team/plugin.xml,v >retrieving revision 1.4 >diff -u -r1.4 plugin.xml >--- plugin.xml 8 Sep 2010 04:52:23 -0000 1.4 >+++ plugin.xml 27 Feb 2011 20:01:03 -0000 >@@ -5,6 +5,7 @@ > > <extension > point="org.eclipse.ui.views"> >+ <!-- > <view > category="org.eclipse.team.ui" > class="org.eclipse.mylyn.internal.commons.ui.team.RepositoriesView" >@@ -12,6 +13,14 @@ > id="org.eclipse.mylyn.commons.team.navigator.Repositories" > name="Team Repositories"> > </view> >+ --> >+ <view >+ category="org.eclipse.mylyn.ui" >+ class="org.eclipse.mylyn.internal.commons.ui.team.RepositoriesView" >+ icon="icons/eview16/repositories.gif" >+ id="org.eclipse.mylyn.commons.team.navigator.Repositories" >+ name="Team Repositories"> >+ </view> > </extension> > <extension > point="org.eclipse.ui.navigator.viewer"> >#P org.eclipse.mylyn.help.sdk >Index: toc.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn/org.eclipse.mylyn.help.sdk/toc.xml,v >retrieving revision 1.2 >diff -u -r1.2 toc.xml >--- toc.xml 24 Jul 2009 12:04:28 -0000 1.2 >+++ toc.xml 27 Feb 2011 20:01:03 -0000 >@@ -9,20 +9,22 @@ > Tasktop Technologies - initial API and implementation > --> > >-<toc label="Tasks Developer Guide"> >- <topic label="Online Docs"> >- <topic href="http://wiki.eclipse.org/Mylyn/Architecture" label="Architecture Overview"> >- </topic> >- <topic href="http://wiki.eclipse.org/Mylyn/Contributor_Reference" label="Contributor Reference"> >- </topic> >- <topic href="http://wiki.eclipse.org/Mylyn/Integrator_Reference" label="Integrator Reference"> >- </topic> >- <topic href="http://wiki.eclipse.org/Mylyn/Porting_Guide" label="Porting Guide"> >- </topic> >+<toc label="Mylyn Developer Documentation" link_to="../org.eclipse.mylyn.help.ui/primary-toc.xml#additions-developer"> >+ <topic label="Tasks Developer Guide"> >+ <topic label="Online Docs"> >+ <topic href="http://wiki.eclipse.org/Mylyn/Architecture" label="Architecture Overview"> >+ </topic> >+ <topic href="http://wiki.eclipse.org/Mylyn/Contributor_Reference" label="Contributor Reference"> >+ </topic> >+ <topic href="http://wiki.eclipse.org/Mylyn/Integrator_Reference" label="Integrator Reference"> >+ </topic> >+ <topic href="http://wiki.eclipse.org/Mylyn/Porting_Guide" label="Porting Guide"> >+ </topic> >+ </topic> >+ <anchor id="additions"/> >+ <topic label="References"> >+ <link toc="toc-reference.xml"/> >+ </topic> >+ <topic href="doc/notices.html" label="Legal" /> > </topic> >- <anchor id="additions"/> >- <topic label="References"> >- <link toc="toc-reference.xml"/> >- </topic> >- <topic href="doc/notices.html" label="Legal" /> > </toc> >#P org.eclipse.mylyn.help.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn/org.eclipse.mylyn.help.ui/plugin.xml,v >retrieving revision 1.29 >diff -u -r1.29 plugin.xml >--- plugin.xml 8 Feb 2010 00:39:31 -0000 1.29 >+++ plugin.xml 27 Feb 2011 20:01:04 -0000 >@@ -15,6 +15,10 @@ > id="org.eclipse.mylyn.helpDocs" > name="Tasks" > point="org.eclipse.help.toc"> >+ <toc >+ file="primary-toc.xml" >+ primary="true"> >+ </toc> > <toc > file="toc.xml" > primary="true"> >Index: primary-toc.xml >=================================================================== >RCS file: primary-toc.xml >diff -N primary-toc.xml >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ primary-toc.xml 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,24 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<?NLS TYPE="org.eclipse.help.toc"?> >+<!-- >+ Copyright (c) 2009 Tasktop Technologies 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: >+ Tasktop Technologies - initial API and implementation >+ --> >+ >+<toc label="Mylyn Documentation"> >+ <anchor id="pre" /> >+ <topic label="Tasks User Guide"> >+ <link toc="toc.xml"/> >+ </topic> >+ <anchor id="additions" /> >+ <anchor id="additions-developer" /> >+ <anchor id="post" /> >+</toc> >+ >+ >#P org.eclipse.mylyn.monitor.usage >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.incubator/org.eclipse.mylyn.monitor.usage/plugin.xml,v >retrieving revision 1.21 >diff -u -r1.21 plugin.xml >--- plugin.xml 24 Jul 2009 12:08:10 -0000 1.21 >+++ plugin.xml 27 Feb 2011 20:01:04 -0000 >@@ -26,7 +26,7 @@ > name="Usage Data" > class="org.eclipse.mylyn.internal.monitor.usage.preferences.UsageDataPreferencePage" > id="org.eclipse.mylyn.monitor.ui.ui.preferences" >- category="org.eclipse.mylyn.tasks.ui.preferences"> >+ category="org.eclipse.mylyn.preferencePages.Mylyn"> > <keywordReference id="org.eclipse.mylyn.monitor.ui.keywords"/> > </page> > </extension> >#P org.eclipse.mylyn.resources.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.contexts/org.eclipse.mylyn.resources.ui/plugin.xml,v >retrieving revision 1.43 >diff -u -r1.43 plugin.xml >--- plugin.xml 21 Feb 2011 21:21:36 -0000 1.43 >+++ plugin.xml 27 Feb 2011 20:01:05 -0000 >@@ -19,7 +19,7 @@ > name="%FocusedResourcesPreferencePage.name" > class="org.eclipse.mylyn.internal.resources.ui.preferences.FocusedResourcesPreferencePage" > id="org.eclipse.mylyn.resources.ui.preferences.resources" >- category="org.eclipse.mylyn.tasks.ui.preferences"> >+ category="org.eclipse.mylyn.context.ui.preferences"> > <keywordReference id="org.eclipse.mylyn.resources.ui.keywords"/> > </page> > </extension> >#P org.eclipse.mylyn.sandbox.dev >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.incubator/org.eclipse.mylyn.sandbox.dev/plugin.xml,v >retrieving revision 1.21 >diff -u -r1.21 plugin.xml >--- plugin.xml 3 Sep 2009 21:40:10 -0000 1.21 >+++ plugin.xml 27 Feb 2011 20:01:05 -0000 >@@ -69,16 +69,18 @@ > <extension > point="org.eclipse.ui.views"> > <view >- name="Repository Spy" >+ name="Repository Spy (Experimental)" > icon="icons/repositories.gif" >- category="org.eclipse.mylyn.sandbox" >+ category="org.eclipse.mylyn.ui" > class="org.eclipse.mylyn.internal.sandbox.dev.views.RepositorySpyView" > id="org.eclipse.mylyn.tasks.spy.views.RepositorySpyView"> > </view> >+ <!-- > <category > id="org.eclipse.mylyn.sandbox" > name="Experimental"> > </category> >+ --> > </extension> > <extension > point="org.eclipse.core.runtime.adapters"> >#P org.eclipse.mylyn.sandbox.ui >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.incubator/org.eclipse.mylyn.sandbox.ui/plugin.xml,v >retrieving revision 1.101 >diff -u -r1.101 plugin.xml >--- plugin.xml 9 Feb 2011 06:09:07 -0000 1.101 >+++ plugin.xml 27 Feb 2011 20:01:06 -0000 >@@ -12,17 +12,13 @@ > > <plugin> > <extension-point id="resourceHyperlinkExtensions" name="Resource Hyperlink Extension" schema="schema/resourceHyperlinkExtensions.exsd"/> >- >- <extension point="org.eclipse.ui.views"> >- <category name="Experimental" id="org.eclipse.mylyn.sandbox"/> >- </extension> >- >+ > <extension point="org.eclipse.ui.preferencePages"> > <page > name="Experimental" > class="org.eclipse.mylyn.internal.sandbox.ui.SandboxUiPreferencePage" > id="org.eclipse.mylyn.sandbox.ui.preferences" >- category="org.eclipse.mylyn.tasks.ui.preferences"> >+ category="org.eclipse.mylyn.preferencePages.Mylyn"> > <keywordReference id="org.eclipse.mylyn.java.keywords"/> > </page> > </extension> >@@ -225,30 +221,32 @@ > id="org.eclipse.mylyn.java.keywords"/> > </extension> > >- <extension point="org.eclipse.ui.views"> >+ <extension point="org.eclipse.ui.views"> >+ <category name="Experimental" id="org.eclipse.mylyn.sandbox"/> >+ > <view > allowMultiple="false" >- category="org.eclipse.mylyn.sandbox" >+ category="org.eclipse.mylyn.ui" > class="org.eclipse.mylyn.internal.sandbox.ui.views.ActiveSearchView" > icon="icons/eview16/active-search.gif" > id="org.eclipse.mylyn.ui.views.active.search" >- name="Context Search"/> >+ name="Context Search (Experimental)"/> > > <view > allowMultiple="false" >- category="org.eclipse.mylyn.sandbox" >+ category="org.eclipse.mylyn.ui" > class="org.eclipse.mylyn.internal.sandbox.ui.views.ContextHierarchyView" > icon="icons/eview16/active-hierarchy.gif" > id="org.eclipse.mylyn.ui.views.active.hierarchy" >- name="Context Hierarchy"/> >+ name="Context Hierarchy (Experimental)"/> > >- <view >+ <view > allowMultiple="false" >- category="org.eclipse.mylyn.sandbox" >+ category="org.eclipse.mylyn.ui" > class="org.eclipse.mylyn.internal.sandbox.ui.views.TaskActivityView" > icon="icons/eview16/task-activity.gif" > id="org.eclipse.mylyn.tasklist.activity" >- name="Task Activity"/> >+ name="Task Activity (Experimental)"/> > </extension> > > <extension point="org.eclipse.ui.actionSets"> >#P org.eclipse.mylyn.tasks.ui >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.ui/plugin.properties,v >retrieving revision 1.14 >diff -u -r1.14 plugin.properties >--- plugin.properties 8 Jun 2010 23:10:09 -0000 1.14 >+++ plugin.properties 27 Feb 2011 20:01:07 -0000 >@@ -23,7 +23,7 @@ > CategorizedPresentation.name = Categorized > ScheduledPresentation.name = Scheduled > >-views.category.name = Tasks >+views.category.name = Mylyn > TaskListView.name = Task List > TaskRepositoriesView.name = Task Repositories > >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.ui/plugin.xml,v >retrieving revision 1.391 >diff -u -r1.391 plugin.xml >--- plugin.xml 9 Feb 2011 06:31:26 -0000 1.391 >+++ plugin.xml 27 Feb 2011 20:01:07 -0000 >@@ -584,6 +584,14 @@ > > <extension point="org.eclipse.ui.preferencePages"> > <page >+ name="Mylyn" >+ class="org.eclipse.mylyn.internal.tasks.ui.preferences.MylynPreferencePage" >+ id="org.eclipse.mylyn.preferencePages.Mylyn"> >+ <keywordReference >+ id="org.eclipse.mylyn.tasks.ui.keywords"/> >+ </page> >+ <page >+ category="org.eclipse.mylyn.preferencePages.Mylyn" > name="%preferencePages.name" > class="org.eclipse.mylyn.internal.tasks.ui.preferences.TasksUiPreferencePage" > id="org.eclipse.mylyn.tasks.ui.preferences"> >Index: src/org/eclipse/mylyn/internal/tasks/ui/preferences/MylynPreferencePage.java >=================================================================== >RCS file: src/org/eclipse/mylyn/internal/tasks/ui/preferences/MylynPreferencePage.java >diff -N src/org/eclipse/mylyn/internal/tasks/ui/preferences/MylynPreferencePage.java >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ src/org/eclipse/mylyn/internal/tasks/ui/preferences/MylynPreferencePage.java 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,39 @@ >+/******************************************************************************* >+ * Copyright (c) 2011 Tasktop Technologies 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: >+ * Tasktop Technologies - initial API and implementation >+ *******************************************************************************/ >+ >+package org.eclipse.mylyn.internal.tasks.ui.preferences; >+ >+import org.eclipse.jface.preference.PreferencePage; >+import org.eclipse.swt.SWT; >+import org.eclipse.swt.widgets.Composite; >+import org.eclipse.swt.widgets.Control; >+import org.eclipse.ui.IWorkbench; >+import org.eclipse.ui.IWorkbenchPreferencePage; >+ >+/** >+ * @author Steffen Pingel >+ */ >+public class MylynPreferencePage extends PreferencePage implements IWorkbenchPreferencePage { >+ >+ public MylynPreferencePage() { >+ super("Mylyn"); >+ } >+ >+ public void init(IWorkbench workbench) { >+ } >+ >+ @Override >+ protected Control createContents(Composite parent) { >+ Composite composite = new Composite(parent, SWT.NONE); >+ return composite; >+ } >+ >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 337513
:
189901
|
189902
|
189903
| 189904 |
190223
|
190224