Skip to content

Commit

Permalink
Increase versions of o.e.equinox.common and o.e.equinox.registry
Browse files Browse the repository at this point in the history
- These share split packages org.eclipse.core.runtime and
org.eclipse.core.internal.runtime with bundle org.eclipse.core.runtime
which has increased its version for this release cycle, hence the need
to avoid split packages with differently signed jars as well as the need
to publish all three as new versions to Maven Central for the 4.34
release.

https://github.com/eclipse-platform/eclipse.platform/pull/1575/files
  • Loading branch information
merks committed Oct 4, 2024
1 parent afe8f3d commit 19b406b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.common; singleton:=true
Bundle-Version: 3.19.100.qualifier
Bundle-Version: 3.19.200.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.boot;x-friends:="org.eclipse.core.resources,org.eclipse.pde.build",
org.eclipse.core.internal.runtime;common=split;mandatory:=common;
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.equinox.registry/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.registry;singleton:=true
Bundle-Version: 3.12.100.qualifier
Bundle-Version: 3.12.200.qualifier
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.adapter;x-internal:=true,
org.eclipse.core.internal.registry;x-friends:="org.eclipse.core.runtime",
Expand Down

0 comments on commit 19b406b

Please sign in to comment.