diff options
author | Christian W. Damus | 2016-04-08 13:55:45 +0000 |
---|---|---|
committer | Christian W. Damus | 2016-04-08 14:14:22 +0000 |
commit | e96c514e2972419fda4e3d3c53bd1fcbf60f7c6a (patch) | |
tree | 802111d3a0b0134d12875ab3987949dadcc85618 /plugins/editor/org.eclipse.papyrus.editor | |
parent | dcfcce4b6145fac227fded9ebecb5760e5114228 (diff) | |
download | org.eclipse.papyrus-e96c514e2972419fda4e3d3c53bd1fcbf60f7c6a.tar.gz org.eclipse.papyrus-e96c514e2972419fda4e3d3c53bd1fcbf60f7c6a.tar.xz org.eclipse.papyrus-e96c514e2972419fda4e3d3c53bd1fcbf60f7c6a.zip |
Bug 491332: [Version Management] New API breakages since 1.1.x
https://bugs.eclipse.org/bugs/show_bug.cgi?id=491332
Fix/suppress some cases that have trivial resolutions.
Change-Id: I3b45fda78448000c923635bdbb808709d8cffa89
Diffstat (limited to 'plugins/editor/org.eclipse.papyrus.editor')
-rw-r--r-- | plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF b/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF index e2ff9058a90..661cf32e7ae 100644 --- a/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF +++ b/plugins/editor/org.eclipse.papyrus.editor/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Export-Package: org.eclipse.papyrus.editor Require-Bundle: org.eclipse.gmf.runtime.diagram.ui;bundle-version="[1.8.0,2.0.0)", - org.eclipse.papyrus.infra.emf;bundle-version="2.0.0", + org.eclipse.papyrus.infra.emf;bundle-version="[2.0.0,3.0.0)", org.eclipse.papyrus.infra.ui;bundle-version="[1.2.0,2.0.0)";visibility:=reexport Bundle-Vendor: %providerName Bundle-ActivationPolicy: lazy |