Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-04-29 21:43:16 +0000
committerChristian W. Damus2014-04-29 21:43:16 +0000
commite770c8764a6f9a9c60315a689d5fc583286616c1 (patch)
tree86b3ee69461aaaefc976e107f4ba542dc02dbcad /plugins/infra/gmfdiag/css
parent88f6c05fe0fc024eb5c7888f4ac497c0bfe88aa0 (diff)
downloadorg.eclipse.papyrus-e770c8764a6f9a9c60315a689d5fc583286616c1.tar.gz
org.eclipse.papyrus-e770c8764a6f9a9c60315a689d5fc583286616c1.tar.xz
org.eclipse.papyrus-e770c8764a6f9a9c60315a689d5fc583286616c1.zip
429642: [Model / CSS] Add properties view to define Model's stylesheets
https://bugs.eclipse.org/bugs/show_bug.cgi?id=429642 Add missing e4 CSS Core dependency required by the build.
Diffstat (limited to 'plugins/infra/gmfdiag/css')
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/META-INF/MANIFEST.MF9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/META-INF/MANIFEST.MF b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/META-INF/MANIFEST.MF
index 992438ec4e2..08097e1a3d4 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/META-INF/MANIFEST.MF
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/META-INF/MANIFEST.MF
@@ -24,15 +24,14 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.papyrus.infra.services.labelprovider;bundle-version="1.0.0",
org.eclipse.papyrus.emf.facet.custom.core;bundle-version="1.0.0",
org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.0.0",
- com.google.guava;bundle-version="11.0.0"
+ com.google.guava;bundle-version="11.0.0",
+ org.eclipse.e4.ui.css.core;bundle-version="0.10.0"
Bundle-Vendor: Eclipse Modeling Project
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier
Bundle-Name: CSS Properties (Incubation)
-Bundle-Activator: org.eclipse.papyrus.infra.gmfdiag.css.properties.Act
- ivator
+Bundle-Activator: org.eclipse.papyrus.infra.gmfdiag.css.properties.Activator
Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.css.properties;
- singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.css.properties;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top