From 09fde7a4087685b065b7f1e40375686fb9f19f2a Mon Sep 17 00:00:00 2001 From: Christian W. Damus Date: Thu, 11 Feb 2016 16:38:52 -0500 Subject: Bug 485220: [Architecture] Provide a more modular architecture https://bugs.eclipse.org/bugs/show_bug.cgi?id=485220 Implement version management: PDE API Tooling and Oomph Version Management. Introduce two new plug-in projects to manage versioning using Oomph: * org.eclipse.papyrus.releng.main.release for the Main bundles and features * org.eclipse.papyrus.releng.dev.release for the Dev Tools Add new menu actions to the Dev Tools: * main menu bar: * synchronize POM and manifest versions * "Configure" context menu on bundle projects and MANIFEST.MF * optimize bundle dependencies and re-exports * update dependency version ranges to match current workspace and PDE target Remove obsolete menu actions from the Dev Tools: * main menu bar: * Set all Papyrus feature versions * Set all Papyrus plug-in versions * Set versions of all Papyrus dependencies in Papyrus plug-ins Fix versioning errors reported by PDE and Oomph. Ensure proper version ranges consistent with latest build target. Optimize the dependencies of all Papyrus Main bundles and Dev Tools. Remove version- and reexport-checking tests in the BundlesTests that are now not needed because, on the one hand, we now implement discrete bundle versioning (managed by PDE/Oomph) and on the other, we now use re-exports properly to ensure classpath consistency in clients of a bundle's API. Thorough overhaul of the "project editors" API, including: * rationalize the API interfaces * refactor the all-in-one PluginEditor class from the customization bundle to the project-editors bundle * update clients in the Customization and DSML Validation components * fix a bunch of operations that didn't work * add missing operations required by the new Dev Tools actions * complete some unimplemented APIs * add a comprehensive JUnit test suite covering all of the project-editors API Change-Id: I6a699d93909f61099226ceb994140f03ea99a70f--- .../META-INF/MANIFEST.MF | 26 ++++++---------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF') diff --git a/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF index 34404d6b00f..de42a480c4d 100644 --- a/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF +++ b/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/META-INF/MANIFEST.MF @@ -1,23 +1,11 @@ Manifest-Version: 1.0 -Require-Bundle: org.eclipse.core.commands, - org.eclipse.emf.ecore, - org.eclipse.equinox.registry, - org.eclipse.gmf.runtime.common.core, - org.eclipse.uml2.uml, - org.eclipse.papyrus.infra.services.controlmode;bundle-version="1.2.0", - org.eclipse.emf.workspace, - org.eclipse.papyrus.uml.tools;bundle-version="1.2.0", - com.google.guava;bundle-version="11.0.0", - org.eclipse.papyrus.infra.core;bundle-version="1.2.0", - org.eclipse.papyrus.infra.emf.readonly;bundle-version="1.2.0", - org.eclipse.papyrus.infra.widgets.toolbox;bundle-version="1.2.0", - org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.2.0", - org.eclipse.papyrus.infra.emf;bundle-version="1.2.0", - org.eclipse.papyrus.infra.core.log;bundle-version="1.2.0", - org.eclipse.papyrus.infra.services.resourceloading;bundle-version="1.2.0", - org.eclipse.emf.validation.ui;bundle-version="1.7.0", - org.eclipse.gmf.runtime.emf.commands.core;bundle-version="1.4.0", - org.eclipse.gmf.runtime.emf.type.core;bundle-version="1.7.0" +Require-Bundle: org.eclipse.papyrus.infra.services.controlmode;bundle-version="[1.2.0,2.0.0)", + org.eclipse.papyrus.uml.tools;bundle-version="[1.2.0,2.0.0)", + org.eclipse.papyrus.infra.emf.readonly;bundle-version="[2.0.0,3.0.0)", + org.eclipse.papyrus.infra.widgets.toolbox;bundle-version="[1.2.0,2.0.0)", + org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="[1.2.0,2.0.0)", + org.eclipse.papyrus.infra.services.resourceloading;bundle-version="[1.2.0,2.0.0)", + org.eclipse.emf.validation.ui;bundle-version="[1.7.0,2.0.0)" Bundle-Vendor: %providerName Bundle-ActivationPolicy: lazy Bundle-Version: 1.2.0.qualifier -- cgit v1.2.3