Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2008-01-14 20:52:14 +0000
committerJeff Johnston2008-01-14 20:52:14 +0000
commit07563f2813aae413af02013e65473810febe4d72 (patch)
tree311e89d2512fd61170f2d4db82ad84be0d322474 /changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
parentd45a70797f1ab85d49010aeebd6c7a02a0de7f50 (diff)
downloadorg.eclipse.linuxtools-07563f2813aae413af02013e65473810febe4d72.tar.gz
org.eclipse.linuxtools-07563f2813aae413af02013e65473810febe4d72.tar.xz
org.eclipse.linuxtools-07563f2813aae413af02013e65473810febe4d72.zip
Tagging 2.6.1.
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog.core/plugin.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/plugin.xml39
1 files changed, 1 insertions, 38 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
index 3b4a62874b..715e9bcdc4 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
@@ -38,12 +38,6 @@
description="Formats ChangeLog"
id="org.eclipse.linuxtools.changelog.core.formatChangeLog"
name="Format ChangeLog"/>
- <command
- categoryId="org.eclipse.linuxtools.changelog"
- description="Prepares ChangeLog in an editor"
- id="org.eclipse.linuxtools.changelog.core.preparechangelog2"
- name="Prepare Changelog In Editor">
- </command>
</extension>
<!-- Actions -->
@@ -79,12 +73,6 @@
</or>
</enablement>
</action>
- <action
- class="org.eclipse.linuxtools.changelog.core.actions.PrepareChangelogKeyHandler"
- definitionId="org.eclipse.linuxtools.changelog.core.preparechangelog2"
- id="org.eclipse.linuxtools.changelog.core.action.prepChangeLogInEditor"
- label="Prepare ChangeLog In Editor">
- </action>
</actionSet>
</extension>
@@ -108,11 +96,9 @@
</formatter>
</extension>
<extension
- id="org.eclipse.linuxtools.changelog.core.editor"
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.linuxtools.changelog.core.editors.ChangeLogEditor"
- contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
default="true"
filenames="ChangeLog"
icon="icons/file_obj.gif"
@@ -124,7 +110,7 @@
<editor
class="org.eclipse.linuxtools.changelog.core.editors.GNUEditorConfiguration"
id="org.eclipse.linuxtools.changelog.core.gnueditor"
- name="%gnuEditorConfig"/>
+ name="GNU Editor"/>
</extension>
<extension
point="org.eclipse.ui.navigator.viewer">
@@ -151,25 +137,10 @@
contextId="org.eclipse.ui.textEditorScope"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="Ctrl+Alt+C"/>
- <key
- commandId="org.eclipse.linuxtools.changelog.core.actions.KeyActionCommand"
- contextId="org.eclipse.compare.compareEditorScope"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="Ctrl+Alt+C"/>
<scheme
id="org.eclipse.linuxtools.changelog.keyscheme.default"
name="default"/>
<key
- commandId="org.eclipse.linuxtools.changelog.core.preparechangelog2"
- contextId="org.eclipse.ui.textEditorScope"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="Ctrl+Alt+P" />
- <key
- commandId="org.eclipse.linuxtools.changelog.core.preparechangelog2"
- contextId="org.eclipse.compare.compareEditorScope"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="Ctrl+Alt+P"/>
- <key
commandId="org.eclipse.linuxtools.changelog.core.preparechangelog"
contextId="org.eclipse.ui.contexts.window"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
@@ -200,12 +171,4 @@
class="org.eclipse.linuxtools.changelog.core.actions.FormatChangeLogAction"
commandId="org.eclipse.linuxtools.changelog.core.formatChangeLog"/>
</extension>
- <extension
- id="org.eclipse.linuxtools.changelog.documentSetup"
- point="org.eclipse.core.filebuffers.documentSetup">
- <participant
- class="org.eclipse.linuxtools.changelog.core.editors.ChangeLogDocumentSetupParticipant"
- fileNames="ChangeLog">
- </participant>
- </extension>
</plugin>

Back to the top