Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2011-11-07 16:15:01 +0000
committervlorenzo2011-11-07 16:15:01 +0000
commit5ea9d55e72698b0194dfbafab362ed327910a6f1 (patch)
treee3e052005d424a9dcc2cce285cfc390ef91b45bc /plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml
parenta7e5af0b4f4607a13c6b0338d8a1967be4972414 (diff)
downloadorg.eclipse.papyrus-5ea9d55e72698b0194dfbafab362ed327910a6f1.tar.gz
org.eclipse.papyrus-5ea9d55e72698b0194dfbafab362ed327910a6f1.tar.xz
org.eclipse.papyrus-5ea9d55e72698b0194dfbafab362ed327910a6f1.zip
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml')
-rw-r--r--plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml70
1 files changed, 35 insertions, 35 deletions
diff --git a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml
index 4f897a99622..04808b02486 100644
--- a/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml
+++ b/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/plugin.xml
@@ -6,42 +6,42 @@
<extension
point="org.eclipse.ui.editors">
<editor
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.XtextEditor"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.XtextEditor"
contributorClass="org.eclipse.ui.editors.text.TextEditorActionContributor"
default="true"
extensions="umlproperty"
- id="org.eclipse.papyrus.property.editor.xtext.UmlProperty"
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty"
name="UmlProperty Editor">
</editor>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclarationHandler"
commandId="org.eclipse.xtext.ui.editor.hyperlinking.OpenDeclaration">
<activeWhen>
<reference
- definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
</reference>
</activeWhen>
</handler>
<handler
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.handler.ValidateActionHandler"
- commandId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.validate">
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.handler.ValidateActionHandler"
+ commandId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.validate">
<activeWhen>
<reference
- definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
</reference>
</activeWhen>
</handler>
</extension>
<extension point="org.eclipse.core.expressions.definitions">
- <definition id="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ <definition id="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
<and>
<reference definitionId="isActiveEditorAnInstanceOfXtextEditor"/>
<with variable="activeEditor">
<test property="org.eclipse.xtext.ui.editor.XtextEditor.languageName"
- value="org.eclipse.papyrus.property.editor.xtext.UmlProperty"
+ value="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty"
forcePluginActivation="true"/>
</with>
</and>
@@ -50,37 +50,37 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
- id="org.eclipse.papyrus.property.editor.xtext.UmlProperty"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty"
name="UmlProperty">
- <keywordReference id="org.eclipse.papyrus.property.editor.xtext.ui.keyword_UmlProperty"/>
+ <keywordReference id="org.eclipse.papyrus.uml.textedit.property.xtext.ui.keyword_UmlProperty"/>
</page>
<page
- category="org.eclipse.papyrus.property.editor.xtext.UmlProperty"
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.syntaxcoloring.SyntaxColoringPreferencePage"
- id="org.eclipse.papyrus.property.editor.xtext.UmlProperty.coloring"
+ category="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.syntaxcoloring.SyntaxColoringPreferencePage"
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.coloring"
name="Syntax Coloring">
- <keywordReference id="org.eclipse.papyrus.property.editor.xtext.ui.keyword_UmlProperty"/>
+ <keywordReference id="org.eclipse.papyrus.uml.textedit.property.xtext.ui.keyword_UmlProperty"/>
</page>
<page
- category="org.eclipse.papyrus.property.editor.xtext.UmlProperty"
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage"
- id="org.eclipse.papyrus.property.editor.xtext.UmlProperty.templates"
+ category="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.templates.XtextTemplatePreferencePage"
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.templates"
name="Templates">
- <keywordReference id="org.eclipse.papyrus.property.editor.xtext.ui.keyword_UmlProperty"/>
+ <keywordReference id="org.eclipse.papyrus.uml.textedit.property.xtext.ui.keyword_UmlProperty"/>
</page>
</extension>
<extension
point="org.eclipse.ui.keywords">
<keyword
- id="org.eclipse.papyrus.property.editor.xtext.ui.keyword_UmlProperty"
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.ui.keyword_UmlProperty"
label="UmlProperty"/>
</extension>
<extension
point="org.eclipse.ui.commands">
<command
description="Trigger expensive validation"
- id="org.eclipse.papyrus.property.editor.xtext.UmlProperty.validate"
+ id="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.validate"
name="Validate">
</command>
</extension>
@@ -88,12 +88,12 @@
<menuContribution
locationURI="popup:#TextEditorContext?after=group.edit">
<command
- commandId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.validate"
+ commandId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.validate"
style="push"
tooltip="Trigger expensive validation">
<visibleWhen checkEnabled="false">
<reference
- definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
</reference>
</visibleWhen>
</command>
@@ -103,7 +103,7 @@
<menuContribution locationURI="popup:#TextEditorContext?endof=group.find">
<command commandId="org.eclipse.xtext.ui.editor.FindReferences">
<visibleWhen checkEnabled="false">
- <reference definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ <reference definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
</reference>
</visibleWhen>
</command>
@@ -111,11 +111,11 @@
</extension>
<extension point="org.eclipse.ui.handlers">
<handler
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.findrefs.FindReferencesHandler"
commandId="org.eclipse.xtext.ui.editor.FindReferences">
<activeWhen>
<reference
- definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
</reference>
</activeWhen>
</handler>
@@ -126,13 +126,13 @@
<extension
point="org.eclipse.emf.ecore.extension_parser">
<parser
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.resource.IResourceFactory"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.resource.IResourceFactory"
type="umlproperty">
</parser>
</extension>
<extension point="org.eclipse.xtext.extension_resourceServiceProvider">
<resourceServiceProvider
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.resource.IResourceUIServiceProvider"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.resource.IResourceUIServiceProvider"
uriExtension="umlproperty">
</resourceServiceProvider>
</extension>
@@ -144,11 +144,11 @@
<extension
point="org.eclipse.ui.handlers">
<handler
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.outline.quickoutline.ShowQuickOutlineActionHandler"
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.outline.quickoutline.ShowQuickOutlineActionHandler"
commandId="org.eclipse.xtext.ui.editor.outline.QuickOutline">
<activeWhen>
<reference
- definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened">
+ definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened">
</reference>
</activeWhen>
</handler>
@@ -168,7 +168,7 @@
style="push"
tooltip="Open Quick Outline">
<visibleWhen checkEnabled="false">
- <reference definitionId="org.eclipse.papyrus.property.editor.xtext.UmlProperty.Editor.opened"/>
+ <reference definitionId="org.eclipse.papyrus.uml.textedit.property.xtext.UmlProperty.Editor.opened"/>
</visibleWhen>
</command>
</menuContribution>
@@ -177,7 +177,7 @@
<extension
point="org.eclipse.ui.ide.markerResolution">
<markerResolutionGenerator
- class="org.eclipse.papyrus.property.editor.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator">
+ class="org.eclipse.papyrus.uml.textedit.property.xtext.ui.UmlPropertyExecutableExtensionFactory:org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator">
</markerResolutionGenerator>
</extension>
<extension
@@ -188,7 +188,7 @@
language="Advanced Property Textual Editor"
objectToEdit="org.eclipse.uml2.uml.Property">
<popupeditor
- editorConfiguration="org.eclipse.papyrus.property.editor.xtext.ui.contributions.PropertyPopupEditorConfigurationContribution">
+ editorConfiguration="org.eclipse.papyrus.uml.textedit.property.xtext.ui.contributions.PropertyPopupEditorConfigurationContribution">
</popupeditor>
</DirectEditor>
<DirectEditor
@@ -197,7 +197,7 @@
language="Advanced Port Textual Editor"
objectToEdit="org.eclipse.uml2.uml.Port">
<popupeditor
- editorConfiguration="org.eclipse.papyrus.property.editor.xtext.ui.contributions.PropertyPopupEditorConfigurationContribution">
+ editorConfiguration="org.eclipse.papyrus.uml.textedit.property.xtext.ui.contributions.PropertyPopupEditorConfigurationContribution">
</popupeditor>
</DirectEditor>
</extension>

Back to the top