Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-03-19 10:26:32 +0000
committercletavernie2012-03-19 10:26:32 +0000
commit55ad9e14bc353ad6b09880c1b56a0b260eeedfac (patch)
tree89ef6578f0b6f0d8cb5e5cc97672dc7dda9b47d0 /incoming/org.eclipse.papyrus.infra.gmfdiag.css.configuration/META-INF/MANIFEST.MF
parent7293985c3c7cff45fe02b74c0fd6630a4468dd28 (diff)
downloadorg.eclipse.papyrus-55ad9e14bc353ad6b09880c1b56a0b260eeedfac.tar.gz
org.eclipse.papyrus-55ad9e14bc353ad6b09880c1b56a0b260eeedfac.tar.xz
org.eclipse.papyrus-55ad9e14bc353ad6b09880c1b56a0b260eeedfac.zip
370797: [Theme] Papyrus should provide a support for CSS files on its diagrams
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370797
Diffstat (limited to 'incoming/org.eclipse.papyrus.infra.gmfdiag.css.configuration/META-INF/MANIFEST.MF')
-rw-r--r--incoming/org.eclipse.papyrus.infra.gmfdiag.css.configuration/META-INF/MANIFEST.MF23
1 files changed, 23 insertions, 0 deletions
diff --git a/incoming/org.eclipse.papyrus.infra.gmfdiag.css.configuration/META-INF/MANIFEST.MF b/incoming/org.eclipse.papyrus.infra.gmfdiag.css.configuration/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..566a644a919
--- /dev/null
+++ b/incoming/org.eclipse.papyrus.infra.gmfdiag.css.configuration/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CSS Configuration
+Bundle-SymbolicName: org.eclipse.papyrus.infra.gmfdiag.css.configuration;singleton:=true
+Bundle-Version: 0.9.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.infra.gmfdiag.css.configuration.Activator
+Bundle-Vendor: Eclipse Modeling Project
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.infra.core.log;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.gmfdiag.css.xtext;bundle-version="1.0.0",
+ org.eclipse.gmf.runtime.notation;bundle-version="1.5.0",
+ org.eclipse.gmf.runtime.draw2d.ui;bundle-version="1.5.0",
+ org.eclipse.draw2d;bundle-version="3.8.0",
+ org.eclipse.papyrus.infra.core;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.widgets;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.gmfdiag.css.properties;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.emf;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.gmfdiag.css.model;bundle-version="0.9.0",
+ org.eclipse.papyrus.infra.gmfdiag.css;bundle-version="0.9.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy

Back to the top