diff options
author | cletavernie | 2012-08-01 13:45:40 +0000 |
---|---|---|
committer | cletavernie | 2012-08-01 13:45:40 +0000 |
commit | b5d0f54ec5e76f11103888a11abe4fdfc6fb2112 (patch) | |
tree | 015f47b34207e252d7c2fa7296a20124f0486ee4 /plugins | |
parent | 11bf5021569f0a7e3a2a9fea56f83a65dcd494f6 (diff) | |
download | org.eclipse.papyrus-b5d0f54ec5e76f11103888a11abe4fdfc6fb2112.tar.gz org.eclipse.papyrus-b5d0f54ec5e76f11103888a11abe4fdfc6fb2112.tar.xz org.eclipse.papyrus-b5d0f54ec5e76f11103888a11abe4fdfc6fb2112.zip |
386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
Fix the version of the dependency to EMF Facet (0.2.1 -> 0.2.0)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF index d973b997388..3670db69dad 100644 --- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF +++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF @@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.emf.transaction;bundle-version="1.4.0", org.eclipse.emf.ecore.xmi, org.eclipse.emf.facet.custom.metamodel;bundle-version="0.2.0", - org.eclipse.emf.facet.custom.ui;bundle-version="0.2.1" + org.eclipse.emf.facet.custom.ui;bundle-version="0.2.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.papyrus.infra.emf, |