Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-04-17 13:49:49 +0000
committerCamille Letavernier2014-04-17 13:49:49 +0000
commitd5ed2efc0194ea82b4694c5dc0c0b734a6dfc10f (patch)
tree54dcf596e4cc3805f1d0543e3007aa53b2b0d26d /plugins/customization/org.eclipse.papyrus.customization.properties
parent5c673da2072e7010598b055974d234db43253075 (diff)
downloadorg.eclipse.papyrus-d5ed2efc0194ea82b4694c5dc0c0b734a6dfc10f.tar.gz
org.eclipse.papyrus-d5ed2efc0194ea82b4694c5dc0c0b734a6dfc10f.tar.xz
org.eclipse.papyrus-d5ed2efc0194ea82b4694c5dc0c0b734a6dfc10f.zip
432850: [ModelExplorer / Tree Providers] Improve the EMF Facet 2
integration https://bugs.eclipse.org/bugs/show_bug.cgi?id=432850 - Remove useless dependencies
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.properties')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/META-INF/MANIFEST.MF37
1 files changed, 19 insertions, 18 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/META-INF/MANIFEST.MF b/plugins/customization/org.eclipse.papyrus.customization.properties/META-INF/MANIFEST.MF
index 90fefa3e0f5..12f06a34caa 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/META-INF/MANIFEST.MF
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/META-INF/MANIFEST.MF
@@ -3,24 +3,25 @@ Export-Package: org.eclipse.papyrus.customization.properties.editor,or
g.eclipse.papyrus.customization.properties.modelelement,org.eclipse.p
apyrus.customization.properties.providers,org.eclipse.papyrus.customi
zation.properties.storage.actions
-Require-Bundle: org.eclipse.core.runtime,org.eclipse.core.resources;bu
- ndle-version="3.6.0",org.eclipse.core.databinding.observable;bundle-v
- ersion="1.3.0",org.eclipse.ui.views.properties.tabbed;bundle-version=
- "3.5.100",org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",o
- rg.eclipse.papyrus.infra.widgets;bundle-version="1.0.0",org.eclipse.p
- apyrus.uml.diagram.common;bundle-version="1.0.0",org.eclipse.papyrus.
- views.properties;bundle-version="1.0.0",org.eclipse.papyrus.views.pro
- perties.model;bundle-version="1.0.0",org.eclipse.papyrus.customizatio
- n.properties.model.xwt;bundle-version="1.0.0",org.eclipse.emf.ecore.e
- ditor;bundle-version="2.6.0",org.eclipse.emf.databinding;bundle-versi
- on="1.2.0",org.eclipse.papyrus.infra.emf;bundle-version="1.0.0",org.e
- clipse.papyrus.infra.constraints;bundle-version="1.0.0",org.eclipse.p
- apyrus.infra.core;bundle-version="1.0.0",org.eclipse.papyrus.infra.se
- rvices.labelprovider;bundle-version="1.0.0",org.eclipse.papyrus.emf.f
- acet.custom.ui;bundle-version="1.0.0",org.eclipse.papyrus.emf.facet.c
- ustom.core;bundle-version="1.0.0",org.eclipse.papyrus.emf.facet.query
- .java.core;bundle-version="1.0.0",org.eclipse.papyrus.emf.facet.custo
- m.metamodel,org.eclipse.papyrus.emf.facet.efacet.core
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.core.resources;bundle-version="3.6.0",
+ org.eclipse.core.databinding.observable;bundle-version="1.3.0",
+ org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.100",
+ org.eclipse.papyrus.infra.core.log;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="1.0.0",
+ org.eclipse.papyrus.uml.diagram.common;bundle-version="1.0.0",
+ org.eclipse.papyrus.views.properties;bundle-version="1.0.0",
+ org.eclipse.papyrus.views.properties.model;bundle-version="1.0.0",
+ org.eclipse.papyrus.customization.properties.model.xwt;bundle-version="1.0.0",
+ org.eclipse.emf.ecore.editor;bundle-version="2.6.0",
+ org.eclipse.emf.databinding;bundle-version="1.2.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.constraints;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
+ org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0",
+ org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.0",
+ org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.0.0",
+ org.eclipse.papyrus.emf.facet.query.java.core;bundle-version="1.0.0"
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,bin

Back to the top