Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.common/plugin.xml')
-rw-r--r--plugins/org.eclipse.etrice.ui.common/plugin.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/plugins/org.eclipse.etrice.ui.common/plugin.xml b/plugins/org.eclipse.etrice.ui.common/plugin.xml
index 41f8b59a5..06a4669e0 100644
--- a/plugins/org.eclipse.etrice.ui.common/plugin.xml
+++ b/plugins/org.eclipse.etrice.ui.common/plugin.xml
@@ -3,12 +3,6 @@
<plugin>
<extension-point id="org.eclipse.etrice.ui.common.refactoring.rename" name="Diagram Rename Participant" schema="schema/org.eclipse.etrice.ui.common.refactoring.rename.exsd"/>
<extension
- point="org.eclipse.ui.startup">
- <startup
- class="org.eclipse.etrice.ui.common.concurrency.ConcurrentModificationObserver$Initializer">
- </startup>
- </extension>
- <extension
point="org.eclipse.ui.preferencePages">
<page
class="org.eclipse.etrice.ui.common.preferences.ETricePreferencePage"
@@ -22,25 +16,5 @@
class="org.eclipse.etrice.ui.common.preferences.PreferenceInitializer">
</initializer>
</extension>
- <extension
- point="org.eclipse.ltk.core.refactoring.renameParticipants">
- <renameParticipant
- class="org.eclipse.etrice.ui.common.refactoring.DiagramRenameParticipant"
- id="org.eclipse.etrice.ui.common.renameParticipant"
- name="eTrice Diagram Rename Participant">
- <enablement>
- <with
- variable="element">
- <adapt
- type="org.eclipse.core.resources.IFile">
- <test
- property="org.eclipse.core.resources.extension"
- value="room">
- </test>
- </adapt>
- </with>
- </enablement>
- </renameParticipant>
- </extension>
</plugin>

Back to the top