Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/META-INF/MANIFEST.MF8
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/plugin.xml30
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsActionBarContributor.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsActionBarContributor.java)6
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsEditor.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsEditor.java)16
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsModelWizard.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsModelWizard.java)10
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentActionBarContributor.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentActionBarContributor.java)4
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentEditor.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentEditor.java)14
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentModelWizard.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentModelWizard.java)8
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/PropertiesEditorPlugin.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/PropertiesEditorPlugin.java)2
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiActionBarContributor.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiActionBarContributor.java)6
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiEditor.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiEditor.java)16
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiModelWizard.java (renamed from plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiModelWizard.java)10
12 files changed, 65 insertions, 65 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/META-INF/MANIFEST.MF b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/META-INF/MANIFEST.MF
index 31a98dbcf59..ffde805488f 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/META-INF/MANIFEST.MF
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
-Export-Package: org.eclipse.papyrus.properties.contexts.presentation,
- org.eclipse.papyrus.properties.environment.presentation,
- org.eclipse.papyrus.properties.ui.presentation
+Export-Package: org.eclipse.papyrus.views.properties.contexts.presentation,
+ org.eclipse.papyrus.views.properties.environment.presentation,
+ org.eclipse.papyrus.views.properties.ui.presentation
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName
@@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.core.runtime,
Bundle-Vendor: %providerName
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.properties.environment.presentat
+Bundle-Activator: org.eclipse.papyrus.views.properties.environment.presentat
ion.PropertiesEditorPlugin$Implementation
Bundle-SymbolicName: org.eclipse.papyrus.views.properties.model.editor;singleton:=true
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/plugin.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/plugin.xml
index 44055242b6d..3cbff72a830 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/plugin.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/plugin.xml
@@ -15,9 +15,9 @@
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
- id="org.eclipse.papyrus.properties.environment.presentation.EnvironmentModelWizardID"
+ id="org.eclipse.papyrus.views.properties.environment.presentation.EnvironmentModelWizardID"
name="%_UI_EnvironmentModelWizard_label"
- class="org.eclipse.papyrus.properties.environment.presentation.EnvironmentModelWizard"
+ class="org.eclipse.papyrus.views.properties.environment.presentation.EnvironmentModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/EnvironmentModelFile.gif">
<description>%_UI_EnvironmentModelWizard_description</description>
@@ -27,12 +27,12 @@
<extension point="org.eclipse.ui.editors">
<editor
- id="org.eclipse.papyrus.properties.environment.presentation.EnvironmentEditorID"
+ id="org.eclipse.papyrus.views.properties.environment.presentation.EnvironmentEditorID"
name="%_UI_EnvironmentEditor_label"
icon="icons/full/obj16/EnvironmentModelFile.gif"
extensions="environment"
- class="org.eclipse.papyrus.properties.environment.presentation.EnvironmentEditor"
- contributorClass="org.eclipse.papyrus.properties.environment.presentation.EnvironmentActionBarContributor">
+ class="org.eclipse.papyrus.views.properties.environment.presentation.EnvironmentEditor"
+ contributorClass="org.eclipse.papyrus.views.properties.environment.presentation.EnvironmentActionBarContributor">
</editor>
</extension>
@@ -41,9 +41,9 @@
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
- id="org.eclipse.papyrus.properties.contexts.presentation.ContextsModelWizardID"
+ id="org.eclipse.papyrus.views.properties.contexts.presentation.ContextsModelWizardID"
name="%_UI_ContextsModelWizard_label"
- class="org.eclipse.papyrus.properties.contexts.presentation.ContextsModelWizard"
+ class="org.eclipse.papyrus.views.properties.contexts.presentation.ContextsModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/ContextsModelFile.gif">
<description>%_UI_ContextsModelWizard_description</description>
@@ -53,12 +53,12 @@
<extension point="org.eclipse.ui.editors">
<editor
- id="org.eclipse.papyrus.properties.contexts.presentation.ContextsEditorID"
+ id="org.eclipse.papyrus.views.properties.contexts.presentation.ContextsEditorID"
name="%_UI_ContextsEditor_label"
icon="icons/full/obj16/ContextsModelFile.gif"
extensions="contexts"
- class="org.eclipse.papyrus.properties.contexts.presentation.ContextsEditor"
- contributorClass="org.eclipse.papyrus.properties.contexts.presentation.ContextsActionBarContributor">
+ class="org.eclipse.papyrus.views.properties.contexts.presentation.ContextsEditor"
+ contributorClass="org.eclipse.papyrus.views.properties.contexts.presentation.ContextsActionBarContributor">
</editor>
</extension>
@@ -67,9 +67,9 @@
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
- id="org.eclipse.papyrus.properties.ui.presentation.UiModelWizardID"
+ id="org.eclipse.papyrus.views.properties.ui.presentation.UiModelWizardID"
name="%_UI_UiModelWizard_label"
- class="org.eclipse.papyrus.properties.ui.presentation.UiModelWizard"
+ class="org.eclipse.papyrus.views.properties.ui.presentation.UiModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/UiModelFile.gif">
<description>%_UI_UiModelWizard_description</description>
@@ -79,12 +79,12 @@
<extension point="org.eclipse.ui.editors">
<editor
- id="org.eclipse.papyrus.properties.ui.presentation.UiEditorID"
+ id="org.eclipse.papyrus.views.properties.ui.presentation.UiEditorID"
name="%_UI_UiEditor_label"
icon="icons/full/obj16/UiModelFile.gif"
extensions="ui"
- class="org.eclipse.papyrus.properties.ui.presentation.UiEditor"
- contributorClass="org.eclipse.papyrus.properties.ui.presentation.UiActionBarContributor">
+ class="org.eclipse.papyrus.views.properties.ui.presentation.UiEditor"
+ contributorClass="org.eclipse.papyrus.views.properties.ui.presentation.UiActionBarContributor">
</editor>
</extension>
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsActionBarContributor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsActionBarContributor.java
index ebf948d0d68..ecec007c850 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsActionBarContributor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsActionBarContributor.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.contexts.presentation;
+package org.eclipse.papyrus.views.properties.contexts.presentation;
import java.util.ArrayList;
import java.util.Collection;
@@ -45,7 +45,7 @@ import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.viewers.SelectionChangedEvent;
import org.eclipse.jface.viewers.Viewer;
-import org.eclipse.papyrus.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin;
import org.eclipse.ui.IEditorPart;
import org.eclipse.ui.PartInitException;
@@ -189,7 +189,7 @@ public class ContextsActionBarContributor
public void contributeToMenu(IMenuManager menuManager) {
super.contributeToMenu(menuManager);
- IMenuManager submenuManager = new MenuManager(PropertiesEditorPlugin.INSTANCE.getString("_UI_ContextsEditor_menu"), "org.eclipse.papyrus.properties.contextsMenuID");
+ IMenuManager submenuManager = new MenuManager(PropertiesEditorPlugin.INSTANCE.getString("_UI_ContextsEditor_menu"), "org.eclipse.papyrus.views.properties.contextsMenuID");
menuManager.insertAfter("additions", submenuManager);
submenuManager.add(new Separator("settings"));
submenuManager.add(new Separator("actions"));
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsEditor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsEditor.java
index 98e7e5edd08..c20e0efe206 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsEditor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsEditor.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.contexts.presentation;
+package org.eclipse.papyrus.views.properties.contexts.presentation;
import java.io.IOException;
@@ -162,13 +162,13 @@ import org.eclipse.emf.edit.ui.util.EditUIUtil;
import org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage;
-import org.eclipse.papyrus.properties.contexts.provider.ContextsItemProviderAdapterFactory;
-import org.eclipse.papyrus.properties.environment.presentation.PropertiesEditorPlugin;
-import org.eclipse.papyrus.properties.environment.provider.EnvironmentItemProviderAdapterFactory;
-import org.eclipse.papyrus.properties.ui.provider.UiItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.contexts.provider.ContextsItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.provider.EnvironmentItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.ui.provider.UiItemProviderAdapterFactory;
import org.eclipse.ui.actions.WorkspaceModifyOperation;
@@ -622,7 +622,7 @@ public class ContextsEditor
BasicDiagnostic diagnostic =
new BasicDiagnostic
(Diagnostic.OK,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
null,
new Object [] { editingDomain.getResourceSet() });
@@ -981,7 +981,7 @@ public class ContextsEditor
BasicDiagnostic basicDiagnostic =
new BasicDiagnostic
(Diagnostic.ERROR,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
getString("_UI_CreateModelError_message", resource.getURI()),
new Object [] { exception == null ? (Object)resource : exception });
@@ -992,7 +992,7 @@ public class ContextsEditor
return
new BasicDiagnostic
(Diagnostic.ERROR,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
getString("_UI_CreateModelError_message", resource.getURI()),
new Object[] { exception });
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsModelWizard.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsModelWizard.java
index 0f99650d041..24ac8cccc71 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/contexts/presentation/ContextsModelWizard.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/contexts/presentation/ContextsModelWizard.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.contexts.presentation;
+package org.eclipse.papyrus.views.properties.contexts.presentation;
import java.util.ArrayList;
@@ -78,9 +78,6 @@ import org.eclipse.ui.dialogs.WizardNewFileCreationPage;
import org.eclipse.ui.part.FileEditorInput;
import org.eclipse.ui.part.ISetSelectionTarget;
-import org.eclipse.papyrus.properties.contexts.ContextsFactory;
-import org.eclipse.papyrus.properties.contexts.ContextsPackage;
-import org.eclipse.papyrus.properties.environment.provider.PropertiesEditPlugin;
import org.eclipse.core.runtime.Path;
@@ -88,7 +85,10 @@ import org.eclipse.core.runtime.Path;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.StructuredSelection;
-import org.eclipse.papyrus.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.contexts.ContextsFactory;
+import org.eclipse.papyrus.views.properties.contexts.ContextsPackage;
+import org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.provider.PropertiesEditPlugin;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.IWorkbenchPart;
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentActionBarContributor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentActionBarContributor.java
index 9398b7ffd7c..d3fa6168f6e 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentActionBarContributor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentActionBarContributor.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.environment.presentation;
+package org.eclipse.papyrus.views.properties.environment.presentation;
import java.util.ArrayList;
import java.util.Collection;
@@ -187,7 +187,7 @@ public class EnvironmentActionBarContributor
public void contributeToMenu(IMenuManager menuManager) {
super.contributeToMenu(menuManager);
- IMenuManager submenuManager = new MenuManager(PropertiesEditorPlugin.INSTANCE.getString("_UI_EnvironmentEditor_menu"), "org.eclipse.papyrus.properties.environmentMenuID");
+ IMenuManager submenuManager = new MenuManager(PropertiesEditorPlugin.INSTANCE.getString("_UI_EnvironmentEditor_menu"), "org.eclipse.papyrus.views.properties.environmentMenuID");
menuManager.insertAfter("additions", submenuManager);
submenuManager.add(new Separator("settings"));
submenuManager.add(new Separator("actions"));
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentEditor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentEditor.java
index c2bc3dd9b4b..29998d6e56b 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentEditor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentEditor.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.environment.presentation;
+package org.eclipse.papyrus.views.properties.environment.presentation;
import java.io.IOException;
@@ -162,11 +162,11 @@ import org.eclipse.emf.edit.ui.util.EditUIUtil;
import org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage;
-import org.eclipse.papyrus.properties.environment.provider.EnvironmentItemProviderAdapterFactory;
-import org.eclipse.papyrus.properties.contexts.provider.ContextsItemProviderAdapterFactory;
-import org.eclipse.papyrus.properties.ui.provider.UiItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.contexts.provider.ContextsItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.environment.provider.EnvironmentItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.ui.provider.UiItemProviderAdapterFactory;
import org.eclipse.ui.actions.WorkspaceModifyOperation;
@@ -620,7 +620,7 @@ public class EnvironmentEditor
BasicDiagnostic diagnostic =
new BasicDiagnostic
(Diagnostic.OK,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
null,
new Object [] { editingDomain.getResourceSet() });
@@ -979,7 +979,7 @@ public class EnvironmentEditor
BasicDiagnostic basicDiagnostic =
new BasicDiagnostic
(Diagnostic.ERROR,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
getString("_UI_CreateModelError_message", resource.getURI()),
new Object [] { exception == null ? (Object)resource : exception });
@@ -990,7 +990,7 @@ public class EnvironmentEditor
return
new BasicDiagnostic
(Diagnostic.ERROR,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
getString("_UI_CreateModelError_message", resource.getURI()),
new Object[] { exception });
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentModelWizard.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentModelWizard.java
index 20a68736ad8..90536edc102 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/EnvironmentModelWizard.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/EnvironmentModelWizard.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.environment.presentation;
+package org.eclipse.papyrus.views.properties.environment.presentation;
import java.util.ArrayList;
@@ -78,9 +78,9 @@ import org.eclipse.ui.dialogs.WizardNewFileCreationPage;
import org.eclipse.ui.part.FileEditorInput;
import org.eclipse.ui.part.ISetSelectionTarget;
-import org.eclipse.papyrus.properties.environment.EnvironmentFactory;
-import org.eclipse.papyrus.properties.environment.EnvironmentPackage;
-import org.eclipse.papyrus.properties.environment.provider.PropertiesEditPlugin;
+import org.eclipse.papyrus.views.properties.environment.EnvironmentFactory;
+import org.eclipse.papyrus.views.properties.environment.EnvironmentPackage;
+import org.eclipse.papyrus.views.properties.environment.provider.PropertiesEditPlugin;
import org.eclipse.core.runtime.Path;
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/PropertiesEditorPlugin.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/PropertiesEditorPlugin.java
index ce775fa3697..b70d37cbaff 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/environment/presentation/PropertiesEditorPlugin.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/environment/presentation/PropertiesEditorPlugin.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.environment.presentation;
+package org.eclipse.papyrus.views.properties.environment.presentation;
import org.eclipse.emf.common.EMFPlugin;
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiActionBarContributor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiActionBarContributor.java
index 076ed242ce3..1e86533e75f 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiActionBarContributor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiActionBarContributor.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.ui.presentation;
+package org.eclipse.papyrus.views.properties.ui.presentation;
import java.util.ArrayList;
import java.util.Collection;
@@ -45,7 +45,7 @@ import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.viewers.SelectionChangedEvent;
import org.eclipse.jface.viewers.Viewer;
-import org.eclipse.papyrus.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin;
import org.eclipse.ui.IEditorPart;
import org.eclipse.ui.PartInitException;
@@ -189,7 +189,7 @@ public class UiActionBarContributor
public void contributeToMenu(IMenuManager menuManager) {
super.contributeToMenu(menuManager);
- IMenuManager submenuManager = new MenuManager(PropertiesEditorPlugin.INSTANCE.getString("_UI_UiEditor_menu"), "org.eclipse.papyrus.properties.uiMenuID");
+ IMenuManager submenuManager = new MenuManager(PropertiesEditorPlugin.INSTANCE.getString("_UI_UiEditor_menu"), "org.eclipse.papyrus.views.properties.uiMenuID");
menuManager.insertAfter("additions", submenuManager);
submenuManager.add(new Separator("settings"));
submenuManager.add(new Separator("actions"));
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiEditor.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiEditor.java
index 98123611d53..f9b019d9ce2 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiEditor.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiEditor.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.ui.presentation;
+package org.eclipse.papyrus.views.properties.ui.presentation;
import java.io.IOException;
@@ -162,13 +162,13 @@ import org.eclipse.emf.edit.ui.util.EditUIUtil;
import org.eclipse.emf.edit.ui.view.ExtendedPropertySheetPage;
-import org.eclipse.papyrus.properties.ui.provider.UiItemProviderAdapterFactory;
-import org.eclipse.papyrus.properties.contexts.provider.ContextsItemProviderAdapterFactory;
-import org.eclipse.papyrus.properties.environment.presentation.PropertiesEditorPlugin;
-import org.eclipse.papyrus.properties.environment.provider.EnvironmentItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.contexts.provider.ContextsItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.provider.EnvironmentItemProviderAdapterFactory;
+import org.eclipse.papyrus.views.properties.ui.provider.UiItemProviderAdapterFactory;
import org.eclipse.ui.actions.WorkspaceModifyOperation;
@@ -622,7 +622,7 @@ public class UiEditor
BasicDiagnostic diagnostic =
new BasicDiagnostic
(Diagnostic.OK,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
null,
new Object [] { editingDomain.getResourceSet() });
@@ -981,7 +981,7 @@ public class UiEditor
BasicDiagnostic basicDiagnostic =
new BasicDiagnostic
(Diagnostic.ERROR,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
getString("_UI_CreateModelError_message", resource.getURI()),
new Object [] { exception == null ? (Object)resource : exception });
@@ -992,7 +992,7 @@ public class UiEditor
return
new BasicDiagnostic
(Diagnostic.ERROR,
- "org.eclipse.papyrus.properties.model.editor",
+ "org.eclipse.papyrus.views.properties.model.editor",
0,
getString("_UI_CreateModelError_message", resource.getURI()),
new Object[] { exception });
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiModelWizard.java b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiModelWizard.java
index 0c0f566825f..f17276a884a 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/properties/ui/presentation/UiModelWizard.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.model.editor/src-gen/org/eclipse/papyrus/views/properties/ui/presentation/UiModelWizard.java
@@ -9,7 +9,7 @@
* Contributors:
* Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
*****************************************************************************/
-package org.eclipse.papyrus.properties.ui.presentation;
+package org.eclipse.papyrus.views.properties.ui.presentation;
import java.util.ArrayList;
@@ -78,9 +78,6 @@ import org.eclipse.ui.dialogs.WizardNewFileCreationPage;
import org.eclipse.ui.part.FileEditorInput;
import org.eclipse.ui.part.ISetSelectionTarget;
-import org.eclipse.papyrus.properties.ui.UiFactory;
-import org.eclipse.papyrus.properties.ui.UiPackage;
-import org.eclipse.papyrus.properties.environment.provider.PropertiesEditPlugin;
import org.eclipse.core.runtime.Path;
@@ -88,7 +85,10 @@ import org.eclipse.core.runtime.Path;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.StructuredSelection;
-import org.eclipse.papyrus.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.presentation.PropertiesEditorPlugin;
+import org.eclipse.papyrus.views.properties.environment.provider.PropertiesEditPlugin;
+import org.eclipse.papyrus.views.properties.ui.UiFactory;
+import org.eclipse.papyrus.views.properties.ui.UiPackage;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.IWorkbenchPart;

Back to the top