Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog.core/plugin.xml68
1 files changed, 3 insertions, 65 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
index 5c9ac06a5f..2eda7897d2 100644
--- a/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
+++ b/changelog/org.eclipse.linuxtools.changelog.core/plugin.xml
@@ -56,71 +56,6 @@
</command>
</extension>
- <!-- Actions -->
- <extension point="org.eclipse.ui.actionSets">
- <actionSet label="%clActionSet" visible="true" id="org.eclipse.linuxtools.changelog.actionSet">
- <action
- definitionId="org.eclipse.linuxtools.changelog.core.actions.KeyActionCommand"
- label="%clEntry"
- class="org.eclipse.linuxtools.internal.changelog.core.actions.InsertChangeLogKeyHandler"
- tooltip="%clEntry"
- menubarPath="edit/"
- id="org.eclipse.linuxtools.changelog.core.actions.KeyAction">
- </action>
- <action
- class="org.eclipse.linuxtools.internal.changelog.core.actions.PrepareChangelogKeyHandler"
- definitionId="org.eclipse.linuxtools.changelog.core.preparechangelog"
- id="org.eclipse.linuxtools.changelog.core.action.prepChangeLog"
- label="%prepCl"
- menubarPath="project/"
- tooltip="%prepChangeLog.tooltip">
- <enablement>
- <and>
- <or>
- <objectClass
- name="org.eclipse.core.resources.IResource">
- </objectClass>
- <objectClass
- name="org.eclipse.jdt.core.IJavaElement">
- </objectClass>
- <objectClass
- name="org.eclipse.team.ui.synchronize.ISynchronizeModelElement">
- </objectClass>
- <objectState
- name="projectNature"
- value="org.eclipse.cdt.core.cnature">
- </objectState>
- </or>
- <or>
- <objectState
- name="projectPersistentProperty"
- value="org.eclipse.team.core.repository=org.eclipse.team.svn.core.svnnature">
- </objectState>
- <objectState
- name="projectPersistentProperty"
- value="org.eclipse.team.core.repository=org.eclipse.team.cvs.core.cvsnature">
- </objectState>
- <objectState
- name="projectPersistentProperty"
- value="org.eclipse.team.core.repository=org.tigris.subversion.subclipse.core.svnnature">
- </objectState>
- <objectState
- name="projectPersistentProperty"
- value="org.eclipse.team.core.repository=org.eclipse.egit.core.GitProvider">
- </objectState>
- </or>
- </and>
- </enablement>
- </action>
- <action
- class="org.eclipse.linuxtools.internal.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>
-
<extension point = "org.eclipse.ui.preferencePages">
<page
id="org.eclipse.linuxtools.changelog.core.Page1"
@@ -224,6 +159,9 @@
class="org.eclipse.linuxtools.internal.changelog.core.actions.PrepareChangelogKeyHandler"
commandId="org.eclipse.linuxtools.changelog.core.preparechangelog"/>
<handler
+ class="org.eclipse.linuxtools.internal.changelog.core.actions.PrepareChangelogKeyHandler"
+ commandId="org.eclipse.linuxtools.changelog.core.preparechangelog2"/>
+ <handler
class="org.eclipse.linuxtools.internal.changelog.core.actions.InsertChangeLogKeyHandler"
commandId="org.eclipse.linuxtools.changelog.core.actions.KeyActionCommand"/>
<handler

Back to the top