From 50b32e3051ee61d1c3e212f892be16b8f2288bba Mon Sep 17 00:00:00 2001 From: Gabriel Pascual Date: Wed, 28 May 2014 15:25:48 +0200 Subject: 435995: Profile version numbers missing in the profile-upgrade-popup message https://bugs.eclipse.org/bugs/show_bug.cgi?id=435995 Patch #1 : - Add colums for display version in refresh dialog - Move Papyrus profile definition - Add implementation of previous version column filling in label provider Patch #2 : - Put ProfileApplication as context for Refresh Dialog (Label Provider and Content provider) - Enforce save of version in ApplyProfileCommand Patch #3 : - Fix API compatibility - Fix providers of ProfileApplication Change-Id: If83ee0dee94ce88f38e8e47a04460f74add42b21 Signed-off-by: Gabriel Pascual --- .../META-INF/MANIFEST.MF | 92 +++++++++++----------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF') diff --git a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF index ff38ca97222..e6a16b85d90 100644 --- a/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF +++ b/plugins/uml/org.eclipse.papyrus.uml.profile/META-INF/MANIFEST.MF @@ -1,46 +1,46 @@ -Manifest-Version: 1.0 -Export-Package: org.eclipse.papyrus.uml.profile, - org.eclipse.papyrus.uml.profile.constraints, - org.eclipse.papyrus.uml.profile.definition, - org.eclipse.papyrus.uml.profile.preference, - org.eclipse.papyrus.uml.profile.providers, - org.eclipse.papyrus.uml.profile.structure, - org.eclipse.papyrus.uml.profile.tree, - org.eclipse.papyrus.uml.profile.tree.objects, - org.eclipse.papyrus.uml.profile.ui.dialogs, - org.eclipse.papyrus.uml.profile.ui.items, - org.eclipse.papyrus.uml.profile.utils, - org.eclipse.papyrus.uml.profile.validation, - org.eclipse.papyrus.uml.profile.wizard -Require-Bundle: org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0", - org.eclipse.core.runtime;bundle-version="3.8.0", - org.eclipse.emf.transaction;bundle-version="1.4.0", - org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0", - org.eclipse.papyrus.uml.tools;bundle-version="1.0.0", - org.eclipse.papyrus.infra.emf.readonly;bundle-version="1.0.0", - org.eclipse.papyrus.infra.services.validation;bundle-version="1.0.0", - org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0", - org.eclipse.papyrus.infra.core;bundle-version="1.0.0", - org.eclipse.uml2.uml;bundle-version="4.0.0", - org.eclipse.ui, - org.eclipse.ui.ide;bundle-version="3.8.0", - org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.0.0", - org.eclipse.uml2.uml.editor;bundle-version="4.0.0", - org.eclipse.papyrus.infra.emf;bundle-version="1.0.0", - org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300", - org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0", - com.google.guava;bundle-version="11.0.0", - org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.0.0", - org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.0", - org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="1.0.0", - org.eclipse.papyrus.uml.modelrepair;bundle-version="1.0.0" -Bundle-Vendor: %providerName -Bundle-ActivationPolicy: lazy -Bundle-Version: 1.0.0.qualifier -Bundle-Name: %pluginName -Bundle-Localization: plugin -Bundle-Activator: org.eclipse.papyrus.uml.profile.Activator -Bundle-ManifestVersion: 2 -Bundle-SymbolicName: org.eclipse.papyrus.uml.profile;singleton:=true -Bundle-RequiredExecutionEnvironment: J2SE-1.5 - +Manifest-Version: 1.0 +Export-Package: org.eclipse.papyrus.uml.profile, + org.eclipse.papyrus.uml.profile.constraints, + org.eclipse.papyrus.uml.profile.definition, + org.eclipse.papyrus.uml.profile.preference, + org.eclipse.papyrus.uml.profile.providers, + org.eclipse.papyrus.uml.profile.structure, + org.eclipse.papyrus.uml.profile.tree, + org.eclipse.papyrus.uml.profile.tree.objects, + org.eclipse.papyrus.uml.profile.ui.dialogs, + org.eclipse.papyrus.uml.profile.ui.items, + org.eclipse.papyrus.uml.profile.utils, + org.eclipse.papyrus.uml.profile.validation, + org.eclipse.papyrus.uml.profile.wizard +Require-Bundle: org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0", + org.eclipse.core.runtime;bundle-version="3.8.0", + org.eclipse.emf.transaction;bundle-version="1.4.0", + org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0", + org.eclipse.papyrus.uml.tools;bundle-version="1.0.0", + org.eclipse.papyrus.infra.emf.readonly;bundle-version="1.0.0", + org.eclipse.papyrus.infra.services.validation;bundle-version="1.0.0", + org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0", + org.eclipse.papyrus.infra.core;bundle-version="1.0.0", + org.eclipse.uml2.uml;bundle-version="4.0.0", + org.eclipse.ui, + org.eclipse.ui.ide;bundle-version="3.8.0", + org.eclipse.papyrus.uml.extensionpoints;bundle-version="1.0.0", + org.eclipse.uml2.uml.editor;bundle-version="4.0.0", + org.eclipse.papyrus.infra.emf;bundle-version="1.0.0", + org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.300", + org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0", + com.google.guava;bundle-version="11.0.0", + org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.0.0", + org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.0", + org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="1.0.0", + org.eclipse.papyrus.uml.modelrepair;bundle-version="1.0.0" +Bundle-Vendor: %providerName +Bundle-ActivationPolicy: lazy +Bundle-Version: 1.0.0.qualifier +Bundle-Name: %pluginName +Bundle-Localization: plugin +Bundle-Activator: org.eclipse.papyrus.uml.profile.Activator +Bundle-ManifestVersion: 2 +Bundle-SymbolicName: org.eclipse.papyrus.uml.profile;singleton:=true +Bundle-RequiredExecutionEnvironment: J2SE-1.5 + -- cgit v1.2.3