Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-08 00:36:02 +0000
committermkersten2007-06-08 00:36:02 +0000
commitb0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a (patch)
tree556ae0bd4391b3766091de98cc3d99903fb44281 /org.eclipse.mylyn.help.ui
parent539c7615dacd64aaf5ad8e91b2305429290df289 (diff)
downloadorg.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.tar.gz
org.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.tar.xz
org.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.zip
NEW - bug 191406: rename Mylar project to Mylyn
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191406
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF12
-rw-r--r--org.eclipse.mylyn.help.ui/cheatsheets/Query.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/cheatsheets/TaskFocus.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml4
-rw-r--r--org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/plugin.xml30
-rw-r--r--org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/actions/ShowMylarLegendAction.java4
-rw-r--r--org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/dialogs/UiLegendDialog.java20
9 files changed, 40 insertions, 40 deletions
diff --git a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
index d62e8edc0..9e1cdc9b2 100644
--- a/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.help.ui/META-INF/MANIFEST.MF
@@ -1,18 +1,18 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylar Documentation Plug-in
-Bundle-SymbolicName: org.eclipse.mylar.doc; singleton:=true
+Bundle-SymbolicName: org.eclipse.mylyn.doc; singleton:=true
Bundle-Version: 2.0.0.v20070607-1200
Eclipse-AutoStart: true
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.forms,
- org.eclipse.mylar.tasks.core,
- org.eclipse.mylar.tasks.ui,
- org.eclipse.mylar,
+ org.eclipse.mylyn.tasks.core,
+ org.eclipse.mylyn.tasks.ui,
+ org.eclipse.mylyn,
org.eclipse.core.runtime,
org.eclipse.ui.cheatsheets,
org.eclipse.ui.intro
-Export-Package: org.eclipse.mylar.doc.internal.actions,
- org.eclipse.mylar.doc.internal.dialogs
+Export-Package: org.eclipse.mylyn.doc.internal.actions,
+ org.eclipse.mylyn.doc.internal.dialogs
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.mylyn.help.ui/cheatsheets/Query.xml b/org.eclipse.mylyn.help.ui/cheatsheets/Query.xml
index dfc46ffe1..2cc6d77f9 100644
--- a/org.eclipse.mylyn.help.ui/cheatsheets/Query.xml
+++ b/org.eclipse.mylyn.help.ui/cheatsheets/Query.xml
@@ -9,14 +9,14 @@
<description>
If the Task List view is not opened, select in the main menu <b>Window</b> &gt; <b>Show View</b> &gt; <b>Other...</b> &gt; <b>Mylar</b> &gt; <b>Task List</b> or click on the &quot;Click to Perform&quot; link below.
</description>
- <command serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.mylar.tasks.ui.views.TaskListView)" confirm="true">
+ <command serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.mylyn.tasks.ui.views.TaskListView)" confirm="true">
</command>
</item>
<item title="Create a new Query" dialog="true" skip="false">
<description>
In the Task List view, click on the right mouse button then select <b>New &gt; Query</b> or click on the &quot;Click to Perform&quot; link below.
</description>
- <command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.mylar.tasks.ui.wizard.new.query)" confirm="true">
+ <command serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.mylyn.tasks.ui.wizard.new.query)" confirm="true">
</command>
</item>
<item title="Add Task Repository" dialog="true" skip="true">
diff --git a/org.eclipse.mylyn.help.ui/cheatsheets/TaskFocus.xml b/org.eclipse.mylyn.help.ui/cheatsheets/TaskFocus.xml
index 1651f975d..0a43e8acf 100644
--- a/org.eclipse.mylyn.help.ui/cheatsheets/TaskFocus.xml
+++ b/org.eclipse.mylyn.help.ui/cheatsheets/TaskFocus.xml
@@ -16,7 +16,7 @@
<description>
If the Task List view is not opened, select in the main menu <b>Window</b> &gt; <b>Show View</b> &gt; <b>Other...</b> &gt; <b>Mylar</b> &gt; <b>Task List</b> or click on the &quot;Click to Perform&quot; link below.
</description>
- <command serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.mylar.tasks.ui.views.TaskListView)" confirm="true">
+ <command serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.mylyn.tasks.ui.views.TaskListView)" confirm="true">
</command>
</item>
<item title="Create a sample project" dialog="true" skip="false">
diff --git a/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml b/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml
index 45d7c247d..55fa32651 100644
--- a/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml
+++ b/org.eclipse.mylyn.help.ui/intro/overviewExtensionContent.xml
@@ -4,7 +4,7 @@
style="css/overview.css" path="overview/@">
<group id="content-group" style-id="content-group">
<link label="Mylar"
- url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mylar.doc/doc/overview.html"
+ url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mylyn.doc/doc/overview.html"
id="mylar-overview" style-id="content-link">
<text>Learn more about Mylar task-focused ui</text>
</link>
diff --git a/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml b/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml
index 84bf40abb..ebd5ba006 100644
--- a/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml
+++ b/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml
@@ -4,12 +4,12 @@
style="css/tutorials.css" path="tutorials/@">
<group label="Mylar" id="mylar" style-id="content-group">
<link
- url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylar.cheatsheet.query"
+ url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylyn.cheatsheet.query"
label="Create a query" id="mylar-query" style-id="content-link">
<text>Learn how to create a query from bugs.eclipse.org.</text>
</link>
<link
- url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylar.cheatsheet.taskfocus"
+ url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylyn.cheatsheet.taskfocus"
label="Use Task-Focused UI" id="mylar-task" style-id="content-link">
<text>Learn how to use Task-Focused UI.</text>
</link>
diff --git a/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml b/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml
index 100060afb..c1aebed8e 100644
--- a/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml
+++ b/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml
@@ -4,7 +4,7 @@
style="css/whatsnew.css" path="whatsnew/@">
<group id="content-group" style-id="content-group">
<link label="Mylar"
- url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mylar.doc/doc/new.html"
+ url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.mylyn.doc/doc/new.html"
id="mylar-noteworthy" style-id="content-link">
<text>
Find out the significant changes made to Mylar
diff --git a/org.eclipse.mylyn.help.ui/plugin.xml b/org.eclipse.mylyn.help.ui/plugin.xml
index 180db6210..4438d35e8 100644
--- a/org.eclipse.mylyn.help.ui/plugin.xml
+++ b/org.eclipse.mylyn.help.ui/plugin.xml
@@ -3,7 +3,7 @@
<?eclipse version="3.0"?>
<plugin>
<extension
- id="org.eclipse.mylar.helpDocs"
+ id="org.eclipse.mylyn.helpDocs"
name="Mylar Help"
point="org.eclipse.help.toc">
<toc
@@ -14,14 +14,14 @@
<extension point="org.eclipse.ui.actionSets">
<actionSet
- id="org.eclipse.mylar.doc.actionSet"
+ id="org.eclipse.mylyn.doc.actionSet"
label="Mylar Documentation"
visible="true">
<action
- class="org.eclipse.mylar.doc.internal.actions.ShowMylarLegendAction"
- definitionId="org.eclipse.mylar.doc.legend.show"
+ class="org.eclipse.mylyn.doc.internal.actions.ShowMylarLegendAction"
+ definitionId="org.eclipse.mylyn.doc.legend.show"
icon="icons/etool16/icons-legend.gif"
- id="org.eclipse.mylar.doc.legend.show.action"
+ id="org.eclipse.mylyn.doc.legend.show.action"
label="Mylar UI Legend"
menubarPath="help/helpStart"
style="push"
@@ -32,14 +32,14 @@
<extension point="org.eclipse.ui.commands">
<category
- id="org.eclipse.mylar.doc.commands"
+ id="org.eclipse.mylyn.doc.commands"
name="Mylar Documentation">
</category>
<command
- category="org.eclipse.mylar.doc.commands"
- categoryId="org.eclipse.mylar.doc.commands"
+ category="org.eclipse.mylyn.doc.commands"
+ categoryId="org.eclipse.mylyn.doc.commands"
description="Show Mylar UI Legend"
- id="org.eclipse.mylar.doc.legend.show"
+ id="org.eclipse.mylyn.doc.legend.show"
name="Show Mylar UI Legend">
</command>
</extension>
@@ -48,7 +48,7 @@
<key
sequence="M1+M2+M3+?"
contextId="org.eclipse.ui.globalScope"
- commandId="org.eclipse.mylar.doc.legend.show"
+ commandId="org.eclipse.mylyn.doc.legend.show"
schemeId ="org.eclipse.ui.defaultAcceleratorConfiguration">
</key>
</extension>
@@ -70,22 +70,22 @@
<extension
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<category
- id="org.eclipse.mylar.cheatsheet"
+ id="org.eclipse.mylyn.cheatsheet"
name="Mylar">
</category>
<cheatsheet
- category="org.eclipse.mylar.cheatsheet"
+ category="org.eclipse.mylyn.cheatsheet"
contentFile="cheatsheets/Query.xml"
- id="org.eclipse.mylar.cheatsheet.query"
+ id="org.eclipse.mylyn.cheatsheet.query"
name="Create a query from bugs.eclipse.org">
<description>
Learn how to create a query from bugs.eclipse.org
</description>
</cheatsheet>
<cheatsheet
- category="org.eclipse.mylar.cheatsheet"
+ category="org.eclipse.mylyn.cheatsheet"
contentFile="cheatsheets/TaskFocus.xml"
- id="org.eclipse.mylar.cheatsheet.taskfocus"
+ id="org.eclipse.mylyn.cheatsheet.taskfocus"
name="Use Task-Focused UI">
<description>
Learn how to use Task-Focused UI
diff --git a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/actions/ShowMylarLegendAction.java b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/actions/ShowMylarLegendAction.java
index b79443889..8b201236b 100644
--- a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/actions/ShowMylarLegendAction.java
+++ b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/actions/ShowMylarLegendAction.java
@@ -9,11 +9,11 @@
* University Of British Columbia - initial API and implementation
*******************************************************************************/
-package org.eclipse.mylar.doc.internal.actions;
+package org.eclipse.mylyn.doc.internal.actions;
import org.eclipse.jface.action.IAction;
import org.eclipse.jface.viewers.ISelection;
-import org.eclipse.mylar.doc.internal.dialogs.UiLegendDialog;
+import org.eclipse.mylyn.doc.internal.dialogs.UiLegendDialog;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.IWorkbenchWindowActionDelegate;
diff --git a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/dialogs/UiLegendDialog.java b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/dialogs/UiLegendDialog.java
index 659c9b75a..2c17e62dc 100644
--- a/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/dialogs/UiLegendDialog.java
+++ b/org.eclipse.mylyn.help.ui/src/org/eclipse/mylyn/doc/internal/dialogs/UiLegendDialog.java
@@ -9,21 +9,21 @@
* University Of British Columbia - initial API and implementation
*******************************************************************************/
-package org.eclipse.mylar.doc.internal.dialogs;
+package org.eclipse.mylyn.doc.internal.dialogs;
import java.util.Collection;
import java.util.List;
import org.eclipse.jface.dialogs.PopupDialog;
-import org.eclipse.mylar.internal.tasks.ui.TaskListColorsAndFonts;
-import org.eclipse.mylar.internal.tasks.ui.TasksUiImages;
-import org.eclipse.mylar.internal.tasks.ui.views.TaskElementLabelProvider;
-import org.eclipse.mylar.tasks.core.AbstractRepositoryConnector;
-import org.eclipse.mylar.tasks.core.ITaskListElement;
-import org.eclipse.mylar.tasks.core.Task;
-import org.eclipse.mylar.tasks.ui.AbstractRepositoryConnectorUi;
-import org.eclipse.mylar.tasks.ui.TasksUiPlugin;
-import org.eclipse.mylar.tasks.ui.TasksUiUtil;
+import org.eclipse.mylyn.internal.tasks.ui.TaskListColorsAndFonts;
+import org.eclipse.mylyn.internal.tasks.ui.TasksUiImages;
+import org.eclipse.mylyn.internal.tasks.ui.views.TaskElementLabelProvider;
+import org.eclipse.mylyn.tasks.core.AbstractRepositoryConnector;
+import org.eclipse.mylyn.tasks.core.ITaskListElement;
+import org.eclipse.mylyn.tasks.core.Task;
+import org.eclipse.mylyn.tasks.ui.AbstractRepositoryConnectorUi;
+import org.eclipse.mylyn.tasks.ui.TasksUiPlugin;
+import org.eclipse.mylyn.tasks.ui.TasksUiUtil;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;

Back to the top