Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-04-10 15:50:02 +0000
committercletavernie2012-04-10 15:50:02 +0000
commitfbf8cc844fb5fb144b10cac16254cbc920ca5ab5 (patch)
tree253fa60929333808ddecfae0697560302c16ac72
parent778228a6a14ce2e454b76d764c0886e0883abf62 (diff)
downloadorg.eclipse.papyrus-fbf8cc844fb5fb144b10cac16254cbc920ca5ab5.tar.gz
org.eclipse.papyrus-fbf8cc844fb5fb144b10cac16254cbc920ca5ab5.tar.xz
org.eclipse.papyrus-fbf8cc844fb5fb144b10cac16254cbc920ca5ab5.zip
373708: Integration of XWT for Simultaneous Release
https://bugs.eclipse.org/bugs/show_bug.cgi?id=373708
-rw-r--r--plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF4
-rw-r--r--plugins/xwt/org.eclipse.papyrus.xwt/plugin.properties2
2 files changed, 3 insertions, 3 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
index 33763c86aa8..36b5b0c5c59 100644
--- a/plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF
+++ b/plugins/xwt/org.eclipse.papyrus.xwt/META-INF/MANIFEST.MF
@@ -11,7 +11,8 @@ Require-Bundle:
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"
+ org.eclipse.equinox.common;bundle-version="3.4.0",
+ org.eclipse.osgi;bundle-version="3.8.0"
Export-Package: org.eclipse.papyrus.xwt,
org.eclipse.papyrus.xwt.animation,
org.eclipse.papyrus.xwt.annotation,
@@ -39,4 +40,3 @@ 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"
diff --git a/plugins/xwt/org.eclipse.papyrus.xwt/plugin.properties b/plugins/xwt/org.eclipse.papyrus.xwt/plugin.properties
index 4f8fcd64ad8..33aaac1fefd 100644
--- a/plugins/xwt/org.eclipse.papyrus.xwt/plugin.properties
+++ b/plugins/xwt/org.eclipse.papyrus.xwt/plugin.properties
@@ -18,5 +18,5 @@
# Contributors:
# Soyatec - initial API and implementation
#******************************************************************************/
-Bundle-Vendor.0 = Eclipse.org
+Bundle-Vendor.0 = Eclipse Modeling Project
Bundle-Name.0 = XWT (Incubation) \ No newline at end of file

Back to the top