Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-11-22 22:17:36 +0000
committerMazen Faraj2005-11-22 22:17:36 +0000
commita39d878275fdd1b01307272f6f17f2d7d6b24043 (patch)
treef87e59c958c20181506c287e9345dcebdaad9920 /org.eclipse.help.base
parente8e4156d6629946c284671a927ed15bcab5836cd (diff)
downloadeclipse.platform.ua-a39d878275fdd1b01307272f6f17f2d7d6b24043.tar.gz
eclipse.platform.ua-a39d878275fdd1b01307272f6f17f2d7d6b24043.tar.xz
eclipse.platform.ua-a39d878275fdd1b01307272f6f17f2d7d6b24043.zip
version update
Diffstat (limited to 'org.eclipse.help.base')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index d17c52ae4..6bdda64cb 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_base_plugin_name
Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
-Bundle-Version: 3.1.0
+Bundle-Version: 3.1.100.qualifier
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -17,9 +17,9 @@ Export-Package: org.eclipse.help.browser,
org.eclipse.help.internal.workingset;x-friends:="org.eclipse.help.ui,org.eclipse.help.webapp",
org.eclipse.help.search,
org.eclipse.help.standalone
-Require-Bundle: org.apache.lucene,
- org.eclipse.help;visibility:=reexport,
- org.eclipse.help.appserver,
- org.eclipse.core.runtime,
- org.eclipse.ant.core;resolution:=optional
+Require-Bundle: org.apache.lucene;bundle-version="[1.4.3,2.0.0)",
+ org.eclipse.help;bundle-version="[3.1.0,4.0.0)";visibility:=reexport,
+ org.eclipse.help.appserver;bundle-version="[3.1.0,4.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
+ org.eclipse.ant.core;bundle-version="[3.1.0,4.0.0)";resolution:=optional
Eclipse-LazyStart: true

Back to the top