Author: akazakov
Date: 2011-05-06 20:53:28 -0400 (Fri, 06 May 2011)
New Revision: 31139
Modified:
trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-8876
Modified: trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF 2011-05-07 00:52:45 UTC
(rev 31138)
+++ trunk/jst/plugins/org.jboss.tools.jst.css/META-INF/MANIFEST.MF 2011-05-07 00:53:28 UTC
(rev 31139)
@@ -6,24 +6,24 @@
Bundle-Activator: org.jboss.tools.jst.css.CSSPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime,
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.jboss.tools.jst.jsp,
- org.eclipse.ui.views.properties.tabbed,
- org.eclipse.core.databinding,
- org.eclipse.wst.css.core,
- org.eclipse.jdt.ui,
- org.eclipse.debug.ui,
- org.eclipse.wst.sse.core,
- org.eclipse.jface.text,
- org.eclipse.wst.xml.core,
- org.eclipse.wst.sse.ui,
+ org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.200",
+ org.eclipse.core.databinding;bundle-version="1.4.0",
+ org.eclipse.wst.css.core;bundle-version="1.1.500",
+ org.eclipse.jdt.ui;bundle-version="3.7.0",
+ org.eclipse.debug.ui;bundle-version="3.7.0",
+ org.eclipse.wst.sse.core;bundle-version="1.1.600",
+ org.eclipse.jface.text;bundle-version="3.7.0",
+ org.eclipse.wst.xml.core;bundle-version="1.1.600",
+ org.eclipse.wst.sse.ui;bundle-version="1.3.0",
org.jboss.tools.common;bundle-version="3.2.0",
org.jboss.tools.common.text.ext;bundle-version="3.2.0",
- org.eclipse.wst.css.ui,
+ org.eclipse.wst.css.ui;bundle-version="1.0.600",
org.jboss.tools.common.model.ui;bundle-version="3.2.0",
org.jboss.tools.jst.web.kb;bundle-version="3.2.0",
org.jboss.tools.common.el.core;bundle-version="3.2.0",
- org.eclipse.jface.databinding;bundle-version="1.4.0",
+ org.eclipse.jface.databinding;bundle-version="1.5.0",
org.eclipse.core.databinding.property;bundle-version="1.3.0",
org.jboss.tools.jst.web;bundle-version="3.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6