From b00718aa2138c1ce5a34eb592d91d178a9803f8e Mon Sep 17 00:00:00 2001 From: cletavernie Date: Mon, 17 Sep 2012 13:28:15 +0000 Subject: 380517: [Papyrus] We should use explicit plug-in dependencies whenever possible https://bugs.eclipse.org/bugs/show_bug.cgi?id=380517 + removed some unused dependencies and imports --- .../META-INF/MANIFEST.MF | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sandbox/org.eclipse.papyrus.infra.gmfdiag.css.palette') diff --git a/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.palette/META-INF/MANIFEST.MF b/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.palette/META-INF/MANIFEST.MF index 0805ed345b5..995af7b2ba8 100644 --- a/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.palette/META-INF/MANIFEST.MF +++ b/sandbox/org.eclipse.papyrus.infra.gmfdiag.css.palette/META-INF/MANIFEST.MF @@ -12,6 +12,8 @@ Require-Bundle: org.eclipse.ui, org.eclipse.papyrus.infra.widgets;bundle-version="0.9.0", org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.6.0", org.eclipse.papyrus.infra.gmfdiag.properties;bundle-version="0.9.0", - org.eclipse.papyrus.infra.emf;bundle-version="0.9.0" + org.eclipse.papyrus.infra.emf;bundle-version="0.9.0", + org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0", + org.eclipse.uml2.uml;bundle-version="4.0.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-ActivationPolicy: lazy -- cgit v1.2.3