Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-04-10 15:35:21 +0000
committercletavernie2012-04-10 15:35:21 +0000
commit18b0ff7c9e903b9dcdbfab25d217941cdd4dd1cd (patch)
tree52571d5d7a291862368aba54543b3cf417f69f73 /plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF
parent4a4fe2cc4871aa8e41a7f781cd08a728181a287e (diff)
downloadorg.eclipse.papyrus-18b0ff7c9e903b9dcdbfab25d217941cdd4dd1cd.tar.gz
org.eclipse.papyrus-18b0ff7c9e903b9dcdbfab25d217941cdd4dd1cd.tar.xz
org.eclipse.papyrus-18b0ff7c9e903b9dcdbfab25d217941cdd4dd1cd.zip
373708: Integration of XWT for Simultaneous Release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373708
Diffstat (limited to 'plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF')
-rw-r--r--plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF42
1 files changed, 42 insertions, 0 deletions
diff --git a/plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF b/plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..33763c86aa8
--- /dev/null
+++ b/plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF
@@ -0,0 +1,42 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.eclipse.papyrus.xwt;singleton:=true
+Bundle-Version: 0.9.0.qualifier
+DynamicImport-Package: *
+Require-Bundle:
+ org.eclipse.jface.databinding;bundle-version="1.2.0",
+ org.eclipse.core.databinding.beans;bundle-version="1.1.0",
+ org.eclipse.swt;bundle-version="3.4.0",
+ org.eclipse.core.databinding;bundle-version="1.1.0",
+ org.eclipse.jface;bundle-version="3.4.0",
+ org.eclipse.core.databinding.property;bundle-version="1.1.0",
+ org.eclipse.equinox.common;bundle-version="3.4.0"
+Export-Package: org.eclipse.papyrus.xwt,
+ org.eclipse.papyrus.xwt.animation,
+ org.eclipse.papyrus.xwt.annotation,
+ org.eclipse.papyrus.xwt.callback,
+ org.eclipse.papyrus.xwt.collection,
+ org.eclipse.papyrus.xwt.converters,
+ org.eclipse.papyrus.xwt.core,
+ org.eclipse.papyrus.xwt.databinding,
+ org.eclipse.papyrus.xwt.dataproviders,
+ org.eclipse.papyrus.xwt.graphics,
+ org.eclipse.papyrus.xwt.input,
+ org.eclipse.papyrus.xwt.internal.core,
+ org.eclipse.papyrus.xwt.internal.databinding.menuitem,
+ org.eclipse.papyrus.xwt.internal.utils,
+ org.eclipse.papyrus.xwt.internal.xml,
+ org.eclipse.papyrus.xwt.javabean,
+ org.eclipse.papyrus.xwt.javabean.metadata,
+ org.eclipse.papyrus.xwt.javabean.metadata.properties,
+ org.eclipse.papyrus.xwt.jface,
+ org.eclipse.papyrus.xwt.metadata,
+ org.eclipse.papyrus.xwt.utils,
+ org.eclipse.papyrus.xwt.validation
+Bundle-Vendor: %Bundle-Vendor.0
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Activator: org.eclipse.papyrus.xwt.internal.Activator
+Import-Package: org.osgi.framework;version="1.5.0"

Back to the top