Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ua/org.eclipse.help.base/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %help_base_plugin_name
Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
Bundle-Version: 4.6.100.qualifier

Check warning on line 5 in ua/org.eclipse.help.base/META-INF/MANIFEST.MF

View check run for this annotation

Jenkins - Eclipse Platform / API Tools

REEXPORTED_MINOR_VERSION_CHANGE

ERROR: The minor version should be incremented in version 4.6.100, because the modification of the version range for the re-exported bundle org.eclipse.help requires a minor version change
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down Expand Up @@ -40,8 +40,8 @@
org.eclipse.help.server,
org.eclipse.help.standalone
Require-Bundle: org.eclipse.ant.core;bundle-version="[3.2.200,4.0.0)";resolution:=optional,
org.eclipse.core.runtime;bundle-version="[3.29.0,4.0.0)",
org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="[3.34.200.v20251220-0953,4.0.0)",
org.eclipse.help;bundle-version="[3.10.100.v20230726-0617,4.0.0)";visibility:=reexport,
org.eclipse.core.net;bundle-version="[1.2.200,2.0.0)"
Import-Package: org.apache.lucene.analysis;version="[10.0.0,11.0.0)",
org.apache.lucene.analysis.br;version="[10.0.0,11.0.0)",
Expand Down
Loading