Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-01-10 08:57:10 +0000
committerEike Stepper2014-01-10 08:57:10 +0000
commit1749beda2198227ff80dabb1051a8ed546a80302 (patch)
treeddcf8c8b1363a0ea294ee9c06e8a915a14595872 /plugins
parentcca992ab79dfc05e4b5c96a3d3744b7a76d14b02 (diff)
downloadcdo-1749beda2198227ff80dabb1051a8ed546a80302.tar.gz
cdo-1749beda2198227ff80dabb1051a8ed546a80302.tar.xz
cdo-1749beda2198227ff80dabb1051a8ed546a80302.zip
[425083] [UI] Latest Stable build has wrong dependencies in cdo.security.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=425083
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.security.ui/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.security.ui/META-INF/MANIFEST.MF
index 5a8a56f44b..b729a3a9d6 100644
--- a/plugins/org.eclipse.emf.cdo.security.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.security.ui/META-INF/MANIFEST.MF
@@ -20,10 +20,10 @@ Require-Bundle: org.eclipse.emf.cdo.security;bundle-version="[4.3.0,5.0.0)",
org.eclipse.emf.cdo.ui.shared;bundle-version="[4.2.0,5.0.0)",
org.eclipse.net4j.util.ui;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)";resolution:=optional,
- org.eclipse.ui.forms;bundle-version="[3.6.100,4.0.0)",
+ org.eclipse.ui.forms;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.databinding.edit;bundle-version="[1.3.0,2.0.0)",
- org.eclipse.jface.databinding;bundle-version="[1.6.200,2.0.0)",
- org.eclipse.core.databinding.beans;bundle-version="[1.2.200,2.0.0)",
- org.eclipse.emf.cdo.admin;bundle-version="[4.1.200,5.0.0)"
+ org.eclipse.jface.databinding;bundle-version="[1.6.0,2.0.0)",
+ org.eclipse.core.databinding.beans;bundle-version="[1.2.0,2.0.0)",
+ org.eclipse.emf.cdo.admin;bundle-version="[4.1.0,5.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.emf.cdo.security.internal.ui.bundle.OM$Activator

Back to the top