Author: dgolovin
Date: 2008-09-05 01:12:59 -0400 (Fri, 05 Sep 2008)
New Revision: 10093
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.el.ui/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
Log:
el plug-ins refactoring
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2008-09-05
05:09:19 UTC (rev 10092)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2008-09-05
05:12:59 UTC (rev 10093)
@@ -11,5 +11,5 @@
Bundle-Activator: org.jboss.tools.common.el.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.eclipse.core.resources;bundle-version="3.4.0",
- org.jboss.tools.common.resref.core;bundle-version="1.0.0";reprovide=true
+ org.eclipse.core.resources,
+ org.jboss.tools.common.resref.core;reprovide=true
Modified:
trunk/common/plugins/org.jboss.tools.common.el.ui/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.el.ui/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2008-09-05
05:09:19 UTC (rev 10092)
+++
trunk/common/plugins/org.jboss.tools.common.el.ui/org.jboss.tools.common.el.ui/META-INF/MANIFEST.MF 2008-09-05
05:12:59 UTC (rev 10093)
@@ -11,7 +11,7 @@
Bundle-Activator: org.jboss.tools.common.el.ui.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
- org.jboss.tools.common.el.core;bundle-version="2.0.0",
- org.jboss.tools.common.resref.ui;bundle-version="1.0.0",
- org.eclipse.core.resources;bundle-version="3.4.0",
- org.jboss.tools.common.model.ui;bundle-version="2.0.0"
+ org.jboss.tools.common.el.core,
+ org.jboss.tools.common.resref.ui,
+ org.eclipse.core.resources,
+ org.jboss.tools.common.model.ui
Show replies by date